summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-182-151/+37Star
|\
| * audit: replace getname()/putname() hacks with reference countersPaul Moore2015-01-232-109/+13Star
| * audit: fix filename matching in __audit_inode() and __audit_inode_child()Paul Moore2015-01-231-9/+25
| * audit: enable filename recording via getname_kernel()Paul Moore2015-01-231-37/+3Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-172-52/+47Star
|\ \
| * | new fs_pin killing logicsAl Viro2015-01-261-47/+34Star
| * | get rid of the second argument of acct_kill()Al Viro2015-01-261-10/+7Star
| * | take count and rcu_head out of fs_pinAl Viro2015-01-261-6/+8
| * | pull bumping refcount into ->kill()Al Viro2015-01-261-0/+6
| * | kill pin_put()Al Viro2015-01-261-4/+10
| * | file->f_path.dentry is pinned down for as long as the file is open...Al Viro2015-01-261-4/+1Star
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-175-18/+23
|\ \ \
| * | | seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNOKees Cook2015-02-171-1/+3
| * | | kernel/module.c: do not inline do_init_module()Jan Kiszka2015-02-171-2/+7
| * | | kexec: simplify conditionalGeoff Levand2015-02-171-7/+10
| * | | kexec: fix a typo in commentAlexander Kuleshov2015-02-171-1/+1
| * | | kexec: remove never used member destination in kimageBaoquan He2015-02-171-4/+0Star
| * | | signal: use current->state helpersDavidlohr Bueso2015-02-171-2/+2
| * | | ptrace: remove linux/compat.h inclusion under CONFIG_COMPATFabian Frederick2015-02-171-1/+0Star
* | | | Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-175-17/+142
|\ \ \ \ | |/ / / |/| | |
| * | | PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki2015-02-153-2/+54
| * | | timekeeping: Make it safe to use the fast timekeeper while suspendedRafael J. Wysocki2015-02-151-0/+30
| * | | timekeeping: Pass readout base to update_fast_timekeeper()Rafael J. Wysocki2015-02-131-8/+6Star
| * | | PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki2015-02-132-7/+52
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-171-0/+3
|\ \ \ \
| * | | | genirq: Fix null pointer reference in irq_set_affinity_hint()Jesse Brandeburg2015-02-091-1/+2
| * | | | Merge branch 'linus' into irq/coreThomas Gleixner2015-01-269-43/+97
| |\ \ \ \
| * | | | | genirq: Set initial affinity in irq_set_affinity_hint()Jesse Brandeburg2015-01-231-0/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-161-2/+12
|\ \ \ \ \
| * | | | | perf: Pass the event to arch_perf_update_userpage()Andy Lutomirski2015-02-041-2/+3
| * | | | | perf: Add pmu callbacks to track event mapping and unmappingAndy Lutomirski2015-02-041-0/+9
| * | | | | Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patchesIngo Molnar2015-02-041-17/+49
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in n...Ingo Molnar2015-02-0312-57/+126
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-01-281-17/+49
| | |\ \ \ \ \ \
* | | | | | | | | kprobes: makes kprobes/enabled works correctly for optimized kprobes.Wang Nan2015-02-141-2/+9
* | | | | | | | | kprobes: set kprobes_all_disarmed earlier to enable re-optimization.Wang Nan2015-02-141-1/+6
* | | | | | | | | kasan: enable instrumentation of global variablesAndrey Ryabinin2015-02-141-0/+2
* | | | | | | | | profile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-2/+1Star
* | | | | | | | | irq: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-7/+4Star
* | | | | | | | | padata: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-8/+3Star
* | | | | | | | | tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-142-4/+4
* | | | | | | | | workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-3/+2Star
* | | | | | | | | time: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-9/+2Star
* | | | | | | | | sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-142-15/+6Star
* | | | | | | | | rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-3/+2Star
* | | | | | | | | cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-33/+9Star
* | | | | | | | | kernfs: remove KERNFS_STATIC_NAMETejun Heo2015-02-141-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-131-29/+18Star
|\ \ \ \ \ \ \ \
| * | | | | | | | module: Replace over-engineered nested sleepPeter Zijlstra2015-02-111-28/+8Star
| * | | | | | | | module: Annotate nested sleep in resolve_symbol()Peter Zijlstra2015-02-111-0/+6