summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-05-01kmod: remove call_usermodehelper_fns()Lucas De Marchi1-14/+17
2013-05-01kmod: split call to call_usermodehelper_fns()Lucas De Marchi1-2/+10
2013-05-01usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Lucas De Marchi1-33/+24
2013-05-01ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin1-0/+80
2013-05-01kernel/timer.c: move some non timer related syscalls to kernel/sys.cStephen Rothwell2-207/+212
2013-05-01kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINEStephen Rothwell1-2/+1
2013-05-01kernel/compat.c: make do_sysinfo() staticStephen Rothwell2-66/+69
2013-05-01kernel/smp.c: cleanupsAndrew Morton1-45/+46
2013-05-01kernel/smp.c: remove 'priv' of call_single_dataliguang1-4/+2
2013-05-01kernel/smp.c: use '|=' for csd_lockliguang1-1/+1
2013-05-01workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo4-1/+93
2013-05-01kthread: implement probe_kthread_data()Tejun Heo1-0/+19
2013-05-01arc, print-fatal-signals: reduce duplicated informationVineet Gupta1-2/+1
2013-05-01dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+16
2013-05-01dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2-6/+26
2013-05-01dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-0/+18
2013-05-01kernel/range.c: subtract_range: fix the broken phrase issued by printkLin Feng1-1/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+2
2013-05-01Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+17
2013-04-30audit: fix event coverage of AUDIT_ANOM_LINKEric Paris3-360/+394
2013-04-30audit: use spin_lock in audit_receive_msg to process tty loggingEric Paris1-6/+4
2013-04-30audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs1-6/+10
2013-04-30audit: use spin_lock_irqsave/restore in audit tty codeEric Paris1-4/+6
2013-04-30helper for some session id stuffEric Paris1-8/+12
2013-04-30audit: use a consistent audit helper to log lsm informationEric Paris3-47/+10
2013-04-30audit: push loginuid and sessionid processing downEric Paris1-1/+1
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsEric Paris2-76/+46
2013-04-30audit: remove the old depricated kernel interfaceEric Paris2-180/+8
2013-04-30audit: make validity checking genericEric Paris1-76/+70
2013-04-30sched: Avoid prev->stime underflowStanislaw Gruszka1-7/+7
2013-04-30sched: Do not account bogus utimeStanislaw Gruszka1-0/+9
2013-04-30sched: Avoid cputime scaling overflowStanislaw Gruszka1-22/+35
2013-04-30Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-279/+757
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+109
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-451/+719
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-111/+432
2013-04-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-469/+435
2013-04-30tracing: Fix small merge bugSteven Rostedt1-1/+1
2013-04-30relay: move remove_buf_file inside relay_close_bufDmitry Monakhov1-1/+1
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds3-11/+28
2013-04-30Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds3-520/+343
2013-04-30Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds6-883/+1985
2013-04-30Merge branch 'for-3.10-async' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-22/+18
2013-04-30kernel/: rename random32() to prandom_u32()Akinobu Mita2-2/+2
2013-04-30printk: fix failure to return error in devkmsg_poll()Nicolas Kaiser1-1/+2
2013-04-30early_printk: consolidate random copies of identical codeThomas Gleixner1-7/+23
2013-04-30printk/tracing: rework console tracingzhangwei(Jovi)1-1/+1
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds11-127/+239
2013-04-30mem hotunplug: fix kfree() of bootmem memoryYasuaki Ishimatsu1-13/+55