summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameterDenys Vlasenko2012-03-231-10/+21
* ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko2012-03-231-23/+8
* ptrace: don't modify flags on PTRACE_SETOPTIONS failureDenys Vlasenko2012-03-231-1/+4
* kernel/watchdog.c: add comment to watchdog() exit pathAndrew Morton2012-03-231-0/+4
* kernel/watchdog.c: convert to pr_foo()Andrew Morton2012-03-231-6/+10
* watchdog: make sure the watchdog thread gets CPU on loaded systemMichal Hocko2012-03-231-4/+3
* kernel/exit.c: if init dies, log a signal which killed it, if anyDenys Vlasenko2012-03-231-2/+5
* prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering2012-03-233-5/+39
* Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-03-237-24/+133
|\
| * kdb: Add message about CONFIG_DEBUG_RODATA on failure to install breakpointJason Wessel2012-03-221-0/+7
| * kdb: Avoid using dbg_io_ops until it is initializedTim Bird2012-03-221-1/+1
| * kgdb,debug_core: add the ability to control the reboot notifierJason Wessel2012-03-221-0/+16
| * KDB: Fix usability issues relating to the 'enter' key.Andrei Warkentin2012-03-223-22/+83
| * kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detachJason Wessel2012-03-222-0/+24
| * kgdb: Respect that flush op is optionalJan Kiszka2012-03-221-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-221-0/+2
|\ \
| * \ Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-09114-4767/+7422
| |\ \
| * | | Input: add infrastructure for selecting clockid for event time stampsJohn Stultz2012-02-031-0/+2
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-224-49/+37
|\ \ \ \
| * | | | memcg: let css_get_next() rely upon rcu_read_lock()Hugh Dickins2012-03-211-3/+2
| * | | | cgroup: revert ss_id_lock to spinlockHugh Dickins2012-03-211-9/+9
| * | | | mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes2012-03-211-1/+1
| * | | | cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-03-212-35/+9
| * | | | mm: add rss counters consistency checkKonstantin Khlebnikov2012-03-211-3/+18
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-213-8/+4
|\ \ \ \ \
| * | | | | constify path argument of trace_seq_path()Al Viro2012-03-201-1/+1
| * | | | | constify path argument of audit_log_d_path()Al Viro2012-03-201-1/+1
| * | | | | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-6/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-215-1/+6
|\ \ \ \ \
| * | | | | security: trim security.hAl Viro2012-02-144-0/+4
| * | | | | mm: collapse security_vm_enough_memory() variants into a single functionAl Viro2012-02-141-1/+1
| * | | | | security: create task_free security callbackKees Cook2012-02-101-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-03-211-30/+14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | padata: Fix race on sequence number wrapSteffen Klassert2012-03-141-28/+10
| * | | | | padata: Fix race in the serialization pathSteffen Klassert2012-03-141-2/+4
* | | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-211-112/+716
|\ \ \ \ \ \
| * | | | | | irq_domain/mips: Allow irq_domain on MIPSGrant Likely2012-02-241-0/+12
| * | | | | | irq_domain: constify irq_domain_opsGrant Likely2012-02-161-16/+15
| * | | | | | irq_domain: Create common xlate functions that device drivers can useGrant Likely2012-02-161-10/+55
| * | | | | | irq_domain: Remove irq_domain_add_simple()Grant Likely2012-02-161-8/+2
| * | | | | | irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely2012-02-161-146/+13
| * | | | | | irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely2012-02-161-32/+64
| * | | | | | irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-161-70/+130
| * | | | | | irq_domain: Remove references to old irq_host namesGrant Likely2012-02-161-111/+108
| * | | | | | irq_domain: remove NO_IRQ from irq domain codeGrant Likely2012-02-161-19/+19
| * | | | | | irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely2012-02-161-0/+600
| * | | | | | irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely2012-02-141-7/+7
| * | | | | | irq_domain: Be less verboseGrant Likely2012-02-141-3/+1
* | | | | | | Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-03-2112-127/+116
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pm-qos'Rafael J. Wysocki2012-03-042-14/+12
| |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud