summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-05-203-34/+23
|\
| * signal: trivial, fix the "timespec declared inside parameter list" warningOleg Nesterov2011-05-181-1/+3
| * signal: rename signandsets() to sigandnsets()Oleg Nesterov2011-04-281-3/+3
| * signal: introduce do_sigtimedwait() to factor out compat/native codeOleg Nesterov2011-04-281-0/+2
| * signal: sigprocmask() should do retarget_shared_pending()Oleg Nesterov2011-04-281-0/+1
| * Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Oleg Nesterov2011-04-072-30/+14
| |\
| | * signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUEDOleg Nesterov2011-04-041-3/+3
| | * ptrace: Clean transitions between TASK_STOPPED and TRACEDTejun Heo2011-03-231-0/+2
| | * signal: Use GROUP_STOP_PENDING to stop once for a single group stopTejun Heo2011-03-231-0/+3
| | * signal: Fix premature completion of group stop when interfered by ptraceTejun Heo2011-03-231-0/+6
| | * ptrace: Kill tracehook_notify_jctl()Tejun Heo2011-03-231-27/+0
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-05-201-0/+1
|\ \ \
| * \ \ Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt2011-05-2051-447/+1006
| |\ \ \
| * \ \ \ Merge branch 'merge' into nextBenjamin Herrenschmidt2011-05-1942-68/+174
| |\ \ \ \
| * | | | | of: Export of_irq_find_parent()Michael Ellerman2011-04-201-0/+1
* | | | | | spinlock_up.h: include asm/processor.h in for cpu_relaxStephen Rothwell2011-05-201-0/+2
* | | | | | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-1/+1
| |_|/ / / |/| | | |
* | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-203-12/+160
|\ \ \ \ \
| * | | | | sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-141-5/+0
| * | | | | driver core: Add the device driver-model structures to kerneldocWanlong Gao2011-05-071-3/+151
| * | | | | Add a strtobool function matching semantics of existing in kernel equivalentsJonathan Cameron2011-04-261-0/+1
| * | | | | driver core: let dev_set_drvdata return int instead of void as it can failUwe Kleine-König2011-04-231-1/+1
| * | | | | drivers:misc:ti-st: handle delayed tty receivePavan Savoy2011-04-231-1/+2
| * | | | | drivers: make device_type constStephen Hemminger2011-04-201-1/+1
| * | | | | device: add dev_WARN_ONCEFelipe Balbi2011-04-201-1/+5
| |/ / / /
* | | | | signal.h need a definition of struct task_structStephen Rothwell2011-05-201-0/+2
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-206-5/+91
|\ \ \ \ \
| * | | | | net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()Lai Jiangshan2011-05-081-1/+0
| * | | | | rcu: provide rcu_virt_note_context_switch() function.Gleb Natapov2011-05-062-0/+18
| * | | | | rcu: introduce kfree_rcu()Lai Jiangshan2011-05-061-0/+56
| * | | | | rcu: add DEBUG_OBJECTS_RCU_HEAD check for alignmentPaul E. McKenney2011-05-061-0/+1
| * | | | | rcu: make rcutorture version numbers available through debugfsPaul E. McKenney2011-05-062-1/+15
| * | | | | rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney2011-05-062-3/+1
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-206-2/+60
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into timers/coreThomas Gleixner2011-05-0211-10/+19
| |\ \ \ \ \ \
| * | | | | | | timers: Improve alarmtimer comments and minor fixesJohn Stultz2011-04-281-1/+11
| * | | | | | | timers: Posix interface for alarm-timersJohn Stultz2011-04-263-1/+10
| * | | | | | | timers: Introduce in-kernel alarm-timer interfaceJohn Stultz2011-04-261-0/+30
| * | | | | | | timers: Add rb_init_node() to allow for stack allocated rb nodesJohn Stultz2011-04-262-1/+9
| * | | | | | | time: Add timekeeping_inject_sleeptimeJohn Stultz2011-04-261-0/+1
* | | | | | | | Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-202-40/+48
|\ \ \ \ \ \ \ \
| * | | | | | | | clockevents: Provide interface to reconfigure an active clock event deviceThomas Gleixner2011-05-191-0/+2
| * | | | | | | | clockevents: Provide combined configure and register functionThomas Gleixner2011-05-191-0/+9
| * | | | | | | | clockevents: Restructure clock_event_device membersThomas Gleixner2011-05-191-22/+23
| * | | | | | | | clocksource: Restructure clocksource struct membersThomas Gleixner2011-05-191-18/+14
* | | | | | | | | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-201-1/+3
|\| | | | | | | |
| * | | | | | | | Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner2011-05-14631-4082/+16350
| |\ \ \ \ \ \ \ \
| | * | | | | | | | clocksource: convert footbridge to generic i8253 clocksourceRussell King2011-05-141-0/+2
| * | | | | | | | | Make clocksource name constRussell King - ARM Linux2011-02-211-1/+1
| | | | | | | | | |
| \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-203-38/+26
|\ \ \ \ \ \ \ \ \ \ \