summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-02-23cgroup: convert for_each_subsys_which() to do-while styleTejun Heo1-32/+40
2016-02-23cgroup: s/child_subsys_mask/subtree_ss_mask/Tejun Heo1-24/+24
2016-02-23Revert "cgroup: add cgroup_subsys->css_e_css_changed()"Tejun Heo1-18/+0
2016-02-23cgroup: fix error return value of cgroup_addrm_files()Tejun Heo1-2/+2
2016-02-23Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+5
2016-02-22mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook1-3/+1
2016-02-22bpf: add new arg_type that allows for 0 sized stack bufferDaniel Borkmann1-10/+32
2016-02-21kexec: replace call to copy_file_from_fd() with kernel versionMimi Zohar1-64/+9
2016-02-21module: replace copy_module_from_fd with kernel versionMimi Zohar1-60/+8
2016-02-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+1
2016-02-20kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot1-2/+3
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov4-1/+247
2016-02-20perf: generalize perf_callchainAlexei Starovoitov2-14/+20
2016-02-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-02-19bpf: grab rcu read lock for bpf_percpu_hash_updateSasha Levin1-1/+7
2016-02-19tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi1-1/+5
2016-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-35/+5
2016-02-19devm_memremap_release(): fix memremap'd addr handlingToshi Kani1-1/+1
2016-02-18cgroup: fix alloc_cgroup_ns() error handling in copy_cgroup_ns()Tejun Heo1-2/+3
2016-02-18signals, pkeys: Notify userspace about protection key faultsDave Hansen1-0/+4
2016-02-18workqueue: Replace usage of init_name with dev_set_name()Lars-Peter Clausen1-1/+1
2016-02-18ftrace/module: remove ftrace module notifierJessica Yu2-35/+5
2016-02-17futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman1-8/+91
2016-02-17futex: Rename barrier references in ordering guaranteesDavidlohr Bueso1-17/+17
2016-02-17perf/core: Remove unused arguments from a bunch of functionsThomas Gleixner1-11/+10
2016-02-17Merge branch 'perf/urgent' into perf/core, to queue up dependent patchIngo Molnar9-118/+250
2016-02-17perf/core: Plug potential memory leak in CPU_UP_PREPAREThomas Gleixner1-1/+1
2016-02-17perf/core: Remove the bogus and dangerous CPU_DOWN_FAILED hotplug stateThomas Gleixner1-1/+0
2016-02-17perf/core: Remove bogus UP_CANCELED hotplug stateThomas Gleixner1-1/+0
2016-02-17sched/deadline: Fix trivial typo in printk() messageSteven Rostedt1-1/+1
2016-02-17sched/core: Remove dead statement in __schedule()Byungchul Park1-1/+0
2016-02-16Add FS_USERNS_FLAG to cgroup fsSerge Hallyn1-0/+2
2016-02-16cgroup: mount cgroupns-root when inside non-init cgroupnsSerge Hallyn1-1/+47
2016-02-16cgroup: cgroup namespace setns supportAditya Kali1-3/+16
2016-02-16cgroup: introduce cgroup namespacesAditya Kali4-10/+192
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen1-2/+8
2016-02-15treewide: Fix typo in printkMasanari Iida1-1/+1
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano5-13/+10
2016-02-15Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman9-122/+267
2016-02-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+10
2016-02-13nohz: Implement wide kick on top of irq workFrederic Weisbecker1-8/+4
2016-02-13atomic: Export fetch_or()Frederic Weisbecker1-14/+0
2016-02-13Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar6-84/+216
2016-02-12cgroup: provide cgroup_nov1= to disable controllers in v1 mountsJohannes Weiner1-1/+42
2016-02-12mm: fix pfn_t vs highmemDan Williams1-1/+1
2016-02-12kernel/locking/lockdep.c: convert hash tables to hlistsAndrew Morton1-23/+19
2016-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2016-02-11PM / suspend: replacing printksaurabh1-3/+3
2016-02-11PM/freezer: y2038, use boottime to compare tstampsAbhilash Jindal1-7/+5
2016-02-11Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki3-10/+23