summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-08-03dynamic_debug: only add header when usedLuis de Bethencourt1-0/+1
2016-08-03task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_worksOleg Nesterov1-4/+6
2016-08-02tracing: Fix use-after-free in hist_register_trigger()Tom Zanussi1-3/+3
2016-08-02tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_allSteven Rostedt1-4/+4
2016-08-02Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt1-0/+4
2016-08-02perf/core: Change log level for duration warning to KERN_INFODavid Ahern1-1/+1
2016-08-01jump_label: Make it possible for arches to invoke jump_label_init() earlierKevin Hao1-0/+3
2016-07-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+8
2016-07-30Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds4-267/+228
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-98/+92
2016-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-0/+16
2016-07-30Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+8
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-385/+275
2016-07-29futex: Assume all mappings are private on !MMU systemsThomas Gleixner1-1/+22
2016-07-29Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds12-453/+565
2016-07-29Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+0
2016-07-29printk: when dumping regs, show the stack, not thread_infoAndy Lutomirski1-3/+2
2016-07-29mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski1-11/+8
2016-07-29mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski1-1/+2
2016-07-29mm: cleanup ifdef guards for vmem_altmapDan Williams1-8/+0
2016-07-29mm: convert zone_reclaim to node_reclaimMel Gorman1-2/+2
2016-07-29mm, vmscan: move LRU lists to nodeMel Gorman1-5/+5
2016-07-29cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemaskMichal Hocko1-9/+0
2016-07-29freezer, oom: check TIF_MEMDIE on the correct taskMichal Hocko1-1/+1
2016-07-28timers/core: Correct callback order during CPU hot plugRichard Cochran1-5/+10
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-144/+418
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+0
2016-07-27stop_machine: Touch_nmi_watchdog() after MULTI_STOP_PREPAREOleg Nesterov1-0/+8
2016-07-27module: Invalidate signatures on force-loaded modulesBen Hutchings1-4/+9
2016-07-27module: Issue warnings when tainting kernelLibor Pechacek1-1/+10
2016-07-27module: fix redundant test.Rusty Russell1-2/+1
2016-07-27module: fix noreturn attribute for __module_put_and_exit()Jiri Kosina1-1/+1
2016-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2016-07-27Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds12-518/+666
2016-07-27cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner1-1/+1
2016-07-27cgroup: fix idr leak for the first cgroup rootJohannes Weiner1-7/+1
2016-07-27mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov1-3/+3
2016-07-27Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2016-07-27Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-43/+67
2016-07-27Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2-10/+37
2016-07-26Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-66/+358
2016-07-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-540/+751
2016-07-26bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon1-0/+45
2016-07-26Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+0
2016-07-26Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-84/+87
2016-07-25Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-186/+412
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-44/+130
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds17-111/+290
2016-07-25Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-736/+844
2016-07-25bpf, events: fix offset in skb copy handlerDaniel Borkmann1-5/+10