aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* 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 git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-05-071-0/+19
| | |\
| | | * Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2009-04-3031-75/+268
| | | |\
| | | * | nls: add a nls_nullsize inlineJeff Layton2009-04-301-0/+19
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-05-053-2/+6
| | |\ \ \
| | | * | | usbnet: CDC EEM support (v5)Omar Laazimani2009-05-041-0/+3
| | | * | | virtio: add missing include to virtio_net.hGrant Likely2009-05-011-0/+1
| | | * | | netfilter: use likely() in xt_info_rdlock_bh()Eric Dumazet2009-05-011-2/+2
| | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bar...Linus Torvalds2009-05-021-0/+1
| | |\ \ \ \
| | | * | | | ide-cd: fix REQ_QUIET tests in cdrom_decode_statusBorislav Petkov2009-04-301-0/+1
| | * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-05-021-0/+24
| | |\ \ \ \ \
| | | * | | | | Input: add detailed multi-touch finger data report protocolHenrik Rydberg2009-04-281-0/+23
| | | * | | | | Input: bcm5974 - add quad-finger tappingHenrik Rydberg2009-04-281-0/+1
| | * | | | | | SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnectTrond Myklebust2009-05-021-0/+1
| | * | | | | | mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro2009-05-021-6/+3
| | * | | | | | of: make of_(un)register_platform_driver common codeGrant Likely2009-05-021-0/+10
| | * | | | | | alpha: binfmt_aout fixIvan Kokshaysky2009-05-021-1/+13
| | * | | | | | memcg: fix mem_cgroup_shrink_usage()Daisuke Nishimura2009-05-021-2/+2
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-04-294-9/+75
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | netfilter: revised locking for x_tablesStephen Hemminger2009-04-281-5/+68
| | | * | | | net: Avoid extra wakeups of threads blocked in wait_for_packet()Eric Dumazet2009-04-281-2/+4
| | | * | | | net: Fix typo in net_device_ops description.Mike Rapoport2009-04-271-1/+1
| | | * | | | net: Fix LL_MAX_HEADER for CONFIG_TR_MODULEAdrian Bunk2009-04-271-1/+1
| | | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-04-251-0/+1
| | | |\ \ \ \
| | | | * | | | netfilter: nf_ct_dccp: add missing role attributes for DCCPPablo Neira Ayuso2009-04-241-0/+1
| | * | | | | | regulator: fix header file missing kernel-docRandy Dunlap2009-04-281-0/+1
| | * | | | | | Remove unused support code for refok sections.Tim Abbott2009-04-271-8/+0
| | * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-04-271-0/+1
| | |\ \ \ \ \ \
| | | * | | | | | PCI: only save/restore existent registers in the PCIe capabilityYu Zhao2009-04-221-0/+1
* | | | | | | | | 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
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Add new HEAD_TEXT_SECTION macro.Tim Abbott2009-04-262-1/+9
* | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-04-241-0/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'irq' into releaseLen Brown2009-04-241-0/+1
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | ACPI: add /sys/firmware/acpi/interrupts/sci_not counterLen Brown2009-04-211-0/+1
| | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-04-242-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2009-04-141-1/+2
| * | | | | | | | jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2009-04-141-1/+2
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-04-241-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | USB: musb: Prevent multiple includes of musb.hMark A. Greer2009-04-231-0/+5
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2009-04-241-0/+19
|\ \ \ \ \ \ \ \ \