aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman3-23/+59
2017-07-23cgroup: fix error return value from cgroup_subtree_control()Tejun Heo1-2/+2
2017-07-23PM / timekeeping: Print debug messages when requestedRafael J. Wysocki2-5/+10
2017-07-22PM / sleep: Mark suspend/hibernation start and finishRafael J. Wysocki2-0/+7
2017-07-22PM / sleep: Do not print debug messages by defaultRafael J. Wysocki3-17/+69
2017-07-22PM / suspend: Export pm_suspend_target_stateFlorian Fainelli1-0/+5
2017-07-22cpufreq: Use transition_delay_us for legacy governors as wellViresh Kumar1-10/+1
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus1-5/+5
2017-07-21Merge tag 'trace-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds4-22/+36
2017-07-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+11
2017-07-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+12
2017-07-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2017-07-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-10/+12
2017-07-21cgroup: update debug controller to print out thread mode informationWaiman Long3-15/+41
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo6-25/+340
2017-07-21cgroup: implement CSS_TASK_ITER_THREADEDTejun Heo1-17/+60
2017-07-21cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingTejun Heo1-3/+66
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo4-19/+23
2017-07-21cgroup: reorganize cgroup.procs / task write pathTejun Heo3-106/+152
2017-07-21perf/core: Fix locking for children siblings group readJiri Olsa1-0/+5
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-257/+974
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-14/+94
2017-07-20bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann1-14/+94
2017-07-20Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+1
2017-07-20smp/hotplug: Handle removal correctly in cpuhp_store_callbacks()Ethan Barnes1-1/+11
2017-07-20trace: fix the errors caused by incompatible type of RCU variablesChunyan Zhang2-17/+30
2017-07-20tracing: Fix kmemleak in instance_rmdirChunyu Hu1-0/+1
2017-07-20prctl: Allow local CAP_SYS_ADMIN changing exe_fileKirill Tkhai1-6/+2
2017-07-20userns,pidns: Verify the userns for new pid namespacesEric W. Biederman2-8/+16
2017-07-20perf/core: Fix scheduling regression of pinned groupsAlexander Shishkin1-0/+7
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2017-07-19workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo1-0/+10
2017-07-19audit: fix memleak in auditd_send_unicast_skb.Shu Wang1-0/+1
2017-07-19tracing/ring_buffer: Try harder to allocateJoel Fernandes1-5/+5
2017-07-18cgroup: create dfl_root files on subsys registrationTejun Heo1-0/+4
2017-07-18x86/mm, kexec: Allow kexec to be used with SMETom Lendacky1-1/+11
2017-07-18x86/mm: Add support to access boot related data in the clearTom Lendacky1-4/+16
2017-07-18LSM: Remove security_task_create() hook.Tetsuo Handa1-4/+0
2017-07-17genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross3-10/+12
2017-07-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+53
2017-07-17Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2017-07-17net: add notifier hooks for devmap bpf mapJohn Fastabend2-1/+74
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend1-1/+83
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend2-0/+16
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend3-0/+275
2017-07-16cgroup: replace css_set walking populated test with testing cgrp->nr_populated_csetsTejun Heo1-22/+8
2017-07-16cgroup: distinguish local and children populated statesTejun Heo1-16/+21
2017-07-16cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()Tejun Heo1-1/+0
2017-07-15semtimedop(): move compat to nativeAl Viro1-23/+0
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+13