aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-07-12[PATCH] Make cpu_relax() imply barrier() on all archesChase Venters7-7/+14
2006-07-12[S390] Fix sparse warnings.Heiko Carstens2-2/+2
2006-07-12[S390] path grouping and path verifications fixes.Cornelia Huck1-0/+2
2006-07-12[S390] cpu_relax() is supposed to have barrier() semantics.Heiko Carstens2-10/+9
2006-07-12[S390] fix futex_atomic_cmpxchg_inatomicMartin Schwidefsky1-2/+3
2006-07-12[S390] raw_local_save_flags/raw_local_irq_restore type checkHeiko Carstens1-6/+12
2006-07-12[S390] __builtin_trap() and gcc version.Heiko Carstens1-1/+10
2006-07-10Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds8-12/+66
2006-07-10[PATCH] x86_64: Fix Calgary copyright statements per IBM guidelinesMuli Ben-Yehuda2-5/+9
2006-07-10[PATCH] knfsd: nfsd4: add per-operation server statsShankar Anand2-0/+12
2006-07-10[PATCH] uninline init_waitqueue_head()Ingo Molnar1-11/+1
2006-07-10[PATCH] char/rtc: Handle memory-mapped chips properlyMaciej W. Rozycki2-0/+9
2006-07-10[PATCH] make valid_mmap_phys_addr_range() take a pfnLennert Buytenhek1-1/+1
2006-07-10[PATCH] FRV: Introduce asm-offsets for FRV archDavid Howells4-90/+65
2006-07-10[PATCH] FDPIC: Add coredump capability for the ELF-FDPIC binfmtDavid Howells2-4/+12
2006-07-10[PATCH] FDPIC: Move roundup() into linux/kernel.hDavid Howells1-0/+1
2006-07-10[PATCH] FDPIC: Define SEEK_* constants in the Linux kernel headersDavid Howells1-0/+4
2006-07-10[PATCH] FRV: Fix FRV arch compile errorsDavid Howells1-1/+1
2006-07-10[PATCH] powermac: Combined fixes for backlight codeMichael Hanselmann1-3/+9
2006-07-10[PATCH] powerpc: fix trigger handling in the new irq codeBenjamin Herrenschmidt1-25/+13
2006-07-10[PATCH] ZVC: add __inc_zone_state for !SMP configurationChristoph Lameter1-2/+7
2006-07-10[PATCH] h8300 remove duplicate defineYoshinori Sato1-1/+0
2006-07-10[PATCH] md: fix resync speed calculation for restarted resyncsNeilBrown1-1/+2
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+0
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl5-12/+12
2006-07-10[PATCH] lockdep: clean up completion initializer in smpboot.cIngo Molnar1-1/+4
2006-07-10[PATCH] lockdep: core, reduce per-lock class-cache sizeIngo Molnar1-1/+1
2006-07-10[PATCH] lockdep: add more rwsem.h documentationIngo Molnar1-2/+15
2006-07-10[PATCH] count_vm_events() fixAndrew Morton1-1/+1
2006-07-10Pull acpi_os_allocate into test branchLen Brown2-1/+29
2006-07-10Pull acpica-20060707 into test branchLen Brown4-7/+15
2006-07-10Pull bugzilla-6687 into test branchLen Brown2-3/+4
2006-07-10Pull dock into test branchLen Brown2-1/+18
2006-07-10ACPI: acpi_os_allocate() fixesLen Brown2-1/+29
2006-07-09[PATCH] i386: use thread_info flags for debug regs and IO bitmapsStephane Eranian1-0/+7
2006-07-09Merge commit master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 of HEADLinus Torvalds4-3/+13
2006-07-09Merge branch 'blktrace' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-2/+3
2006-07-09Revert "Revert "ACPI: dock driver""Len Brown2-1/+18
2006-07-09ACPI: acpi_os_get_thread_id() returns currentLen Brown2-3/+4
2006-07-09ACPI: ACPICA 20060707Bob Moore4-7/+15
2006-07-09Revert "ACPI: dock driver"Linus Torvalds2-18/+1
2006-07-08i386: improve and correct inline asm memory constraintsLinus Torvalds8-62/+57
2006-07-08power: improve inline asm memory constraintsLinus Torvalds3-32/+32
2006-07-08[NET] gso: Fix up GSO packets with broken checksumsHerbert Xu3-3/+8
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu2-1/+6
2006-07-06[PATCH] Only the first two bits in bio->bi_rw and rq->flags matchJens Axboe1-1/+1
2006-07-06[PATCH] blktrace: readahead supportNathan Scott1-0/+1
2006-07-06[PATCH] blktrace: fix barrier vs sync typoNathan Scott1-1/+1
2006-07-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+14
2006-07-05Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-21/+71
2006-07-05[SPARC64]: Fix sparc64 build errors when CONFIG_PCI=n.Randy Dunlap1-0/+14
2006-07-05[PCI] Add JMicron PCI ID constantsJeff Garzik1-0/+7
2006-07-05[PATCH] libata: reimplement controller-wide PMTejun Heo1-0/+12
2006-07-05[PATCH] libata: reimplement per-dev PMTejun Heo1-2/+0
2006-07-05[PATCH] libata: implement PM EH actionsTejun Heo1-1/+11
2006-07-05[PATCH] libata: separate out __ata_ehi_hotplugged()Tejun Heo1-2/+7
2006-07-05[PATCH] libata: implement ATA_EHI_NO_AUTOPSY and QUIETTejun Heo1-0/+2
2006-07-05[PATCH] libata: clean up debounce parameters and improve parameter selectionTejun Heo1-3/+12
2006-07-05[PATCH] libata: implement ATA_EHI_RESUME_LINKTejun Heo1-1/+2
2006-07-05[PATCH] libata: add ap->pflags and move core dynamic flags to itTejun Heo1-12/+18
2006-07-05Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2-0/+3
2006-07-05Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-8/+0
2006-07-05Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2006-07-05[PATCH] SoftMAC: Prevent multiple authentication attempts on the same networkJoseph Jezak1-0/+1
2006-07-05VFS: Allow caller to determine if BSD or posix locks were actually freedTrond Myklebust1-0/+1
2006-07-05Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust141-665/+2418
2006-07-05[PATCH] powerpc: implement missing jiffies64_to_cputime64()David Woodhouse1-0/+18
2006-07-05[ARM] 3711/1: AT91 timer updateAndrew Victor1-8/+0
2006-07-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2-0/+4
2006-07-04Fix up headers_install wrt devfs removalLinus Torvalds1-1/+1
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds46-0/+216
2006-07-03Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-3/+1
2006-07-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-1/+2
2006-07-03Merge git://git.infradead.org/mtd-2.6Linus Torvalds5-58/+76
2006-07-03Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-69/+137
2006-07-03Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds6-31/+101
2006-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+1
2006-07-03[Bluetooth] Use real devices for host controllersMarcel Holtmann2-4/+4
2006-07-03[Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann1-0/+1
2006-07-03[Bluetooth] Add automatic sniff mode supportMarcel Holtmann2-38/+86
2006-07-03[Bluetooth] Correct SCO buffer size on requestMarcel Holtmann1-1/+2
2006-07-03[ATM]: add+use poison definesRandy Dunlap1-0/+1
2006-07-03[NET]: add+use poison definesRandy Dunlap1-0/+4
2006-07-03[IOAT]: fix header file kernel-docRandy Dunlap1-18/+25
2006-07-03[AX.25]: Reference counting for AX.25 routes.Ralf Baechle DL5RB1-9/+15
2006-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds6-98/+436
2006-07-03[PATCH] sched: cleanup, convert sched.c-internal typedefs to structIngo Molnar1-2/+3
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar4-30/+31
2006-07-03[PATCH] lockdep: annotate sk_locksIngo Molnar1-10/+10
2006-07-03[PATCH] lockdep: annotate blkdev nestingIngo Molnar1-0/+17
2006-07-03[PATCH] lockdep: annotate sb ->s_umountArjan van de Ven1-0/+1
2006-07-03[PATCH] lockdep: annotate ->s_lockIngo Molnar1-0/+1
2006-07-03[PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar1-1/+1
2006-07-03[PATCH] lockdep: annotate bh_lock_sock()Ingo Molnar1-0/+3
2006-07-03[PATCH] lockdep: annotate af_unix lockingIngo Molnar1-0/+3
2006-07-03[PATCH] lockdep: annotate sock_lock_init()Ingo Molnar1-0/+4
2006-07-03[PATCH] lockdep: annotate hrtimer base locksIngo Molnar1-0/+1
2006-07-03[PATCH] lockdep: annotate skb_queue_head_initIngo Molnar1-0/+3
2006-07-03[PATCH] lockdep: annotate waitqueuesIngo Molnar1-0/+6
2006-07-03[PATCH] lockdep: annotate genirqIngo Molnar1-0/+6
2006-07-03[PATCH] lockdep: annotate i_mutexIngo Molnar1-0/+19
2006-07-03[PATCH] lockdep: annotate dcacheIngo Molnar1-0/+12
2006-07-03[PATCH] lockdep: prove mutex locking correctnessIngo Molnar2-4/+35
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar7-23/+92
2006-07-03[PATCH] lockdep: prove rwsem locking correctnessIngo Molnar5-47/+104
2006-07-03[PATCH] lockdep: coreIngo Molnar4-2/+359
2006-07-03[PATCH] lockdep: irqtrace subsystem, s390 supportHeiko Carstens2-31/+51
2006-07-03[PATCH] lockdep: irqtrace cleanup of include/asm-x86_64/irqflags.hIngo Molnar1-38/+118
2006-07-03[PATCH] lockdep: irqtrace subsystem, x86_64 supportIngo Molnar2-37/+62
2006-07-03[PATCH] lockdep: irqtrace cleanup of include/asm-i386/irqflags.hIngo Molnar1-12/+83
2006-07-03[PATCH] lockdep: irqtrace subsystem, i386 supportIngo Molnar3-19/+62
2006-07-03[PATCH] lockdep: irqtrace subsystem, coreIngo Molnar6-9/+172
2006-07-03[PATCH] lockdep: stacktrace subsystem, coreIngo Molnar1-0/+20
2006-07-03[PATCH] lockdep: beautify x86_64 stacktracesIngo Molnar1-1/+1
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar6-16/+27
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar8-47/+78
2006-07-03[PATCH] lockdep: remove RWSEM_DEBUG remnantsIngo Molnar5-81/+5
2006-07-03[PATCH] lockdep: clean up rwsemsIngo Molnar3-53/+2
2006-07-03[PATCH] lockdep: add DECLARE_COMPLETION_ONSTACK() APIIngo Molnar1-0/+12
2006-07-03[PATCH] lockdep: add local_irq_enable_in_hardirq() APIIngo Molnar1-0/+17
2006-07-03[PATCH] lockdep: add disable/enable_irq_lockdep() APIIngo Molnar1-1/+48
2006-07-03[PATCH] lockdep: add per_cpu_offset()Ingo Molnar6-0/+8
2006-07-03[PATCH] lockdep: add print_ip_sym()Heiko Carstens1-0/+14
2006-07-03[PATCH] lockdep: add is_module_address()Ingo Molnar1-0/+6
2006-07-03[PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OChristoph Lameter3-1/+8
2006-07-03[PATCH] PNPACPI: support shareable interruptsBjorn Helgaas1-0/+1
2006-07-03[PATCH] lockdep: special s390 print_symbol() versionHeiko Carstens1-5/+6
2006-07-03[PATCH] genirq ia64 cleanupAndrew Morton1-2/+0
2006-07-03kbuild: introduce utsrelease.hSam Ravnborg1-1/+1
2006-07-03Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust244-1256/+2549
2006-07-03Merge ../scsi-misc-2.6James Bottomley6-31/+101
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt6-73/+340
2006-07-03[POWERPC] New device-tree interrupt parsing codeBenjamin Herrenschmidt1-0/+87
2006-07-03[POWERPC] Use the genirq frameworkBenjamin Herrenschmidt3-26/+10
2006-07-02[PATCH] genirq:fixup missing SA_PERCPU replacementThomas Gleixner1-0/+2
2006-07-02[PATCH] ARM: fixup irqflags breakage after ARM genirq mergeThomas Gleixner3-8/+2
2006-07-02[PATCH] genirq: ARM dyntick cleanupThomas Gleixner3-0/+16
2006-07-02Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds1-0/+2
2006-07-03[POWERPC] change get_property to return void *Jeremy Kerr1-2/+2
2006-07-02Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds5-119/+56
2006-07-02Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds17-54/+398
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-07-02[PATCH] irq-flags: XTENSA: Use the new IRQF_ constantsThomas Gleixner1-15/+0
2006-07-02[PATCH] irq-flags: x86_64: Use the new IRQF_ constantsThomas Gleixner2-6/+4
2006-07-02[PATCH] irq-flags: V850: Use the new IRQF_ constantsThomas Gleixner1-2/+0
2006-07-02[PATCH] irq-flags: SPARC: Use the new IRQF_ constantsThomas Gleixner2-4/+2
2006-07-02[PATCH] irq-flags: SPARC64: Use the new IRQF_ constantsThomas Gleixner2-4/+1
2006-07-02[PATCH] irq-flags: SH: Use the new IRQF_ constantsThomas Gleixner3-8/+5
2006-07-02[PATCH] irq-flags: SH64: Use the new IRQF_ constantsThomas Gleixner2-3/+1
2006-07-02[PATCH] irq-flags: S390: Use the new IRQF_ constantsThomas Gleixner1-2/+0
2006-07-02[PATCH] irq-flags: PPC: Use the new IRQF_ constantsThomas Gleixner1-4/+4
2006-07-02[PATCH] irq-flags: POWERPC: Use the new IRQF_ constantsThomas Gleixner2-3/+1
2006-07-02[PATCH] irq-flags: PARISC: Use the new IRQF_ constantsThomas Gleixner2-6/+4
2006-07-02[PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner3-13/+2
2006-07-02[PATCH] irq-flags: M68K: Use the new IRQF_ constantsThomas Gleixner4-7/+6
2006-07-02[PATCH] irq-flags: M68KNOMMU: Use the new IRQF_ constantsThomas Gleixner2-4/+2
2006-07-02[PATCH] irq-flags: M32R: Use the new IRQF_ constantsThomas Gleixner1-2/+0
2006-07-02[PATCH] irq-flags: IA64: Use the new IRQF_ constantsThomas Gleixner2-4/+2
2006-07-02[PATCH] irq-flags: i386: Use the new IRQF_ constantsThomas Gleixner2-6/+4
2006-07-02[PATCH] irq-flags: H8300: Use the new IRQF_ constantsThomas Gleixner1-2/+0
2006-07-02[PATCH] irq-flags: FRV: Use the new IRQF_ constantsThomas Gleixner2-3/+1
2006-07-02[PATCH] irq-flags: CRIS: Use the new IRQF_ constantsThomas Gleixner3-4/+2
2006-07-02[PATCH] irq-flags: ARM26: Use the new IRQF_ constantsThomas Gleixner2-3/+1
2006-07-02[PATCH] irq-flags: ALPHA: Use the new IRQF_ constantsThomas Gleixner2-3/+1
2006-07-02[PATCH] irq-flags: consolidate flags for request_irqThomas Gleixner3-54/+74
2006-07-02[SERIAL] Convert fifosize to an unsigned intRussell King1-1/+2
2006-07-02[MMC] sdhci: Add SDHCI controller idsPierre Ossman1-0/+2
2006-07-01[ARM] 3692/1: ARM: coswitch irq handling to the generic implementationThomas Gleixner4-118/+54
2006-07-01[ARM] 3690/1: genirq: Introduce and make use of dummy irq chipThomas Gleixner1-1/+2
2006-07-01Pull acpi_os_free into release branchLen Brown2-3/+1
2006-07-01[ARM] 3705/1: add supersection support to ioremap()Lennert Buytenhek1-2/+2
2006-07-01[ARM] 3707/1: iwmmxt: use the generic thread notifier infrastructureLennert Buytenhek1-0/+1
2006-07-01Merge branch 'audit.b22' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-5/+52
2006-07-01[PATCH] add __[start|end]_rodata sections to asm-generic/sections.hHeiko Carstens1-0/+1
2006-07-01[PATCH] hotcpu_notifier-fixesAndrew Morton1-3/+3
2006-07-01[PATCH] Fix IS_ERR Threshold ValueRalf Baechle1-1/+3
2006-07-01[PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov1-1/+1
2006-07-01[PATCH] uml: make copy_*_user atomicPaolo 'Blaisorblade' Giarrusso1-1/+19
2006-07-01[PATCH] SMP alternatives: skip with UP kernelsGerd Hoffmann2-0/+17
2006-07-01[PATCH] audit syscall classesAl Viro3-0/+39
2006-07-01[PATCH] audit: rename AUDIT_SE_* constantsDarrel Goeddel1-5/+10
2006-07-01[PATCH] add rule filterkeyAmy Griffis1-0/+3
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-17/+0
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-15/+35
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds13-15/+13
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6/Linus Torvalds1-0/+1
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-0/+55
2006-06-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds15-62/+138
2006-06-30[SPARC64]: Kill sun4v virtual device layer.David S. Miller1-17/+0
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu4-8/+9
2006-06-30[NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu3-7/+20
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu1-0/+6
2006-06-30[PATCH] pcmcia: TI PCIxx12 CardBus controller supportAlex Williamson1-0/+1
2006-06-30V4L/DVB (4270): Add tda9887-specific tuner configurationHans Verkuil1-0/+55
2006-06-30[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy caseJ. Bruce Fields1-1/+3
2006-06-30[PATCH] rcu: Add lock annotations to RCU locking primitivesJosh Triplett1-4/+20
2006-06-30[PATCH] Correct rtc_wkalrm commentsAndrew Victor1-2/+2
2006-06-30[PATCH] uml: add __raw_writeq definitionJeff Dike1-0/+5
2006-06-30[PATCH] add smp_setup_processor_id()Andrew Morton1-0/+2