summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2016-07-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+8
2016-07-29Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds-267/+228
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-98/+92
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-0/+16
2016-07-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-10/+8
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-385/+275
2016-07-28Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-453/+565
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+0
2016-07-28printk: when dumping regs, show the stack, not thread_infoAndy Lutomirski-3/+2
2016-07-28mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski-11/+8
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski-1/+2
2016-07-28mm: cleanup ifdef guards for vmem_altmapDan Williams-8/+0
2016-07-28mm: convert zone_reclaim to node_reclaimMel Gorman-2/+2
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman-5/+5
2016-07-28cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemaskMichal Hocko-9/+0
2016-07-28freezer, oom: check TIF_MEMDIE on the correct taskMichal Hocko-1/+1
2016-07-28timers/core: Correct callback order during CPU hot plugRichard Cochran-5/+10
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-144/+418
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-10/+0
2016-07-27stop_machine: Touch_nmi_watchdog() after MULTI_STOP_PREPAREOleg Nesterov-0/+8
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+3
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-518/+666
2016-07-26cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner-1/+1
2016-07-26cgroup: fix idr leak for the first cgroup rootJohannes Weiner-7/+1
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov-3/+3
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+4
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds-43/+67
2016-07-26Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-10/+37
2016-07-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-66/+358
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-540/+751
2016-07-25bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon-0/+45
2016-07-25Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+0
2016-07-25Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-84/+87
2016-07-25Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-186/+412
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-44/+130
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-111/+290
2016-07-25Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-736/+844
2016-07-25bpf, events: fix offset in skb copy handlerDaniel Borkmann-5/+10
2016-07-25Merge branch 'pm-cpufreq'Rafael J. Wysocki-42/+32
2016-07-25Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki-476/+634
2016-07-24Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2016-07-24Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams-6/+0
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-36/+56
2016-07-22PM / hibernate: Introduce test_resume mode for hibernationChen Yu-21/+50
2016-07-21cpufreq: schedutil: map raw required frequency to driver frequencySteve Muckle-8/+23
2016-07-20audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore-168/+164
2016-07-19bpf: enable direct packet data write for xdp progsBrenden Blanco-1/+16
2016-07-19bpf: add XDP prog type for early driver filterBrenden Blanco-0/+1
2016-07-19bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco-3/+9
2016-07-19kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bugAndrew Morton-1/+3