summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-05-221-2/+2
|\
| * Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-021-2/+2
| |\
| | * alarmtimer: Provide accessor to alarmtimer rtc deviceJohn Stultz2012-04-201-2/+2
* | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-223-460/+994
|\ \ \
| * | | printk() - isolate KERN_CONT users from ordinary complete linesKay Sievers2012-05-141-44/+61
| * | | printk() - restore prefix/timestamp printing for multi-newline stringsKay Sievers2012-05-141-51/+76
| * | | printk: add stub for prepend_timestamp()Randy Dunlap2012-05-111-0/+4
| * | | printk: correctly align __log_bufStephen Warren2012-05-101-7/+6
| * | | printk() - restore timestamp printing at console outputKay Sievers2012-05-091-17/+26
| * | | printk() - do not merge continuation lines of different threadsKay Sievers2012-05-091-9/+10
| * | | printk - fix compilation for CONFIG_PRINTK=nKay Sievers2012-05-091-19/+22
| * | | kmsg: use do_div() to divide 64bit integerKay Sievers2012-05-081-1/+4
| * | | kmsg: export printk records to the /dev/kmsg interfaceKay Sievers2012-05-071-0/+313
| * | | printk: convert byte-buffer to variable-length record bufferKay Sievers2012-05-071-424/+590
| * | | params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)Jim Cromie2012-05-041-21/+12
| * | | params.c: fix Smack complaint about parse_argsJim Cromie2012-05-041-1/+1
| * | | Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman2012-05-0219-87/+121
| |\ \ \ | | |/ /
| * | | dynamic_debug: make dynamic-debug work for module initializationJim Cromie2012-04-301-1/+1
| * | | params: add 3rd arg to option handler callback signatureJim Cromie2012-04-301-14/+17
| | |/ | |/|
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-214-19/+45
|\ \ \
| * | | genirq: Do not consider disabled wakeup irqsThomas Gleixner2012-05-041-1/+6
| * | | genirq: Allow check_wakeup_irqs to notice level-triggered interruptsThomas Gleixner2012-05-042-3/+8
| * | | genirq: Be more informative on irq type mismatchThomas Gleixner2012-04-191-15/+10
| * | | genirq: Reject bogus threaded irq requestsThomas Gleixner2012-04-191-0/+21
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-215-25/+465
|\ \ \ \
| * \ \ \ Merge tag 'v3.4-rc5' into nextJames Morris2012-05-0419-87/+121
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | seccomp: fix build warnings when there is no CONFIG_SECCOMP_FILTERWill Drewry2012-04-181-4/+9
| * | | | ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry2012-04-141-0/+16
| * | | | seccomp: Add SECCOMP_RET_TRAPWill Drewry2012-04-141-0/+26
| * | | | signal, x86: add SIGSYS info and make it synchronous.Will Drewry2012-04-141-1/+8
| * | | | seccomp: add SECCOMP_RET_ERRNOWill Drewry2012-04-141-10/+32
| * | | | seccomp: remove duplicated failure loggingKees Cook2012-04-142-16/+7
| * | | | seccomp: add system call filtering using BPFWill Drewry2012-04-143-19/+382
| * | | | Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski2012-04-141-0/+10
| | |_|/ | |/| |
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-218-23/+171
|\ \ \ \
| * | | | task_allocator: Use config switches instead of magic definesThomas Gleixner2012-05-081-4/+3
| * | | | fork: Provide kmemcache based thread_info allocatorThomas Gleixner2012-05-081-0/+27
| * | | | Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-0812-70/+107
| |\ \ \ \
| | * | | | fork: Provide weak arch_release_[task_struct|thread_info] functionsThomas Gleixner2012-05-081-4/+17
| | * | | | fork: Move thread info gfp flags to headerThomas Gleixner2012-05-081-6/+2
| | * | | | fork: Remove the weak insanityThomas Gleixner2012-05-081-7/+1
| | | |/ / | | |/| |
| * | | | smp: Implement kick_all_cpus_sync()Thomas Gleixner2012-05-081-0/+23
| * | | | init_task: Create generic init_task instanceThomas Gleixner2012-05-051-2/+0
| * | | | smp: Fix idle_thread_init() inline stubThomas Gleixner2012-05-041-1/+1
| * | | | smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha2012-05-034-56/+31
| * | | | smp: Provide generic idle thread allocationThomas Gleixner2012-04-264-2/+96
| * | | | smp: Add generic smpboot facilityThomas Gleixner2012-04-264-0/+29
| * | | | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-2110-298/+1073
|\ \ \ \
| * \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-05-1410-298/+1073
| |\ \ \ \
OpenPOWER on IntegriCloud