aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-27stop_machine: Touch_nmi_watchdog() after MULTI_STOP_PREPAREOleg Nesterov
2016-07-27module: Invalidate signatures on force-loaded modulesBen Hutchings
2016-07-27module: Issue warnings when tainting kernelLibor Pechacek
2016-07-27module: fix redundant test.Rusty Russell
2016-07-27module: fix noreturn attribute for __module_put_and_exit()Jiri Kosina
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-07-26cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner
2016-07-26cgroup: fix idr leak for the first cgroup rootJohannes Weiner
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-07-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon
2016-07-25Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-25Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-07-25Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-25bpf, events: fix offset in skb copy handlerDaniel Borkmann
2016-07-25Merge branch 'pm-cpufreq'Rafael J. Wysocki
2016-07-25Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki
2016-07-24Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-07-24Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-22PM / hibernate: Introduce test_resume mode for hibernationChen Yu
2016-07-21cpufreq: schedutil: map raw required frequency to driver frequencySteve Muckle
2016-07-20audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore
2016-07-19bpf: enable direct packet data write for xdp progsBrenden Blanco
2016-07-19bpf: add XDP prog type for early driver filterBrenden Blanco
2016-07-19bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco
2016-07-19kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bugAndrew Morton
2016-07-19cgroup: remove duplicated include from cgroup.cWei Yongjun
2016-07-19tick/nohz: Optimize nohz idle enterGaurav Jindal
2016-07-19genirq: Fix missing irq allocation affinity hintVincent Stehle
2016-07-19clockevents: Make clockevents_subsys staticBen Dooks
2016-07-16bpf: bpf_event_entry_gen's alloc needs to be in atomic contextDaniel Borkmann
2016-07-16Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann
2016-07-15bpf, perf: split bpf_perf_event_outputDaniel Borkmann
2016-07-15perf, events: add non-linear data support for raw recordsDaniel Borkmann
2016-07-15x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki
2016-07-15cgroupns: Only allow creation of hierarchies in the initial cgroup namespaceEric W. Biederman
2016-07-15cgroupns: Close race between cgroup_post_fork and copy_cgroup_nsEric W. Biederman
2016-07-15cgroupns: Fix the locking in copy_cgroup_nsEric W. Biederman