summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* printk: correct timeout comment, neaten MODULE_PARM_DESCJoe Perches2015-02-121-6/+6
* kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur2015-02-122-1/+14
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-126-9/+7
* kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initRasmus Villemoes2015-02-121-1/+1
* mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov2015-02-121-3/+1
* cgroup: release css->id after css_freeVladimir Davydov2015-02-121-3/+7
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-121-2/+2
|\
| * kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu2015-01-131-2/+2
* | Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2015-02-1219-150/+175
|\ \
| * | ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)2015-02-111-5/+35
| * | tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla2015-02-091-1/+1
| * | tracing: Separate out initializing top level dir from instancesSteven Rostedt (Red Hat)2015-02-021-21/+30
| * | tracing: Make tracing_init_dentry_tr() staticSteven Rostedt (Red Hat)2015-02-022-2/+1
| * | trace: Use 64-bit timekeepingTina Ruchandani2015-01-281-10/+8
| * | tracing: Add array printing helperDave Martin2015-01-281-0/+44
| * | tracing: Remove newline from trace_printk warning bannerBorislav Petkov2015-01-271-1/+2
| * | tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)2015-01-229-12/+12
| * | tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)2015-01-229-17/+0
| * | tracing: Remove taking of trace_types_lock in pipe filesSteven Rostedt (Red Hat)2014-12-221-82/+28
| * | tracing: Add ref count to tracer for when they are being read by pipeSteven Rostedt (Red Hat)2014-12-222-1/+16
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-02-111-1/+1
|\ \ \
| * | | X.509: shut up about included cert for silent buildArnd Bergmann2015-01-231-1/+1
* | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-02-111-2/+0
|\ \ \ \
| * | | | audit: remove vestiges of vers_opsRichard Guy Briggs2015-01-201-2/+0
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-113-54/+35
|\ \ \ \ \
| * | | | | mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov2015-02-111-0/+8
| * | | | | mm: account pmd page tables to the processKirill A. Shutemov2015-02-111-0/+3
| * | | | | oom, PM: make OOM detection in the freezer path racelessMichal Hocko2015-02-112-42/+11
| * | | | | PM: convert printk to pr_* equivalentMichal Hocko2015-02-111-14/+15
| * | | | | oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2015-02-111-1/+1
* | | | | | Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2015-02-111-0/+12
|\ \ \ \ \ \
| * | | | | | perf: provide sysfs_show for struct perf_pmu_events_attrCody P Schafer2015-02-021-0/+12
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-115-10/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens2015-01-295-10/+10
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-105-88/+123
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-052-5/+15
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-2715-80/+220
| |\ \ \ \ \ \ \ \
| * | | | | | | | | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-11/+2
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-1512-184/+260
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-061-9/+40
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | spinlock: Add spin_lock_bh_nested()Thomas Graf2015-01-031-0/+8
| * | | | | | | | | timecounter: keep track of accumulated fractional nanosecondsRichard Cochran2014-12-301-7/+24
| * | | | | | | | | time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-303-77/+96
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-101-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kexec, Kconfig: spell "architecture" properlyBorislav Petkov2015-01-261-1/+1
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-105-0/+1039
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | livepatch: add missing newline to error messageJosh Poimboeuf2015-02-061-1/+1
| * | | | | | | | | | | livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf2015-02-042-4/+4
| * | | | | | | | | | | livepatch: fix uninitialized return valueJosh Poimboeuf2015-01-211-1/+1
| * | | | | | | | | | | livepatch: support for repatching a functionJosh Poimboeuf2015-01-201-51/+119
OpenPOWER on IntegriCloud