aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-07-02[klibc] A port of gzip to klibcHEADmasterH. Peter Anvin15-1/+5625
2006-07-02[klibc] dash - a small POSIX shell for klibcH. Peter Anvin80-1/+22769
2006-07-02[klibc] Miscellaneous utilities for klibcH. Peter Anvin24-1/+2758
2006-07-02[klibc] Remove in-kernel root-mounting codeH. Peter Anvin17-3639/+21
2006-07-02[klibc] Remove in-kernel resume-from-disk invocation codeH. Peter Anvin1-41/+4
2006-07-02[klibc] ARM: create /arch.cmd commands from firmware tagsH. Peter Anvin1-16/+64
2006-07-02[klibc] sparc32: transfer arch-specific options to /arch.cmdH. Peter Anvin1-9/+38
2006-07-02[klibc] sparc64: transmit arch-specific options to kinit via /arch.cmdH. Peter Anvin1-31/+61
2006-07-02[klibc] klibc basic build infrastructureH. Peter Anvin6-49/+459
2006-07-02[klibc] kinit: replacement for in-kernel do_mount, ipconfig, nfsrootH. Peter Anvin63-0/+7211
2006-07-02[klibc] zlib for klibcH. Peter Anvin28-0/+11999
2006-07-02[klibc] Simple test suite for klibcH. Peter Anvin27-0/+5152
2006-07-02[klibc] x86_64 support for klibcH. Peter Anvin13-0/+430
2006-07-02[klibc] sparc64 support for klibcH. Peter Anvin12-0/+271
2006-07-02[klibc] sparc support for klibcH. Peter Anvin20-0/+1530
2006-07-02[klibc] sh support for klibcH. Peter Anvin10-0/+281
2006-07-02[klibc] s390 support for klibcH. Peter Anvin11-0/+404
2006-07-02[klibc] ppc64 support for klibcH. Peter Anvin10-0/+302
2006-07-02[klibc] ppc support for klibcH. Peter Anvin10-0/+243
2006-07-02[klibc] parisc support for klibcH. Peter Anvin10-0/+299
2006-07-02[klibc] mips64 support for klibcH. Peter Anvin5-0/+82
2006-07-02[klibc] mips support for klibcH. Peter Anvin17-0/+667
2006-07-02[klibc] m68k support for klibcH. Peter Anvin11-0/+280
2006-07-02[klibc] m32r support for klibcH. Peter Anvin10-0/+250
2006-07-02[klibc] ia64 support for klibcH. Peter Anvin13-0/+848
2006-07-02[klibc] i386 support for klibcH. Peter Anvin24-0/+948
2006-07-02[klibc] cris support for klibcH. Peter Anvin13-0/+428
2006-07-02[klibc] arm support for klibcH. Peter Anvin14-0/+499
2006-07-02[klibc] alpha support for klibcH. Peter Anvin15-0/+522
2006-07-02[klibc] Core klibc codeH. Peter Anvin317-0/+11252
2006-07-02[klibc] Main Makefile changes for klibcH. Peter Anvin4-9/+30
2006-07-02[klibc] Add klibc/kinit to MAINTAINERS fileH. Peter Anvin1-0/+7
2006-07-01[PATCH] powermac: Fix some 64b resource damageBenjamin Herrenschmidt2-3/+3
2006-07-01Merge branch 'audit.b22' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds17-87/+403
2006-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds10-42/+96
2006-07-01[PATCH] pnp: suppress request_irq() warningAndrew Morton1-1/+2
2006-07-01[PATCH] drivers/block/nbd.c compile fixIngo van Lil1-1/+1
2006-07-01[PATCH] kernel-doc: make man/text mode function output sameRandy Dunlap1-1/+4
2006-07-01[PATCH] Fix problem with ATAPI DMA on IT8212 in LinuxAlan Cox1-0/+2
2006-07-01[PATCH] kernel-doc: consistent text/man mode outputRandy.Dunlap1-3/+5
2006-07-01[PATCH] reiserfs: update ctime and mtime on expanding truncateVladimir Saveliev1-0/+5
2006-07-01[PATCH] s390: put sys_call_table into .rodata section and write protect itHeiko Carstens3-17/+28
2006-07-01[PATCH] add __[start|end]_rodata sections to asm-generic/sections.hHeiko Carstens4-11/+10
2006-07-01[PATCH] hotcpu_notifier-fixesAndrew Morton1-3/+3
2006-07-01[PATCH] RTC: class driver for Samsung S3C series SoCBen Dooks3-0/+624
2006-07-01[PATCH] Fix IS_ERR Threshold ValueRalf Baechle1-1/+3
2006-07-01[PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov7-66/+205
2006-07-01[PATCH] uml: rename and improve actually_do_remove()Paolo 'Blaisorblade' Giarrusso1-16/+37
2006-07-01[PATCH] uml: fix not_dead_yet when directory is in bad statePaolo 'Blaisorblade' Giarrusso1-19/+29
2006-07-01[PATCH] uml: make copy_*_user atomicPaolo 'Blaisorblade' Giarrusso2-7/+28
2006-07-01[PATCH] SMP alternatives: skip with UP kernelsGerd Hoffmann3-0/+23
2006-07-01[PATCH] IB/ipath: namespace cleanup: replace ips with ipathBryan O'Sullivan16-357/+198
2006-07-01[PATCH] IB/ipath: ignore receive queue size if SRQ is specifiedBryan O'Sullivan1-11/+16
2006-07-01[PATCH] IB/ipath: remove some #if 0 code related to lockable memoryBryan O'Sullivan1-11/+0
2006-07-01[PATCH] IB/ipath: fix a bug that results in addresses near 0 being written vi...Bryan O'Sullivan4-26/+60
2006-07-01[PATCH] IB/ipath: read/write correct sizes through diag interfaceBryan O'Sullivan1-4/+5
2006-07-01[PATCH] IB/ipath: support more models of InfiniPath hardwareBryan O'Sullivan4-10/+38
2006-07-01[PATCH] IB/ipath: drop the "stats" sysfs attribute groupBryan O'Sullivan1-83/+0
2006-07-01[PATCH] IB/ipath: purge sps_lid and sps_mlid arraysBryan O'Sullivan6-36/+11
2006-07-01[PATCH] IB/ipath: rC receive interrupt performance changesBryan O'Sullivan6-269/+265
2006-07-01[PATCH] IB/ipath: fixes to performance get counters for IB complianceBryan O'Sullivan9-27/+93
2006-07-01[PATCH] IB/ipath: check for valid LID and multicast LIDsBryan O'Sullivan1-2/+2
2006-07-01[PATCH] IB/ipath: removed redundant statementsBryan O'Sullivan3-5/+0
2006-07-01[PATCH] IB/ipath: don't confuse the max message size with the MTUBryan O'Sullivan1-1/+1
2006-07-01[PATCH] IB/ipath: disallow send of invalid packet sizes over UDBryan O'Sullivan1-0/+5
2006-07-01[PATCH] IB/ipath: fix lost interrupts on HT-400Bryan O'Sullivan2-17/+36
2006-07-01[PATCH] IB/ipath: fixed bug 9776 for realBryan O'Sullivan2-31/+42
2006-07-01[PATCH] IB/ipath: reduce overhead on receive interruptsBryan O'Sullivan4-73/+105
2006-07-01[PATCH] IB/ipath: memory management cleanupsBryan O'Sullivan6-370/+279
2006-07-01[PATCH] IB/ipath: use vmalloc to allocate struct ipath_devdataBryan O'Sullivan2-8/+3
2006-07-01[PATCH] IB/ipath: use more appropriate gfp flagsBryan O'Sullivan1-12/+14
2006-07-01[PATCH] IB/ipath: enable freeze mode when shutting down deviceBryan O'Sullivan1-1/+1
2006-07-01[PATCH] IB/ipath: print better debug info when handling 32/64-bit DMA mask pr...Bryan O'Sullivan1-3/+20
2006-07-01[PATCH] IB/ipath: removed unused field ipath_kregvirt from struct ipath_devdataBryan O'Sullivan2-10/+2
2006-07-01[PATCH] IB/ipath: enforce device resource limitsBryan O'Sullivan6-33/+204
2006-07-01[PATCH] IB/ipath: report correct device identification information in /sysBryan O'Sullivan4-22/+35
2006-07-01[PATCH] IB/ipath: return an error for unknown multicast GIDBryan O'Sullivan1-1/+1
2006-07-01[PATCH] IB/ipath: fix some memory leaks on failure pathsBryan O'Sullivan2-0/+3
2006-07-01[PATCH] IB/ipath: don't allow resources to be created with illegal valuesBryan O'Sullivan3-0/+24
2006-07-01[PATCH] IB/ipath: remove some duplicate codeBryan O'Sullivan1-3/+0
2006-07-01[PATCH] IB/ipath: update some comments and fix typosBryan O'Sullivan2-8/+3
2006-07-01[PATCH] IB/ipath: allow diags on any unitBryan O'Sullivan5-87/+53
2006-07-01[PATCH] IB/ipath: fix shared receive queues for RCBryan O'Sullivan1-142/+101
2006-07-01[PATCH] IB/ipath: fix an indenting problemBryan O'Sullivan1-26/+26
2006-07-01[PATCH] IB/ipath: share more common code between RC and UC protocolsBryan O'Sullivan6-362/+270
2006-07-01[PATCH] IB/ipath: update copyrights and other strings to reflect new company ...Bryan O'Sullivan36-15/+49
2006-07-01[PATCH] IB/ipath: name zero counter offsets so it's clear they aren't countersBryan O'Sullivan3-52/+52
2006-07-01[PATCH] ACPI: fix not power-manageable device messageJae-hyeon Park1-1/+1
2006-07-01[PATCH] EDAC: fix module names quoted in sysfsDoug Thompson7-11/+12
2006-07-01[PATCH] IRQ: warning message cleanupBjorn Helgaas1-6/+7
2006-07-01[PATCH] IRQ: Use SA_PERCPU_IRQ, not IRQ_PER_CPU, for irqaction.flagsBjorn Helgaas1-1/+2
2006-07-01[PATCH] pi-futex: futex_wake() lockup fixIngo Molnar1-2/+4
2006-07-01[PATCH] pi-futex: fix mm_struct memory leakVernon Mauery1-1/+1
2006-07-01kbuild: documentation change on allowing checkers besides sparseDustin Kirkland1-4/+5
2006-07-01[PATCH] audit syscall classesAl Viro14-0/+188
2006-07-01kbuild: warn when a moduled uses a symbol marked UNUSEDSam Ravnborg2-23/+64
2006-07-01[PATCH] audit: support for object context filtersDarrel Goeddel3-1/+82
2006-07-01[PATCH] audit: rename AUDIT_SE_* constantsDarrel Goeddel4-51/+56
2006-07-01[PATCH] add rule filterkeyAmy Griffis4-36/+78
2006-07-01kbuild: fix segv in modpostSam Ravnborg1-3/+6
2006-07-01kconfig: enhancing accessibility of lxdialogSamuel Thibault1-2/+5
2006-07-01kbuild: fix ia64 breakage after introducing make -rRSam Ravnborg7-10/+16
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-209/+99
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds23-65/+236
2006-06-30Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2-1/+2
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds3018-3092/+95
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6/Linus Torvalds14-91/+291
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds49-548/+524
2006-06-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds75-2645/+2640
2006-06-30[SPARC64]: Kill sun4v virtual device layer.David S. Miller3-114/+23
2006-06-30[SERIAL] sunhv: Convert to of_driver layer.David S. Miller1-95/+71
2006-06-30[SPARC64]: Mask out top 8-bits in physical address when building resources.David S. Miller1-0/+3
2006-06-30[SERIAL] sunsu: Missing return statement in su_probe().David S. Miller1-0/+2
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu10-26/+24
2006-06-30[NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu6-14/+26
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu5-2/+72
2006-06-30[IPV6]: Remove redundant length check on inputHerbert Xu1-6/+1
2006-06-30[NETFILTER]: SCTP conntrack: fix crash triggered by packet without chunksPatrick McHardy2-2/+2
2006-06-30[TG3]: Update version and reldateMichael Chan1-2/+2
2006-06-30[TG3]: Add TSO workaround using GSOMichael Chan2-5/+51
2006-06-30[TG3]: Turn on hw fix for ASF problemsMichael Chan2-2/+7
2006-06-30[TG3]: Add rx BD workaroundMichael Chan2-2/+29
2006-06-30[TG3]: Add tg3_netif_stop() in vlan functionsMichael Chan1-0/+12
2006-06-30[TCP]: Reset gso_segs if packet is dodgyHerbert Xu1-4/+10
2006-06-30IB/core: Set alternate port number when initializing QP attributesSean Hefty1-0/+1
2006-06-30IB/uverbs: Set correct user handle for user SRQsRoland Dreier1-1/+1
2006-06-30[PATCH] pcmcia: fix deadlock in pcmcia_parse_eventsArjan van de Ven1-2/+3
2006-06-30[PATCH] com20020_cs: more device supportMarc Sowen1-1/+4
2006-06-30[PATCH] au1xxx: pcmcia: fix __init called from non-initDomen Puncer1-1/+1
2006-06-30[PATCH] kill open-coded offsetof in cm4000_cs.c ZERO_DEV()Al Viro1-6/+1
2006-06-30[PATCH] pcmcia: convert pcmcia_cs to kthreadSerge E. Hallyn1-11/+13
2006-06-30[PATCH] pcmcia: fix kernel-doc function nameRandy Dunlap1-1/+1
2006-06-30[PATCH] pcmcia: hostap_cs.c - 0xc00f,0x0000 conflicts with pcnet_csKomuro1-1/+1
2006-06-30[PATCH] pcmcia: at91_cf suspend/resume/wakeupDavid Brownell1-16/+59
2006-06-30[PATCH] pcmcia: Make ide_cs work with the memory space of CF-Cards if IO spac...Thomas Kleffel1-10/+71
2006-06-30[PATCH] pcmcia: TI PCIxx12 CardBus controller supportAlex Williamson3-0/+3
2006-06-30[PATCH] pcmcia: warn if driver requests exclusive, but gets a shared IRQAlan Cox1-9/+18
2006-06-30[PATCH] pcmcia: expose tool in pcmcia/Documentation/pcmcia/Randy Dunlap2-33/+35
2006-06-30[PATCH] pcmcia: another ID for serial_cs.cDominik Brodowski1-0/+1
2006-06-30[PATCH] yenta: fix hidden PCI bus numbersBernhard Kaindl1-0/+73
2006-06-30[PATCH] yenta: do power-up only after socket is configuredDaniel Ritz1-1/+8
2006-06-30V4L/DVB (4290): Add support for the TCL M2523_3DB_E tuner.Hans Verkuil1-1/+1
2006-06-30V4L/DVB (4289): Missing statement in drivers/media/dvb/frontends/cx22700.cEric Sesterhenn1-0/+1
2006-06-30V4L/DVB (4288): Clean out a zillion sparse warnings in pvrusb2Mike Isely19-105/+105
2006-06-30V4L/DVB (4287): Pvrusb2/: possible cleanupsAdrian Bunk11-195/+74
2006-06-30V4L/DVB (4285): Cx88: add support for Geniatech Digistar / Digiwave 103gSaqeb Akhter4-0/+49
2006-06-30V4L/DVB (4284): Cx24123: fix set_voltage function according to the specsSaqeb Akhter1-2/+2
2006-06-30V4L/DVB (4282): Fix: use swzigzag for swalgoManu Abraham1-1/+2
2006-06-30V4L/DVB (4281): TDA9887_SET_CONFIG should only be handled by the tda9887.Hans Verkuil1-5/+5
2006-06-30V4L/DVB (4277): Fix CI interface on PRO KNC1 cardsAndrew de Quincey1-5/+1
2006-06-30V4L/DVB (4276): Fix CI on old KNC1 DVBC cardsAndrew de Quincey1-0/+9
2006-06-30V4L/DVB (4275): The FE_SET_FRONTEND_TUNE_MODE ioctl always returns EOPNOTSUPPTrent Piepho1-0/+1
2006-06-30V4L/DVB (4274): Eliminate use of tda9887 from pvrusb2 driverMike Isely5-173/+1
2006-06-30V4L/DVB (4273): Always log pvrusb2 device register / unregister eventsMike Isely1-6/+4
2006-06-30V4L/DVB (4272): Fix tveeprom supported standardsMauro Carvalho Chehab1-8/+8
2006-06-30V4L/DVB (4270): Add tda9887-specific tuner configurationHans Verkuil5-13/+160
2006-06-30V4L/DVB (4269): Subject: videocodec: make 1-bit fields unsignedRandy Dunlap2-10/+10
2006-06-30V4L/DVB (4267): Remove all instances of request_module("tda9887")Michael Krufky4-11/+0
2006-06-30V4L/DVB (4264): Cx88-blackbird: implement VIDIOC_QUERYCTRL and VIDIOC_QUERYMENUMichael Krufky3-13/+91
2006-06-30ACPI: Kconfig: ACPI_SRAT depends on ACPIAndrew Morton1-1/+1
2006-06-30ACPI: drivers/acpi/scan.c: make acpi_bus_type staticAdrian Bunk1-1/+1
2006-06-30[PATCH] i2c-801: 64bit resource fixAndrew Morton1-2/+2
2006-06-30[PATCH] infiniband: devfs fixAndrew Morton1-1/+0
2006-06-30[PATCH] knfsd: svcrpc: gss: server-side implementation of rpcsec_gss privacyJ. Bruce Fields2-7/+148
2006-06-30[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy caseJ. Bruce Fields3-2/+6
2006-06-30[PATCH] knfsd: svcrpc: Simplify nfsd rpcsec_gss integrity codeJ. Bruce Fields1-51/+64
2006-06-30[PATCH] knfsd: nfsd4: fix open flag passingJ. Bruce Fields2-4/+7
2006-06-30[PATCH] knfsd: nfsd4: fix some open argument testsJ. Bruce Fields1-4/+13
2006-06-30[PATCH] knfsd: svcrpc: gss: simplify rsc_parse()J. Bruce Fields2-11/+7
2006-06-30[PATCH] knfsd: nfsd: fix misplaced fh_unlock() in nfsd_link()David M. Richter1-2/+3
2006-06-30[PATCH] knfsd: nfsd4: remove superfluous grace period checksJ. Bruce Fields1-4/+0
2006-06-30[PATCH] knfsd: nfsd: call nfsd_setuser() on fh_compose(), fix nfsd4 permissio...J. Bruce Fields1-7/+8
2006-06-30[PATCH] knfsd: nfsd4: fix open_confirm lockingJ. Bruce Fields1-2/+3
2006-06-30[PATCH] knfsd: ignore ref_fh when crossing a mountpointNeilBrown1-3/+3
2006-06-30[PATCH] knfsd: remove noise about filehandle being uptodateNeilBrown1-5/+1
2006-06-30[PATCH] knfsd: fixing missing 'expkey' support for fsid type 3Frank Filz1-1/+1
2006-06-30[PATCH] knfsd: improve the test for cross-device-rename in nfsdNeilBrown1-1/+1
2006-06-30[PATCH] EDAC: maintainers updateDoug Thompson1-8/+6
2006-06-30[PATCH] EDAC: probe1 cleanup 1-of-2Doug Thompson6-444/+518
2006-06-30[PATCH] EDAC: mc numbers refactor 1-of-2Doug Thompson8-36/+55
2006-06-30[PATCH] EDAC: PCI device to DEVICE cleanupDoug Thompson8-323/+374
2006-06-30[PATCH] Documentation/IPMI typosMatt LaPlante1-2/+2
2006-06-30[PATCH] rcu: Add lock annotations to RCU locking primitivesJosh Triplett1-4/+20
2006-06-30[PATCH] drivers/cdrom/cm206.c: cleanupsAdrian Bunk1-7/+2
2006-06-30[PATCH] show Acorn-specific block devices menu only when requiredAdrian Bunk1-1/+1
2006-06-30[PATCH] Correct rtc_wkalrm commentsAndrew Victor1-2/+2
2006-06-30[PATCH] cond_resched() fixAndrew Morton1-12/+13
2006-06-30[PATCH] uml: add __raw_writeq definitionJeff Dike1-0/+5
2006-06-30[PATCH] uml: fix biarch gcc build on x86_64Jeff Dike2-2/+7
2006-06-30[PATCH] uml: remove stray fileJeff Dike1-172/+0
2006-06-30[PATCH] uml: remove unneeded time definitionsJeff Dike3-30/+0
2006-06-30[PATCH] uml: add locking to xtime accessesJeff Dike1-2/+8
2006-06-30[PATCH] uml: unregister useless console when it's not neededJeff Dike1-4/+18
2006-06-30[PATCH] uml: fix off-by-one bug in VM file creationJeff Dike1-2/+5
2006-06-30[PATCH] uml: fix /proc/mounts parsing boundary conditionJeff Dike1-2/+12
2006-06-30[PATCH] UML: fix the INIT_ENV_ARG_LIMIT dependenciesAdrian Bunk1-2/+2
2006-06-30[PATCH] add smp_setup_processor_id()Andrew Morton3-0/+15
2006-06-30[PATCH] SELinux: Add security hook definition for getioprio and insert hooksDavid Quigley4-5/+51
2006-06-30[PATCH] SELinux: update USB code with new kill_proc_info_as_uidDavid Quigley3-2/+7
2006-06-30[PATCH] SELinux: add security hook call to kill_proc_info_as_uidDavid Quigley2-3/+6