aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-12genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y buildThomas Gleixner2-2/+2
2010-10-12genirq: Switch sparse_irq allocator to GFP_KERNELThomas Gleixner1-3/+2
2010-10-12genirq: Make sparse_lock a mutexThomas Gleixner1-19/+14
2010-10-12genirq: Remove the now unused sparse irq leftoversThomas Gleixner5-256/+2
2010-10-12genirq: Sanitize dynamic irq handlingThomas Gleixner3-121/+23
2010-10-12genirq: Remove arch_init_chip_data()Thomas Gleixner2-7/+0
2010-10-12Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner4-7/+8
2010-10-12genirq: Query arch for number of early descriptorsThomas Gleixner2-6/+8
2010-10-12genirq: Use sane sparse allocatorThomas Gleixner1-109/+20
2010-10-12genirq: Implement irq reservationThomas Gleixner1-0/+26
2010-10-12genirq: Implement sane enumerationThomas Gleixner1-0/+11
2010-10-12genirq: Prepare proc for real sparse irq supportThomas Gleixner3-0/+22
2010-10-12genirq: Implement a sane sparse_irq allocatorThomas Gleixner1-8/+223
2010-10-12genirq: Provide default irq init flagsThomas Gleixner2-4/+4
2010-10-12genirq: Remove export of kstat_irqs_cpuThomas Gleixner1-1/+0
2010-10-12genirq: Remove early_init_irq_lock_class()Thomas Gleixner1-10/+1
2010-10-12genirq: Distangle kernel/irq/handle.cThomas Gleixner4-332/+340
2010-10-12genirq: Sanitize irq_data accessorsThomas Gleixner1-0/+8
2010-10-12genirq: Provide status modifierThomas Gleixner1-19/+7
2010-10-12genirq: Distangle irq.hThomas Gleixner1-0/+100
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner5-5/+32
2010-10-04genirq: Provide compat handling for chip->retrigger()Thomas Gleixner2-2/+9
2010-10-04genirq: Provide compat handling for chip->set_wake()Thomas Gleixner2-2/+9
2010-10-04genirq: Provide compat handling for chip->set_type()Thomas Gleixner3-7/+15
2010-10-04genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner4-8/+19
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner4-16/+16
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner5-22/+35
2010-10-04genirq: Provide compat handling for chip->enable()Thomas Gleixner3-8/+21
2010-10-04genirq: Provide compat handling for chip->eoi()Thomas Gleixner1-3/+10
2010-10-04genirq: Provide compat handling for chip->mask_ack()Thomas Gleixner1-6/+13
2010-10-04genirq: Provide compat handling for chip->ack()Thomas Gleixner2-18/+12
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner4-9/+16
2010-10-04genirq: Provide compat handling for chip->mask()Thomas Gleixner3-9/+16
2010-10-04genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner3-19/+35
2010-10-04genirq: Add new functions to dummy chipsThomas Gleixner2-17/+44
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner10-105/+106
2010-10-04genirq: Create irq_dataThomas Gleixner1-20/+19
2010-10-04genirq: Provide KconfigThomas Gleixner1-0/+54
2010-09-23genirq: Cleanup irq_chip->typename leftoversThomas Gleixner1-2/+0
2010-09-22rmap: fix walk during forkAndrea Arcangeli1-1/+1
2010-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-5/+5
2010-09-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2010-09-21sched: Fix nohz balance kickSuresh Siddha1-1/+1
2010-09-17hw breakpoints: Fix pid namespace bugMatt Helsley1-1/+2
2010-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-10/+17
2010-09-15sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka1-4/+4
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin1-0/+21
2010-09-13sched: Improve latencies under load by decreasing minimum scheduling granularityIngo Molnar1-3/+3
2010-09-13workqueue: add documentationTejun Heo1-10/+17
2010-09-11Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds2-21/+68