aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-12-17[SPARC]: Make bitops use same spinlocks as atomics.David S. Miller1-84/+16
2006-12-17[SPARC64]: Mirror x86_64's PERCPU_ENOUGH_ROOM definition.David S. Miller1-0/+10
2006-12-17[SPARC64]: Minor irq handling cleanups.David S. Miller1-2/+0
2006-12-16Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds1-1/+8
2006-12-16Make workqueue bit operations work on "atomic_long_t"Linus Torvalds1-10/+22
2006-12-15Fix "delayed_work_pending()" macro expansionLinus Torvalds1-2/+2
2006-12-15IB: Fix ib_dma_alloc_coherent() wrapperRoland Dreier1-1/+8
2006-12-15Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2-0/+2
2006-12-15Remove stack unwinder for nowLinus Torvalds4-270/+2
2006-12-15[S390] Fix reboot hang on LPARsMichael Holzheu1-0/+1
2006-12-15[S390] Hipersocket multicast queue: make sure outbound handler is calledUrsula Braun1-0/+1
2006-12-13[PATCH] ib_verbs: Use explicit if-else statements to avoid errors with do-whi...Ben Collins1-31/+39
2006-12-13[NETFILTER]: bridge-netfilter: remove deferred hooksPatrick McHardy3-5/+0
2006-12-13[IPV6]: Make fib6_node subtree depend on IPV6_SUBTREESKim Nordlund1-2/+2
2006-12-13[SCTP]: Add support for SCTP_CONTEXT socket option.Ivan Skytte Jorgensen2-0/+6
2006-12-13[SCTP]: Handle address add/delete events in a more efficient way.Sridhar Samudrala1-4/+2
2006-12-13[NETFILTER]: x_tables: error if ip_conntrack is asked to handle IPv6 packetsYasuyuki Kozakai1-0/+10
2006-12-13Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds8-37/+94
2006-12-13Merge branch 'release' of master.kernel.org:/home/ftp/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+3
2006-12-13Driver core: Make platform_device_add_data accept a const pointerScott Wood1-1/+1
2006-12-13[ARM] Merge AT91 and devel branchesRussell King8-37/+94
2006-12-13[IA64] Move sg_dma_{len,address} from pci.h to scatterlist.hTony Luck2-3/+3
2006-12-13[ARM] 3992/1: i.MX/MX1 CPU Frequency scaling supportPavel Pisa1-3/+7
2006-12-13[ARM] Provide a method to alter the control registerRussell King1-0/+20
2006-12-13[ARM] 4016/1: prefetch macro is wrong wrt gcc's "delete-null-pointer-checks"Nicolas Pitre1-8/+8
2006-12-13[PATCH] Add missing KORENIX PCI ID'sRussell King1-0/+4
2006-12-13[PATCH] Optimize D-cache alias handling on forkRalf Baechle25-0/+36
2006-12-13[PATCH] MIPS: Fix COW D-cache aliasing on forkAtsushi Nemoto1-10/+6
2006-12-13[PATCH] Pass vma argument to copy_user_highpage().Atsushi Nemoto1-1/+2
2006-12-13[PATCH] Fix COW D-cache aliasing on forkAtsushi Nemoto1-0/+4
2006-12-13Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds1-1/+0
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day3-3/+3
2006-12-13[PATCH] sstfb: add sysfs interfaceHelge Deller1-4/+9
2006-12-13[PATCH] fbdev: remove references to non-existent fbmon_valid_timings()Geert Uytterhoeven1-2/+0
2006-12-13[PATCH] knfsd: nfsd4: reorganize compound opsJ.Bruce Fields2-1/+5
2006-12-13[PATCH] knfsd: nfsd4: move replay_owner to cstateJ.Bruce Fields1-10/+7
2006-12-13[PATCH] knfsd: nfsd4: pass saved and current fh together into nfsd4 operationsJ.Bruce Fields1-7/+15
2006-12-13[PATCH] knfsd: nfsd4: clarify units of COMPOUND_SLACK_SPACEJ.Bruce Fields1-2/+2
2006-12-13[PATCH] remove the broken BLK_DEV_SWIM_IOP driverAdrian Bunk1-221/+0
2006-12-13[PATCH] ncpfs: Use struct pid to track the userspace watchdog processEric W. Biederman1-1/+1
2006-12-13[PATCH] smbfs: Make conn_pid a struct pidEric W. Biederman1-1/+1
2006-12-13[PATCH] n_r3964: Use struct pid to track user space clientsEric W. Biederman1-1/+1
2006-12-13[PATCH] lockd endianness annotationsAl Viro4-7/+7
2006-12-13[PATCH] hci endianness annotationsAl Viro1-2/+2
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-1/+1
2006-12-13[PATCH] lockdep: print irq-trace info on assertsIngo Molnar1-3/+13
2006-12-13[PATCH] debug: add sysrq_always_enabled boot optionIngo Molnar1-4/+18
2006-12-13[PATCH] optimize o_direct on block devicesChen, Kenneth W2-0/+2
2006-12-13[PATCH] relative atimeValerie Henson2-0/+2
2006-12-13[PATCH] Xtensa: Add ktermios and minor filename fixChris Zankel2-1/+11
2006-12-13[PATCH] PM: Fix SMP races in the freezerRafael J. Wysocki9-6/+20
2006-12-13[PATCH] SLAB: use a multiply instead of a divide in obj_to_index()Eric Dumazet1-0/+32
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson1-4/+18
2006-12-13[PATCH] More slab.h cleanupsChristoph Lameter1-20/+24
2006-12-13[PATCH] Cleanup slab headers / API to allow easy addition of new slab allocatorsChristoph Lameter2-196/+210
2006-12-13[PATCH] reorder struct pipe_buf_operationsEric Dumazet1-1/+1
2006-12-13[PATCH] Revert "[PATCH] identifier to nsproxy"Eric W. Biederman2-2/+0
2006-12-13[PATCH] constify pipe_buf_operationsEric Dumazet1-2/+1
2006-12-13[ARM] Unuse another Linux PTE bitRussell King3-9/+13
2006-12-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds3-3/+4
2006-12-12Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds5-17/+512
2006-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds3-27/+2
2006-12-12Merge ../linusDave Jones1035-19461/+21857
2006-12-12[CPUFREQ] p4-clockmod: fix support for CoreDominik Brodowski1-0/+1
2006-12-12IB: Add DMA mapping functions to allow device drivers to interposeRalph Campbell1-0/+253
2006-12-12[IA64] enable trap code on slot 1Tony Luck2-2/+3
2006-12-12RDMA/cma: Export rdma cm interface to userspaceSean Hefty2-1/+210
2006-12-12RDMA/cma: Add support for RDMA_PS_UDPSean Hefty2-0/+18
2006-12-12RDMA/cma: Allow early transition to RTS to handle lost CM messagesSean Hefty1-0/+15
2006-12-12RDMA/cma: Report connect info with connect eventsSean Hefty1-15/+16
2006-12-12RDMA/cma: Remove unneeded qp_type parameter from rdma_cmSean Hefty1-1/+0
2006-12-12[IA64] fix possible XPC deadlock when disconnectingDean Nelson1-1/+1
2006-12-12configfs.h: Remove dead macro definitions.Robert P. J. Day1-25/+0
2006-12-12include/linux/compiler.h: reject gcc 3 < gcc 3.2Alistair John Strachan1-1/+1
2006-12-12Remove duplicate "have to" in commentRolf Eike Beer1-1/+1
2006-12-12Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds9-127/+157
2006-12-12hwmon/it87: Remove the SMBus interface supportJean Delvare1-1/+0
2006-12-12Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds13-213/+329
2006-12-12[PATCH] lockdep: fix seqlock_init()Ingo Molnar1-2/+5
2006-12-12[PATCH] remove blk_queue_activity_fnBoaz Harrosh2-7/+0
2006-12-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-15/+21
2006-12-11Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds4-14/+54
2006-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds15-121/+147
2006-12-12[MIPS] IP27: Don't drag <asm/sn/arch.h> into topology.h.Ralf Baechle1-1/+0
2006-12-12[MIPS] IP27: Move definition of nic_t to its sole user.Ralf Baechle2-1/+2
2006-12-12[MIPS] IP27: Don't include <asm/sn/arch.h>.Ralf Baechle1-2/+0
2006-12-12[MIPS] compat.h uses struct pt_regs so needs to include ptrace.h.Ralf Baechle1-0/+1
2006-12-12sh: SH-MobileR SH7722 CPU support.Paul Mundt5-7/+22
2006-12-12sh: Fixup dma_cache_sync() callers.Paul Mundt1-5/+5
2006-12-12sh: BUG() handling through trapa vector.Paul Mundt1-9/+44
2006-12-12sh: Split out atomic ops logically.Paul Mundt3-151/+180
2006-12-12sh: landisk board build fixes.Paul Mundt1-1/+1
2006-12-12sh: push-switch fixups for work_struct API damage.Paul Mundt1-0/+3
2006-12-12sh: Shut up csum_ipv6_magic() warnings.Paul Mundt1-35/+34
2006-12-12sh: Reworked swap cache entry encoding for SH-X2 MMU.Paul Mundt1-6/+41
2006-12-11[HAMRADIO]: Fix baycom_epp.c compile failure.Ralf Baechle1-0/+2
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo1-13/+13
2006-12-11[DCCP] ccid3: Finer-grained resolution of sending ratesGerrit Renker1-2/+6
2006-12-11[PATCH] LOG2: Make powerpc's __ilog2_u64() take a 64-bit argumentDavid Howells1-1/+1
2006-12-11Make sure we populate the initroot filesystem late enoughLinus Torvalds2-0/+2
2006-12-11Make SLES9 "get_kernel_version" work on the kernel binary againLinus Torvalds1-2/+0
2006-12-11[POWERPC] Generic BUG for powerpcJeremy Fitzhardinge2-42/+40
2006-12-11Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras5-38/+48
2006-12-10[PPC] Fix compile failure do to introduction of PHY_POLLKumar Gala1-0/+1
2006-12-10Merge branch '85xx' into for_paulusKumar Gala3-36/+39
2006-12-10[POWERPC] Only export __mtdcr/__mfdcr if CONFIG_PPC_DCR is setKumar Gala3-36/+39
2006-12-10[MIPS] Move die and die_if_kernel() from system.h to ptrace.hRalf Baechle2-9/+8
2006-12-10[MIPS] Fix build of several IDE drivers by providing pci_get_legacy_ide_irqRalf Baechle1-0/+6
2006-12-10i2c: Discard the i2c algo del_bus wrappersJean Delvare4-4/+0
2006-12-10i2c: Whitespace cleanupsDavid Brownell4-45/+45
2006-12-10i2c: Add support for nested i2c bus lockingJiri Kosina1-0/+1
2006-12-10i2c: New Philips PNX bus driverVitaly Wool2-0/+110
2006-12-10i2c: Delete the broken i2c-ite bus driverJean Delvare2-75/+0
2006-12-10i2c: Update the list of driver IDsJean Delvare1-3/+1
2006-12-10Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-63/+169
2006-12-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/mchehab/...Linus Torvalds9-15/+37
2006-12-10[PATCH] kvm: userspace interfaceAvi Kivity1-0/+227
2006-12-10[PATCH] clocksource: small cleanupDaniel Walker1-1/+1
2006-12-10[PATCH] round_jiffies infrastructureArjan van de Ven1-0/+6
2006-12-10[PATCH] fdtable: Implement new pagesize-based fdtable allocatorVadim Lobanov1-6/+0
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov2-3/+1
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov2-7/+0
2006-12-10[PATCH] md: allow reads that have bypassed the cache to be retried on failureRaz Ben-Jehuda(caro)1-0/+3
2006-12-10[PATCH] ide-cd: Handle strange interrupt on the Intel ESB2Alan Cox1-0/+1
2006-12-10[PATCH] sched: remove lb_stopbalance counterChen, Kenneth W1-1/+0
2006-12-10[PATCH] sched: decrease number of load balancesSiddha, Suresh B1-0/+1
2006-12-10[PATCH] sched: add option to serialize load balancingChristoph Lameter6-1/+7
2006-12-10[PATCH] sched: use softirq for load balancingChristoph Lameter1-1/+2
2006-12-10[PATCH] sched domain: increase the SMT busy rebalance intervalSiddha, Suresh B1-1/+1
2006-12-10[PATCH] io-accounting: via taskstatsAndrew Morton1-1/+7
2006-12-10[PATCH] cleanup taskstats.hAndrew Morton1-10/+10
2006-12-10[PATCH] io-accounting: core statisticsAndrew Morton3-0/+86
2006-12-10[PATCH] Fix noise in futex.hDavid Woodhouse2-1/+3
2006-12-10[PATCH] sysctl: remove unused "context" paramAlexey Dobriyan3-6/+4
2006-12-10[PATCH] rtc: Add rtc_merge_alarm()Scott Wood1-0/+1
2006-12-10[PATCH] freezer.h uses task_struct fieldsRandy Dunlap1-0/+2
2006-12-10[PATCH] spi: stabilize PIO mode transfers on PXA2xx systemsStephen Street1-4/+1
2006-12-10[PATCH] xtensa: fix system call interfaceChris Zankel6-312/+736
2006-12-10[PATCH] xtensa: remove extra header filesChris Zankel41-6128/+1070
2006-12-10[PATCH] xtensa: fix irq and misc fixesChris Zankel5-27/+8
2006-12-10V4L/DVB (4935): Added the capability of selecting fm gain by tunerMauro Carvalho Chehab1-0/+4
2006-12-10V4L/DVB (4934): Usbvision radio requires GainNormal at e registerMauro Carvalho Chehab1-0/+1
2006-12-10V4L/DVB (4917): Saa7146: Convert SAA7146_IER_{DIS,EN}ABLE macros to inline fu...Oliver Endriss1-14/+16
2006-12-10V4L/DVB (4914): Saa7146: Protect access to the IER register by a spinlockHartmut Birr1-4/+14
2006-12-10V4L/DVB (4879): budget-ci IR: integrate with ir-commonDavid Hardeman1-0/+1
2006-12-10V4L/DVB (4861): Remove the need of a STD array for drivers using video_ioctl2Mauro Carvalho Chehab1-10/+4
2006-12-10V4L/DVB (4812): Detect presence of IR receiver/IR transmitter in tveepromHans Verkuil1-1/+1
2006-12-10V4L/DVB (4798): OmniVision OV7670 driverJonathan Corbet2-0/+4
2006-12-10V4L/DVB (4797): Marvell 88ALP01 "cafe" driverJonathan Corbet1-0/+1
2006-12-10V4L/DVB (4796): A couple of V4L2 defines needed by Cafe Camara driverJonathan Corbet2-0/+5
2006-12-10[SPARC64]: Fix several kprobes bugs.David S. Miller1-5/+6
2006-12-10[SPARC64]: dma remove extra bracketsMariusz Kozlowski1-3/+3
2006-12-10[SPARC64]: Add irqtrace/stacktrace/lockdep support.David S. Miller4-55/+160
2006-12-09[PATCH] Sun3: General updatesSam Creasey2-1/+1
2006-12-09Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-12/+53
2006-12-09[ARM] Add sys_*at syscallsRussell King1-0/+13
2006-12-08[NETLINK]: Put {IFA,IFLA}_{RTA,PAYLOAD} macros back for userspace.David S. Miller2-0/+12
2006-12-08[XFRM]: Fix XFRMGRP_REPORT to use correct multicast group.J Hadi Salim1-1/+1
2006-12-08[NET]: Force a cache line split in hh_cache in SMP.Eric Dumazet1-1/+8
2006-12-08[NETLINK]: Restore API compatibility of address and neighbour bitsThomas Graf1-0/+2
2006-12-08[AX.25]: Fix default address and broadcast address initialization.Ralf Baechle1-3/+3
2006-12-08[AX.25]: Constify ax25 utility functionsRalf Baechle1-8/+10
2006-12-08[NET]: Convert hh_lock to seqlock.Stephen Hemminger2-1/+19
2006-12-09[PATCH] add STB810 support (Philips PNX8550-based)Vitaly Wool1-0/+1
2006-12-09[MIPS] Rename SNI_RM200_PCI to just SNI_RM preparing for more RM machinesThomas Bogendoerfer4-1/+1
2006-12-09[POWERPC] Add SPURR SPR to sysfsAnton Blanchard1-0/+1
2006-12-09[POWERPC] Add DSCR SPR to sysfsAnton Blanchard2-2/+5
2006-12-08Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds4-6/+37
2006-12-08[PATCH] Generic HID layer - pb_fnmodeJiri Kosina1-0/+1
2006-12-08[PATCH] Generic HID layer - input and event reportingJiri Kosina1-1/+2
2006-12-08[PATCH] Generic HID layer - hiddevJiri Kosina1-4/+4
2006-12-08[PATCH] Generic HID layer - USB APIJiri Kosina1-35/+1
2006-12-08[PATCH] Generic HID layer - APIJiri Kosina1-8/+28
2006-12-08[PATCH] Generic HID layer - code splitJiri Kosina2-0/+1297
2006-12-08[PATCH] dm: suspend: add noflush pushbackKiyoshi Ueda1-0/+3
2006-12-08[PATCH] dm: ioctl: add noflush suspendKiyoshi Ueda1-2/+7
2006-12-08[PATCH] dm: map and endio return code clarificationKiyoshi Ueda1-1/+1
2006-12-08[PATCH] dm: suspend: parameter changeKiyoshi Ueda1-1/+1
2006-12-08[PATCH] video: pm3fb macros fixMariusz Kozlowski1-12/+12
2006-12-08[PATCH] mbxfb: Add YUV video overlay supportRaphael Assenat1-0/+31
2006-12-08[PATCH] fbcmap.c: mark structs const or __read_mostlyHelge Deller1-3/+3
2006-12-08[PATCH] s3c2410fb: Add support for STN displaysArnaud Patard (Rtp1-0/+3
2006-12-08[PATCH] ide: more conversion to pci_get APIsAlan Cox1-1/+3
2006-12-08[PATCH] fault-injection: defaults likely to please a new userDon Mullis1-0/+1
2006-12-08[PATCH] fault-injection: Use bool-true-false throughoutDon Mullis1-1/+1
2006-12-08[PATCH] fault injection: stacktrace filteringAkinobu Mita1-0/+12
2006-12-08[PATCH] fault injection: process filtering for fault-injection capabilitiesAkinobu Mita2-0/+5
2006-12-08[PATCH] fault-injection capability for disk IOAkinobu Mita1-0/+4
2006-12-08[PATCH] fault-injection capabilities infrastructureAkinobu Mita1-0/+69
2006-12-08[PATCH] Char: istallion, variables cleanupJiri Slaby1-12/+12
2006-12-08[PATCH] Char: istallion, eliminate typedefsJiri Slaby1-6/+6
2006-12-08[PATCH] Char: stallion, variables cleanupJiri Slaby1-14/+14
2006-12-08[PATCH] termios: Enable new style termios ioctls on x86-64Alan Cox3-3/+23
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox6-13/+13
2006-12-08[PATCH] tty: switch to ktermios and new frameworkAlan Cox4-13/+14
2006-12-08[PATCH] tty: preparatory structures for termios revampAlan Cox20-0/+228
2006-12-08[PATCH] Char: stallion, kill typedefsJiri Slaby1-12/+12
2006-12-08[PATCH] Char: mxser_new, upgrade to 1.9.1Jiri Slaby1-0/+3
2006-12-08[PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu3-3/+9
2006-12-08[PATCH] to nsproxyCedric Le Goater3-2/+22