aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-13Merge tag 'vfio-v4.10-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+1
2017-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+7
2017-01-12security,selinux,smack: kill security_task_wait hookStephen Smalley1-17/+2
2017-01-12Merge branch 'aarch64/for-next/debug-virtual' into aarch64/for-next/coreWill Deacon1-1/+1
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann1-2/+6
2017-01-12bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann2-9/+9
2017-01-12capability: export has_capabilityJike Song1-0/+1
2017-01-12jump_labels: API for flushing deferred jump label updatesDavid Matlack1-0/+7
2017-01-12locking/pvqspinlock: Don't wait if vCPU is preemptedPan Xinhui1-1/+1
2017-01-12locking/spinlocks: Remove the unused spin_lock_bh_nested() APIWaiman Long1-8/+0
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+8
2017-01-11kexec: Switch to __pa_symbolLaura Abbott1-1/+1
2017-01-11nohz: Fix collision between tick and other hrtimersFrederic Weisbecker2-2/+9
2017-01-10signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles1-2/+2
2017-01-10mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams1-0/+4
2017-01-10bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko2-2/+2
2017-01-10bpf: Make unnecessarily global functions staticTobias Klauser1-7/+10
2017-01-10bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()Tobias Klauser1-2/+1
2017-01-10rdmacg: Fixed uninitialized current resource usageParav Pandit1-0/+2
2017-01-10rdmacg: Added rdma cgroup controllerParav Pandit2-0/+618
2017-01-10pid: fix lockdep deadlock warning due to ucount_lockAndrei Vagin1-4/+6
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov3-26/+26
2017-01-09bpf: allow helpers access to variable memoryGianluca Borello1-10/+64
2017-01-09bpf: allow adjusted map element values to spillGianluca Borello1-5/+16
2017-01-09bpf: allow helpers access to map element valuesGianluca Borello1-2/+7
2017-01-09bpf: split check_mem_access logic for map valuesGianluca Borello1-39/+49
2017-01-06timekeeping: Remove unused timekeeping_{get,set}_tai_offset()Stephen Boyd2-40/+1
2017-01-05Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-4/+14
2017-01-03audit: Fix sleep in atomicJan Kara1-4/+14
2016-12-27cgroup: fix RCU related sparse warningsTejun Heo2-2/+2
2016-12-27cgroup: move namespace code to kernel/cgroup/namespace.cTejun Heo4-175/+189
2016-12-27cgroup: rename functions for consistencyTejun Heo3-23/+23
2016-12-27cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.cTejun Heo3-406/+413
2016-12-27cgroup: separate out cgroup1_kf_syscall_opsTejun Heo3-25/+30
2016-12-27cgroup: refactor mount path and clearly distinguish v1 and v2 pathsTejun Heo1-61/+79
2016-12-27cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.cTejun Heo4-1108/+1164
2016-12-27cgroup: move cgroup files under kernel/cgroup/Tejun Heo6-4/+6
2016-12-27cgroup: reorder css_set fieldsTejun Heo1-5/+8
2016-12-27cgroup: remove cgroup_pid_fry() and friendsTejun Heo1-38/+5
2016-12-27cgroup: reimplement reading "cgroup.procs" on cgroup v2Tejun Heo1-5/+58
2016-12-27cgroup add cftype->open/release() callbacksTejun Heo1-1/+23
2016-12-26splice_pipe_desc: kill ->flagsAl Viro2-3/+0
2016-12-26smp/hotplug: Undo tglxs brainfartThomas Gleixner1-1/+8
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds24-147/+144
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-184/+51
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner5-7/+7
2016-12-25ktime: Get rid of the unionThomas Gleixner13-88/+88
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner10-52/+49
2016-12-25cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsThomas Gleixner1-138/+1
2016-12-25cpu/hotplug: Prevent overwriting of callbacksThomas Gleixner1-46/+50