| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2015-02-18 | 2 | -151/+37 |
|\ |
|
| * | audit: replace getname()/putname() hacks with reference counters | Paul Moore | 2015-01-23 | 2 | -109/+13 |
| * | audit: fix filename matching in __audit_inode() and __audit_inode_child() | Paul Moore | 2015-01-23 | 1 | -9/+25 |
| * | audit: enable filename recording via getname_kernel() | Paul Moore | 2015-01-23 | 1 | -37/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-02-17 | 2 | -52/+47 |
|\ \ |
|
| * | | new fs_pin killing logics | Al Viro | 2015-01-26 | 1 | -47/+34 |
| * | | get rid of the second argument of acct_kill() | Al Viro | 2015-01-26 | 1 | -10/+7 |
| * | | take count and rcu_head out of fs_pin | Al Viro | 2015-01-26 | 1 | -6/+8 |
| * | | pull bumping refcount into ->kill() | Al Viro | 2015-01-26 | 1 | -0/+6 |
| * | | kill pin_put() | Al Viro | 2015-01-26 | 1 | -4/+10 |
| * | | file->f_path.dentry is pinned down for as long as the file is open... | Al Viro | 2015-01-26 | 1 | -4/+1 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-02-17 | 5 | -18/+23 |
|\ \ \ |
|
| * | | | seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO | Kees Cook | 2015-02-17 | 1 | -1/+3 |
| * | | | kernel/module.c: do not inline do_init_module() | Jan Kiszka | 2015-02-17 | 1 | -2/+7 |
| * | | | kexec: simplify conditional | Geoff Levand | 2015-02-17 | 1 | -7/+10 |
| * | | | kexec: fix a typo in comment | Alexander Kuleshov | 2015-02-17 | 1 | -1/+1 |
| * | | | kexec: remove never used member destination in kimage | Baoquan He | 2015-02-17 | 1 | -4/+0 |
| * | | | signal: use current->state helpers | Davidlohr Bueso | 2015-02-17 | 1 | -2/+2 |
| * | | | ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT | Fabian Frederick | 2015-02-17 | 1 | -1/+0 |
* | | | | Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-02-17 | 5 | -17/+142 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | PM / sleep: Make it possible to quiesce timers during suspend-to-idle | Rafael J. Wysocki | 2015-02-15 | 3 | -2/+54 |
| * | | | timekeeping: Make it safe to use the fast timekeeper while suspended | Rafael J. Wysocki | 2015-02-15 | 1 | -0/+30 |
| * | | | timekeeping: Pass readout base to update_fast_timekeeper() | Rafael J. Wysocki | 2015-02-13 | 1 | -8/+6 |
| * | | | PM / sleep: Re-implement suspend-to-idle handling | Rafael J. Wysocki | 2015-02-13 | 2 | -7/+52 |
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-17 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | genirq: Fix null pointer reference in irq_set_affinity_hint() | Jesse Brandeburg | 2015-02-09 | 1 | -1/+2 |
| * | | | | Merge branch 'linus' into irq/core | Thomas Gleixner | 2015-01-26 | 9 | -43/+97 |
| |\ \ \ \ |
|
| * | | | | | genirq: Set initial affinity in irq_set_affinity_hint() | Jesse Brandeburg | 2015-01-23 | 1 | -0/+2 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-02-16 | 1 | -2/+12 |
|\ \ \ \ \ |
|
| * | | | | | perf: Pass the event to arch_perf_update_userpage() | Andy Lutomirski | 2015-02-04 | 1 | -2/+3 |
| * | | | | | perf: Add pmu callbacks to track event mapping and unmapping | Andy Lutomirski | 2015-02-04 | 1 | -0/+9 |
| * | | | | | Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patches | Ingo Molnar | 2015-02-04 | 1 | -17/+49 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in n... | Ingo Molnar | 2015-02-03 | 12 | -57/+126 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2015-01-28 | 1 | -17/+49 |
| | |\ \ \ \ \ \ |
|
* | | | | | | | | | kprobes: makes kprobes/enabled works correctly for optimized kprobes. | Wang Nan | 2015-02-14 | 1 | -2/+9 |
* | | | | | | | | | kprobes: set kprobes_all_disarmed earlier to enable re-optimization. | Wang Nan | 2015-02-14 | 1 | -1/+6 |
* | | | | | | | | | kasan: enable instrumentation of global variables | Andrey Ryabinin | 2015-02-14 | 1 | -0/+2 |
* | | | | | | | | | profile: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-14 | 1 | -2/+1 |
* | | | | | | | | | irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-14 | 1 | -7/+4 |
* | | | | | | | | | padata: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-14 | 1 | -8/+3 |
* | | | | | | | | | tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-14 | 2 | -4/+4 |
* | | | | | | | | | workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-14 | 1 | -3/+2 |
* | | | | | | | | | time: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-14 | 1 | -9/+2 |
* | | | | | | | | | sched: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-14 | 2 | -15/+6 |
* | | | | | | | | | rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-14 | 1 | -3/+2 |
* | | | | | | | | | cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-14 | 1 | -33/+9 |
* | | | | | | | | | kernfs: remove KERNFS_STATIC_NAME | Tejun Heo | 2015-02-14 | 1 | -1/+1 |
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
* | | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-02-13 | 1 | -29/+18 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | module: Replace over-engineered nested sleep | Peter Zijlstra | 2015-02-11 | 1 | -28/+8 |
| * | | | | | | | | module: Annotate nested sleep in resolve_symbol() | Peter Zijlstra | 2015-02-11 | 1 | -0/+6 |