summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-102-6/+24
|\
| * sched: properly define the sched_group::cpumask and sched_domain::span fieldsIngo Molnar2009-05-191-3/+22
| * sched, timers: cleanup avenrun usersThomas Gleixner2009-05-151-0/+1
| * sched, timers: move calc_load() to schedulerThomas Gleixner2009-05-151-1/+1
| * Merge commit 'v2.6.30-rc5' into sched/coreIngo Molnar2009-05-1173-266/+930
| |\
| * | wait: don't use __wake_up_common()Johannes Weiner2009-04-141-2/+0
* | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-104-30/+35
|\ \ \
| * \ \ Merge branch 'linus' into irq/numaIngo Molnar2009-06-0125-39/+101
| |\ \ \
| * \ \ \ Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-1217-26/+154
| |\ \ \ \
| | * \ \ \ Merge commit 'v2.6.30-rc5' into x86/apicIngo Molnar2009-05-1146-103/+428
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| * | | | | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-011-0/+3
| |\| | | |
| | * | | | x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checksSuresh Siddha2009-04-211-0/+2
| | * | | | x86, intr-remap: enable interrupt remapping earlyWeidong Han2009-04-191-0/+1
| * | | | | x86/irq: use move_irq_desc() in create_irq_nr()Yinghai Lu2009-05-011-2/+9
| * | | | | x86/irq: change MSI irq_desc to be more numa awareYinghai Lu2009-04-281-1/+1
| * | | | | irq: change ACPI GSI APIs to also take a device argumentYinghai Lu2009-04-281-1/+1
| * | | | | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-282-11/+7
| * | | | | irq: change ->set_affinity() to return statusYinghai Lu2009-04-281-1/+1
| * | | | | x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu2009-04-281-10/+0
| * | | | | irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix falloutYinghai Lu2009-04-281-9/+18
* | | | | | cpumask: introduce zalloc_cpumask_varYinghai Lu2009-06-091-0/+15
* | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-081-0/+1
|\ \ \ \ \ \
| * | | | | | [ARM] 5543/1: arm: serial amba: add missing declaration in serial.hAlessandro Rubini2009-06-071-0/+1
* | | | | | | ptrace: tracehook_report_clone: fix false positivesOleg Nesterov2009-06-041-6/+5
|/ / / / / /
* | | | / / parport: quickfix the proc registration bugAlan Cox2009-06-021-0/+4
| |_|_|/ / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-06-011-0/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-05-271-0/+4
| |\ \ \ \ \
| | * | | | | netfilter: nf_ct_tcp: fix accepting invalid RST segmentsJozsef Kadlecsik2009-05-251-0/+4
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/headers-check-2.6Linus Torvalds2009-06-012-2/+2
|\ \ \ \ \ \ \
| * | | | | | | headers_check fix: linux/net_dropmon.hJaswinder Singh Rajput2009-06-011-0/+1
| * | | | | | | headers_check fix: linux/auto_fs.hJaswinder Singh Rajput2009-06-011-2/+1
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge branches 'bugzilla-13121+', 'bugzilla-13233', 'redhat-bugzilla-500311',...Len Brown2009-05-291-10/+10
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | * | | | | | | i7300_idle: allow testing on i5000-series hardware w/o re-compileLen Brown2009-05-281-10/+10
| |/ / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-05-291-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Input: multitouch - add tracking ID to the protocolHenrik Rydberg2009-05-231-0/+1
* | | | | | | | | memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura2009-05-291-0/+5
* | | | | | | | | cred: #include init.h in cred.hAlexey Dobriyan2009-05-291-0/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bar...Linus Torvalds2009-05-222-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | via82cxxx: Add VIA VX855 PCI Device IDHarald Welte2009-05-221-1/+1
| * | | | | | | | ide: report timeouts in ide_busy_sleep()Bartlomiej Zolnierkiewicz2009-05-221-1/+1
* | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-05-202-1/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini2009-05-201-1/+1
| * | | | | | | | | [ARM] Double check memmap is actually valid with a memmap has unexpected hole...Mel Gorman2009-05-181-0/+26
| | |_|/ / / / / / | |/| | | | | | |
* / | | | | | | | reiserfs: fixup perms when xattrs are disabledJeff Mahoney2009-05-171-3/+1
|/ / / / / / / /
* | | | | | | | libata: Media rotation rate and form factor heuristicsMartin K. Petersen2009-05-151-0/+28
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-05-151-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "mm: add /proc controls for pdflush threads"Jens Axboe2009-05-151-2/+0
* | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2009-05-121-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ioatdma: fix "ioatdma frees DMA memory with wrong function"Maciej Sosnowski2009-05-121-0/+6
* | | | | | | | | | syscalls.h add the missing sys_pipe2 declarationArnd Bergmann2009-05-121-0/+1
| |/ / / / / / / / |/| | | | | | | |