aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-04-20Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2006-04-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+8
2006-04-20Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik1-1/+2
2006-04-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-2/+2
2006-04-20[PATCH] x86_64: bring back __read_mostly support to linux-2.6.17-rc2Eric Dumazet1-2/+2
2006-04-20[PATCH] i386/x86-64: Fix x87 information leak between processesAndi Kleen4-5/+47
2006-04-20[PATCH] memory_hotplug.h cleanupAdrian Bunk1-3/+0
2006-04-20[PATCH] xtensa: Fix TIOCGICOUNT macroChris Zankel1-1/+1
2006-04-20[NET]: Add skb->truesize assertion checking.David S. Miller2-0/+8
2006-04-19[SPARC]: __NR_sys_splice --> __NR_spliceDavid S. Miller2-2/+2
2006-04-19[PATCH] softmac: fix event sendingJohannes Berg1-1/+2
2006-04-19Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2-0/+13
2006-04-19NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unsetTrond Myklebust1-0/+1
2006-04-19NFS: fix PROC_FS=n compile errorAdrian Bunk1-0/+12
2006-04-19[PATCH] remove the obsolete IDEPCI_FLAG_FORCE_PDCAdrian Bunk1-1/+0
2006-04-19[PATCH] ide: ATI SB600 IDE supportAnatoli Antonovitch1-0/+4
2006-04-19[PATCH] m32r: update switch_to macro for tuningHirokazu Takata1-44/+23
2006-04-19[PATCH] m32r: mappi3 reboot supportHirokazu Takata1-11/+11
2006-04-19[PATCH] m32r: update include/asm-m32r/semaphore.hHirokazu Takata1-60/+4
2006-04-19[PATCH] m32r: Fix pt_regs for !COFNIG_ISA_DSP_LEVEL2 targetHirokazu Takata3-15/+17
2006-04-19[PATCH] asm-i386/atomic.h: local_irq_save should be used instead of local_irq...lepton1-2/+3
2006-04-19[PATCH] for_each_possible_cpu: x86_64KAMEZAWA Hiroyuki1-1/+1
2006-04-19[PATCH] task: Make task list manipulations RCU safeEric W. Biederman1-2/+1
2006-04-18Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds35-79/+1241
2006-04-19[MIPS] Handle IDE PIO cache aliases on SMP.Ralf Baechle2-2/+45
2006-04-19[MIPS] MIPS boards: Set HZ to 100.Ralf Baechle1-0/+13
2006-04-19[MIPS] FPU affinity for MT ASE.Ralf Baechle4-1/+53
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle16-21/+924
2006-04-19[MIPS] kpsd and other AP/SP improvements.Ralf Baechle4-14/+102
2006-04-19[MIPS] Fix genrtc compilation.Ralf Baechle1-2/+2
2006-04-19[MIPS] Use "R" constraint for cache_op.Ralf Baechle1-1/+1
2006-04-19[MIPS] Fix the crime against humanity that mipsIRQ.S is.Ralf Baechle2-20/+17
2006-04-19[MIPS] JMR3927 build fixes for the RTC code.Ralf Baechle2-2/+15
2006-04-19[MIPS] MV6434x: Add prototype of interrupt dispatch function.Ralf Baechle1-0/+2
2006-04-19[MIPS] it8172: Fix build of serial driver.Ralf Baechle1-6/+6
2006-04-19[MIPS] MV6434x: The name of the CPP symbol is __mips__, not __MIPS__.Ralf Baechle1-1/+1
2006-04-19[MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle1-0/+1
2006-04-19[MIPS] Wire up sync_file_range(2).Ralf Baechle1-6/+9
2006-04-19[MIPS] Wire splice syscall.Ralf Baechle1-6/+9
2006-04-19[MIPS] More SHT_* and SHF_* ELF definitions.Ralf Baechle1-2/+43
2006-04-19[MIPS] Fix vectored interrupt support in TLB exception handler generator.Ralf Baechle1-0/+1
2006-04-19[MIPS] Provide access functions for c0_badvaddr.Ralf Baechle1-0/+3
2006-04-19[MIPS] Make set_vi_srs_handler static.Ralf Baechle1-1/+0
2006-04-18[IPV6]: Clean up hop-by-hop options handler.YOSHIFUJI Hideaki1-1/+1
2006-04-18[PATCH] x86_64: Add tee and sync_file_rangeAndi Kleen1-1/+3
2006-04-18[PATCH] x86_64: Increase NUMA hash function nodemapAndi Kleen1-1/+2
2006-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2-0/+15
2006-04-18powerpc: Use correct sequence for putting CPU into nap modePaul Mackerras1-0/+8
2006-04-15Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+18
2006-04-15[ARM] 3477/1: ARM EABI: undefine removed syscallsNicolas Pitre1-0/+18
2006-04-14[PATCH] kill unushed __put_task_struct_cbEric W. Biederman1-1/+0
2006-04-14Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+8
2006-04-14Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-2/+2
2006-04-14Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds4-13/+35
2006-04-14Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds3-9/+34
2006-04-14Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds4-0/+17
2006-04-14[SPARC]: Hook up sys_tee() into syscall tables.David S. Miller2-2/+2
2006-04-14[XFRM]: Fix aevent timer.Jamal Hadi Salim1-0/+8
2006-04-14[IPV4]: Possible cleanups.Adrian Bunk1-2/+0
2006-04-14[PATCH] remove kernel/power/pm.c:pm_unregister()Adrian Bunk1-7/+0
2006-04-14[PATCH] PCI: fix sparse warning about pci_bus_flagsRoland Dreier1-1/+1
2006-04-14[PATCH] pci_ids.h: correct naming of 1022:7450 (AMD 8131 Bridge)John W. Linville1-1/+2
2006-04-14[PATCH] PCI: MSI(X) save/restore for suspend/resumeShaohua Li1-0/+31
2006-04-14[PATCH] pm: print name of failed suspend functionAndrew Morton1-0/+8
2006-04-14[PATCH] BLOCK: delay all uevents until partition table is scannedKay Sievers1-0/+1
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2-0/+8
2006-04-14[PATCH] USB: linux/usb/net2280.h common definitionsPete Zaitcev1-0/+444
2006-04-14Merge branch 'tee' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds7-10/+18
2006-04-13[SCSI] FC transport: fixes for workq deadlocksJames Smart1-11/+30
2006-04-13[SCSI] add SCSI_UNKNOWN and LUN transfer limit restrictionsJames Bottomley1-0/+1
2006-04-13[SCSI] unify SCSI_IOCTL_SEND_COMMAND implementationsChristoph Hellwig2-2/+4
2006-04-12Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2-28/+28
2006-04-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-3111/+0
2006-04-12[ALSA] sound/core/pcm.c: make snd_pcm_format_name() staticAdrian Bunk1-1/+0
2006-04-12[ALSA] Fix Oops of PCM OSS emulationTakashi Iwai1-1/+1
2006-04-11[WAN]: Remove broken and unmaintained Sangoma drivers.Adrian Bunk8-3111/+0
2006-04-11[PATCH] splice: add support for sys_tee()Jens Axboe6-4/+12
2006-04-11[PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe1-6/+6
2006-04-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds6-7/+20
2006-04-11[PATCH] x86_64: inline function prefix with __always_inline in vsyscallmao, bibo2-3/+3
2006-04-11[PATCH] x86_64: fix sync before RDTSC on Intel cpusSiddha, Suresh B1-1/+1
2006-04-11Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds5-21/+31
2006-04-11[PATCH] vesafb: Fix incorrect logo colors in x86_64Antonino A. Daplas1-1/+2
2006-04-11[PATCH] sparc32 vga supportAndrew Morton1-0/+33
2006-04-11[PATCH] knfsd: svcrpc: WARN() instead of returning an error from svc_take_pageJ. Bruce Fields1-4/+5
2006-04-11[PATCH] module support: record in vermagic ability to unload a modulePaolo 'Blaisorblade' Giarrusso1-1/+6
2006-04-11[PATCH] Last DMA_xBIT_MASK cleanupsTobias Klauser1-1/+1
2006-04-11[PATCH] sys_kexec_load() naming fixupsAndrew Morton7-7/+7
2006-04-11[PATCH] kdump proc vmcore size oveflow fixVivek Goyal1-1/+1
2006-04-11[PATCH] Reinstate const in next_thread()Keith Owens1-1/+1
2006-04-11[PATCH] make tty_insert_flip_string_flags() a non gpl exportAndrew Morton1-23/+2
2006-04-11[PATCH] leds: re-layout include/linux/leds.hBen Dooks1-26/+25
2006-04-11[PATCH] S3C24XX GPIO LED supportBen Dooks1-0/+28
2006-04-11[PATCH] the scheduled unexport of panic_timeoutAdrian Bunk1-1/+1
2006-04-11[PATCH] sync_file_range(): use unsigned for flagsAndrew Morton2-2/+2
2006-04-11[PATCH] Clean up arch-overrides in linux/string.hKyle McMartin1-5/+12
2006-04-11[PATCH] Configurable NODES_SHIFTYasunori Goto13-134/+3
2006-04-11[PATCH] S390: fix implicit declaration of (un)likely.Dave Jones1-0/+2
2006-04-11[PATCH] s390: ebdic to ascii conversion tablesPeter Oberparleiter1-6/+6
2006-04-11[PATCH] uml: fix "extern-vs-static" proto conflict in TLS codePaolo 'Blaisorblade' Giarrusso1-0/+3
2006-04-11[PATCH] Add GFP_NOWAITJeff Dike1-0/+2
2006-04-11[PATCH] Remove unused prepare_to_switch macroHirokazu Takata6-13/+0
2006-04-11[PATCH] m32r: security fix of {get,put}_user macrosHirokazu Takata1-151/+115
2006-04-11[PATCH] m32r: Fix cpu_possible_map and cpu_present_map initialization for SMP...Hirokazu Takata1-1/+2
2006-04-11[PATCH] mptspec: remove duplicate #includeRandy Dunlap1-1/+0
2006-04-11[PATCH] page flags: add commentry regarding field reservationAndy Whitcroft1-2/+14
2006-04-11[PATCH] overcommit: add calculate_totalreserve_pages()Hideo AOKI1-0/+1
2006-04-11[PATCH] for_each_possible_cpu: sparc64KAMEZAWA Hiroyuki1-1/+1
2006-04-11[PATCH] md: make sure 64bit fields in version-1 metadata are 64-bit alignedNeilBrown1-1/+1
2006-04-11[PATCH] Remove sys_ prefix of new syscalls from __NR_sys_*OGAWA Hirofumi1-2/+2
2006-04-11[PATCH] splice: warning fixAndrew Morton1-3/+10
2006-04-11[PATCH] get rid of the PIPE_*() macrosIngo Molnar1-10/+0
2006-04-11[PATCH] splice: add direct fd <-> fd splicing supportJens Axboe3-0/+9
2006-04-10Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds20-36/+68
2006-04-10[PATCH] de_thread: Don't confuse users do_each_thread.Eric W. Biederman1-1/+2
2006-04-10[ARM] 3472/1: Use the D variants of FLDMIA/FSTMIA on ARMv6Catalin Marinas2-0/+10
2006-04-10[PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig3-2/+5
2006-04-10[PATCH] Fix buddy list race that could lead to page lru list corruptionsNick Piggin2-4/+9
2006-04-10IB: simplify static rate encodingJack Morgenstein2-28/+28
2006-04-10[PATCH] splice: add optional input and output offsetsIngo Molnar1-2/+5
2006-04-10[PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar2-7/+8
2006-04-09[IPV6]: Deinline few large functions in inet6 codeDenis Vlasenko1-67/+3
2006-04-09[X25]: Restore skb->dev setting in x25_type_trans().David S. Miller1-0/+1
2006-04-09[NETFILTER]: Add address family specific checksum helpersPatrick McHardy3-0/+22
2006-04-09[NETFILTER]: Introduce infrastructure for address family specific operationsPatrick McHardy1-7/+16
2006-04-09[NETFILTER]: H.323 helper: move some function prototypes to ip_conntrack_h323.hJing Min Zhao3-0/+1088
2006-04-09[NETFILTER]: Add helper functions for mass hook registration/unregistrationPatrick McHardy1-0/+2
2006-04-09[NETFILTER]: Fix fragmentation issues with bridge netfilterPatrick McHardy1-0/+1
2006-04-09[ARM] 3459/1: ixp23xx: fix debug serial macros for big-endian operationLennert Buytenhek1-0/+3
2006-04-09[PATCH] x86_64: Eliminate IA32_NR_syscalls defineAndi Kleen1-2/+0
2006-04-09[PATCH] x86_64: fix CONFIG_REORDERSam Ravnborg1-1/+1
2006-04-09[PATCH] x86_64: Fix drift with HPET timer enabledJordan Hargrave3-0/+9
2006-04-09[PATCH] x86_64: Don't run NMI watchdog during machine checksAndi Kleen1-0/+7
2006-04-09[PATCH] x86_64: extra NODES_SHIFT definitionDave Hansen1-2/+0
2006-04-09[PATCH] i386: Consolidate modern APIC handlingAndi Kleen1-0/+2
2006-04-09[PATCH] x86_64: Introduce e820_all_mappedArjan van de Ven2-0/+5
2006-04-09[PATCH] x86_64: Rename e820_mapped to e820_any_mappedArjan van de Ven1-1/+1
2006-04-09[PATCH] x86_64: Handle empty PXMs that only contain hotplug memoryAndi Kleen1-0/+1
2006-04-09[PATCH] x86_64: Reserve SRAT hotadd memory on x86-64Andi Kleen1-0/+2
2006-04-09[PATCH] x86_64: Support memory hotadd without sparsememAndi Kleen2-8/+9
2006-04-07[IA64] Pass more data to the MCA/INIT notify_die hooksKeith Owens2-0/+7
2006-04-07[IA64] always map VGA framebuffer UC, even if it supports WBBjorn Helgaas1-1/+1
2006-04-07[IA64] fix bug in ia64 __mutex_fastpath_trylockChen, Kenneth W1-1/+1
2006-04-07[ARM] ebsa110: Fix incorrect serial port addressRussell King1-1/+1
2006-04-07[ARM] Fix ebsa110 debug macrosRussell King1-1/+1
2006-04-07[ARM] Move FLUSH_BASE macros to asm/arch/memory.hRussell King14-30/+49
2006-04-06[IA64] update HP CSR space discovery via ACPIBjorn Helgaas1-4/+7
2006-04-06[IA64] Wire up new syscalls {set,get}_robust_listTony Luck1-1/+2
2006-04-04[IA64] Wire up new syscall sync_file_range()Tony Luck1-1/+3
2006-04-04[ARM] Remove unnecessary extra parens in include/asm-arm/memory.hRussell King1-3/+3
2006-04-04[ARM] arm's arch_local_page_offset() fix against 2.6.17-rc1KAMEZAWA Hiroyuki1-1/+1
2006-04-04powerpc: iSeries has only 256 IRQsStephen Rothwell1-0/+7
2006-04-02Update dummy snd_power_wait() function for new calling conventionLinus Torvalds1-1/+1
2006-04-02Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-1/+5
2006-04-02[PATCH] splice: fix page stealing LRU handling.Jens Axboe1-0/+4
2006-04-02[PATCH] splice: add a SPLICE_F_MORE flagJens Axboe1-0/+1
2006-04-02[PATCH] splice: improve writeback and clean up page stealingJens Axboe1-1/+0
2006-04-02Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds43-630/+994
2006-04-02Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2-0/+116
2006-04-02Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds3-11/+9
2006-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-2/+2
2006-04-02Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds7-87/+278
2006-04-02Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds7-74/+84
2006-04-02Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds7-17/+43
2006-04-02Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2-59/+146
2006-04-02Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-5/+5
2006-04-02Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-74/+156
2006-04-02splice: add SPLICE_F_NONBLOCK flagLinus Torvalds1-0/+3
2006-04-02[ARM] 3457/1: i.MX: SD/MMC support for i.MX/MX1Pavel Pisa1-0/+12
2006-04-02[ARM] 3456/1: AT91RM9200 support for 2.6 (MMC/SD driver)Andrew Victor1-0/+104
2006-04-02[ARM] 3433/1: ARM: OMAP: 8/8 Update board filesTony Lindgren10-45/+196
2006-04-02[ARM] 3455/1: ARM: OMAP: 7/8 Misc updates, take 2Tony Lindgren11-7/+324
2006-04-02[ARM] 3454/1: ARM: OMAP: 6/8 Update framebuffer low-level init code, take 2Tony Lindgren3-27/+86
2006-04-02[ARM] 3430/1: ARM: OMAP: 5/8 Update PMTony Lindgren2-8/+75
2006-04-02[ARM] 3428/1: ARM: OMAP: 3/8 Update pin multiplexingTony Lindgren1-3/+51
2006-04-02[ARM] 3427/1: ARM: OMAP: 2/8 Update timersTony Lindgren2-0/+9
2006-04-02[ARM] 3426/1: ARM: OMAP: 1/8 Update clock frameworkTony Lindgren3-419/+15
2006-04-02[ARM] 3396/2: AT91RM9200 Platform devices updateAndrew Victor1-0/+19
2006-04-02[ARM] 3393/2: AT91RM9200 LED supportAndrew Victor1-0/+5
2006-04-02[ARM] 3444/1: i.MX: Scatter-gather DMA emulation for i.MX/MX1Pavel Pisa2-14/+93
2006-04-02[ARM] 3451/1: ep93xx: use the m48t86 rtc driver on the ts72xx platformLennert Buytenhek1-0/+11
2006-04-02Documentation: fix minor kernel-doc warningsMartin Waitz1-1/+1
2006-04-02Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitAdrian Bunk4-23/+35
2006-04-02V4L/DVB (3702): Make msp3400 routing defines more consistentHans Verkuil1-30/+30
2006-04-02V4L/DVB (3692): Keep experimental SLICED_VBI defines under an #if 0Hans Verkuil1-57/+8
2006-04-02V4L/DVB (3666): Remove trailing newlinesHans Verkuil2-2/+0
2006-04-02V4L/DVB (3665): Add new NEC uPD64031A and uPD64083 i2c driversHans Verkuil2-0/+100
2006-04-02V4L/DVB (3610): Added the new routing commands to cx25840.Hans Verkuil1-0/+64
2006-04-02V4L/DVB (3608): Implement new routing commands in saa7127.cHans Verkuil1-0/+41
2006-04-02V4L/DVB (3607): Implement routing command for saa7115.cHans Verkuil1-0/+37
2006-04-02Input: add support for Braille devicesSamuel Thibault3-0/+24
2006-04-02Manual merge with Linus.Dmitry Torokhov808-10946/+15176
2006-04-02[ARM] 3443/1: [S3C2410] Improve IRQ entry codeBen Dooks1-100/+67
2006-04-02[ARM] 3439/2: xsc3: add I/O coherency supportLennert Buytenhek5-7/+42
2006-04-01[ARM] 3438/1: ixp23xx: add pci slave supportLennert Buytenhek1-0/+1
2006-04-01[PATCH] powerpc/pseries: EEH CleanupNathan Fontenot1-20/+0
2006-04-01[PATCH] powerpc: Extends HCALL interface for InfiniBand usageHeiko J Schick1-0/+100
2006-04-01[PATCH] powerpc/pseries: Change H_StudlyCaps to H_SHOUTING_CAPSSegher Boessenkool1-39/+46
2006-04-01[NETFILTER]: iptables 32bit compat layerDmitry Mishin2-0/+85
2006-04-01[NETFILTER]: x_tables: unify IPv4/IPv6 multiport matchYasuyuki Kozakai3-39/+47