summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2015-02-192-2/+2
| * | | | | kdb: Provide forward search at more promptDaniel Thompson2015-02-193-5/+26
| * | | | | kdb: Fix a prompt management bug when using | grepDaniel Thompson2015-02-191-2/+2
| * | | | | kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson2015-02-191-1/+0
| * | | | | kdb: Avoid printing KERN_ levels to consolesDaniel Thompson2015-02-192-10/+14
| * | | | | kdb: Fix off by one error in kdb_cpu()Jason Wessel2015-02-192-2/+2
| * | | | | kdb: fix incorrect counts in KDB summary command outputJay Lan2015-02-191-1/+1
* | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-02-191-31/+5
|\ \ \ \ \ \
| * | | | | | kbuild,gcov: simplify kernel/gcov/Makefile moreMasahiro Yamada2015-01-091-19/+4
| * | | | | | kbuild,gcov: simplify kernel/gcov/MakefileMasahiro Yamada2015-01-091-3/+3
| * | | | | | kbuild,gcov: remove unnecessary workaroundMasahiro Yamada2015-01-091-12/+1
| * | | | | | kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada2015-01-091-1/+1
* | | | | | | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-172-151/+37
|\ \ \ \ \ \ \
| * | | | | | | audit: replace getname()/putname() hacks with reference countersPaul Moore2015-01-232-109/+13
| * | | | | | | 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/+3
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-172-52/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | new fs_pin killing logicsAl Viro2015-01-251-47/+34
| * | | | | | | | get rid of the second argument of acct_kill()Al Viro2015-01-251-10/+7
| * | | | | | | | take count and rcu_head out of fs_pinAl Viro2015-01-251-6/+8
| * | | | | | | | pull bumping refcount into ->kill()Al Viro2015-01-251-0/+6
| * | | | | | | | kill pin_put()Al Viro2015-01-251-4/+10
| * | | | | | | | file->f_path.dentry is pinned down for as long as the file is open...Al Viro2015-01-251-4/+1
* | | | | | | | | 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/+0
| * | | | | | | | | signal: use current->state helpersDavidlohr Bueso2015-02-171-2/+2
| * | | | | | | | | ptrace: remove linux/compat.h inclusion under CONFIG_COMPATFabian Frederick2015-02-171-1/+0
* | | | | | | | | | 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/+6
| * | | | | | | | | 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-161-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-131-2/+9
* | | | | | | | | | | | | | | kprobes: set kprobes_all_disarmed earlier to enable re-optimization.Wang Nan2015-02-131-1/+6
* | | | | | | | | | | | | | | kasan: enable instrumentation of global variablesAndrey Ryabinin2015-02-131-0/+2
* | | | | | | | | | | | | | | profile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-2/+1
OpenPOWER on IntegriCloud