aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-09-30[PATCH] BLOCK: Don't call block_sync_page() from AFS [try #6]David Howells1-1/+0
2006-09-30[PATCH] BLOCK: Separate the bounce buffering code from the highmem code [try #6]David Howells3-281/+305
2006-09-30[PATCH] BLOCK: Stop fallback_migrate_page() from using page_has_buffers() [tr...David Howells1-1/+1
2006-09-30[PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6]David Howells2-1/+1
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells9-177/+204
2006-09-30[PATCH] blktrace: cleanup using on_each_cpuMartin Peschke1-15/+4
2006-09-30[PATCH] Don't need to disable interrupts for tasklist_lockOleg Nesterov1-4/+9
2006-09-30[PATCH] exit_io_context: don't disable irqsOleg Nesterov1-5/+2
2006-09-30[PATCH] SCSI: scsi_done_q is unusedJens Axboe1-10/+1
2006-09-30[PATCH] blktrace: support for logging metadata readsJens Axboe2-1/+5
2006-09-30[PATCH] cfq-iosched: use metadata read flagJens Axboe1-0/+24
2006-09-30[PATCH] ext3: make meta data reads use READ_METAJens Axboe2-3/+5
2006-09-30[PATCH] Allow file systems to differentiate between data and meta readsJens Axboe4-0/+8
2006-09-30[PATCH] ll_rw_blk: allow more flexibility for read_ahead_kb storeJens Axboe1-3/+0
2006-09-30[PATCH] cfq-iosched: improve queue preemptionJens Axboe1-6/+8
2006-09-30[PATCH] Add blk_start_queueing() helperJens Axboe4-25/+26
2006-09-30[PATCH] cfq-iosched: kill the empty_listJens Axboe1-8/+2
2006-09-30[PATCH] cfq-iosched: Kill O(N) runtime of cfq_resort_rr_list()Jens Axboe1-31/+22
2006-09-30[PATCH] Make sure all block/io scheduler setups are node awareJens Axboe6-24/+26
2006-09-30[PATCH] Kill various deprecated/unused block layer defines/functionsJens Axboe4-32/+0
2006-09-30[PATCH] Audit block layer inlinesJens Axboe2-5/+5
2006-09-30[PATCH] cfq-iosched: use new io context counting mechanismJens Axboe1-5/+7
2006-09-30[PATCH] as-iosched: use new io context counting mechanismJens Axboe1-4/+5
2006-09-30[PATCH] elevator: define ioc counting mechanismJens Axboe1-0/+25
2006-09-30[PATCH] cfq-iosched: kill cfq_exit_lockJens Axboe4-41/+21
2006-09-30[PATCH] cfq-iosched: cleanups, fixes, dead code removalJens Axboe1-114/+70
2006-09-30[PATCH] struct request: shrink and optimize some moreJens Axboe1-7/+13
2006-09-30[PATCH] ll_rw_blk: cleanup __make_request()Jens Axboe1-15/+7
2006-09-30[PATCH] Drop useless bio passing in may_queue/set_request APIJens Axboe5-18/+15
2006-09-30[PATCH] Remove ->rq_status from struct requestJens Axboe12-26/+14
2006-09-30[PATCH] Remove struct request_list from struct requestJens Axboe2-9/+4
2006-09-30[PATCH] Remove ->waiting member from struct requestJens Axboe9-25/+20
2006-09-30[PATCH] as-iosched: kill arqJens Axboe1-195/+118
2006-09-30[PATCH] cfq-iosched: kill crqJens Axboe1-144/+95
2006-09-30[PATCH] Add one more pointer to struct request for IO scheduler usageJens Axboe1-0/+6
2006-09-30[PATCH] cfq-iosched: remove the crq flag functions/variableJens Axboe1-42/+16
2006-09-30[PATCH] deadline-iosched: remove elevator private drq request typeJens Axboe1-142/+52
2006-09-30[PATCH] as-iosched: remove arq->is_sync memberJens Axboe2-22/+19
2006-09-30[PATCH] as-iosched: reuse rq for fifoJens Axboe1-22/+12
2006-09-30[PATCH] cfq-iosched: convert to using the FIFO elevator definesJens Axboe1-2/+1
2006-09-30[PATCH] elevator: introduce a way to reuse rq for internal FIFO handlingJens Axboe1-0/+12
2006-09-30[PATCH] deadline-iosched: migrate to using the elevator rb functionsJens Axboe1-136/+34
2006-09-30[PATCH] cfq-iosched: migrate to using the elevator rb functionsJens Axboe1-123/+41
2006-09-30[PATCH] as-iosched: migrate to using the elevator rb functionsJens Axboe1-151/+29
2006-09-30[PATCH] elevator: abstract out the rbtree sort handlingJens Axboe4-19/+130
2006-09-30[PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prevJens Axboe3-3/+9
2006-09-30[PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe7-375/+146
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe39-301/+295
2006-09-30[PATCH] i2c: Prevent deadlock on i2c client registrationJean Delvare1-12/+13
2006-09-30Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds197-4211/+9023
2006-09-30Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds31-1169/+1210
2006-09-30Merge branch 'intelfb-patches' of master.kernel.org:/pub/scm/linux/kernel/git...Linus Torvalds9-11/+535
2006-09-30Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds20-106/+152
2006-09-29Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds22-1975/+1999
2006-09-29[ATM]: [lec] use refcnt to protect lec_arp_entries outside lockChas Williams1-9/+23
2006-09-29[ATM]: [lec] add reference counting to lec_arp entriesChas Williams2-14/+29
2006-09-29[ATM]: [lec] use work queue instead of timer for lec arp expiryChas Williams2-11/+8
2006-09-29[ATM]: [lec] old_close is no longer usedChas Williams1-3/+0
2006-09-29[ATM]: [lec] convert lec_arp_table to hlistChas Williams3-282/+170
2006-09-29[ATM]: [lec] header indent, comment and whitespace cleanupChas Williams3-204/+235
2006-09-29[ATM]: [lec] indent, comment and whitespace cleanup [continued]Chas Williams1-884/+899
2006-09-29[ATM]: [lec] indent, comment and whitespace cleanupChas Williams1-692/+715
2006-09-29[SCTP]: Do not timestamp every SCTP packet.Vlad Yasevich2-7/+9
2006-09-29[SCTP]: Use correct mask when disabling PMTUD.Vlad Yasevich1-1/+1
2006-09-29[SCTP]: Include sk_buff overhead while updating the peer's receive window.Sridhar Samudrala2-3/+10
2006-09-29[SCTP]: Enable Nagle algorithm by default.Sridhar Samudrala1-2/+2
2006-09-29[BNX2]: Disable MSI on 5706 if AMD 8132 bridge is present.Michael Chan2-2/+31
2006-09-29[NetLabel]: audit fixups due to delayed feedbackPaul Moore11-151/+157
2006-09-30[PATCH] Use early clobber in semaphoresAndi Kleen1-2/+2
2006-09-30[PATCH] Define vsyscall cache as blob to make clearer that user space shouldn...Andi Kleen3-13/+15
2006-09-30[PATCH] Re-positioning the bss segmentVivek Goyal1-7/+7
2006-09-30[PATCH] Use ARRAY_SIZE in setup.cAndi Kleen1-8/+3
2006-09-30[PATCH] i386: replace intermediate array-size definitions with ARRAY_SIZE()Bjorn Helgaas1-8/+2
2006-09-30[PATCH] x86: Clean up x86 NMI sysctlsAndi Kleen7-8/+26
2006-09-30[PATCH] Refactor some duplicated code in mpparse.cAndi Kleen1-18/+19
2006-09-30[PATCH] Document iommu=panicAndi Kleen2-0/+2
2006-09-30[PATCH] Fix broken indentation in iommu_setupAndi Kleen1-41/+41
2006-09-30[PATCH] Allow disabling DAC using command line optionsAndi Kleen2-0/+22
2006-09-30[PATCH] Add proper sparse __user casts to __copy_to_user_inatomicAndi Kleen1-1/+6
2006-09-30[PATCH] i386: Update defconfigAndi Kleen1-2/+5
2006-09-30[PATCH] Update defconfigAndi Kleen1-2/+6
2006-09-29[SERIAL] sunzilog: Mark sunzilog_init_hw as __devinit.David S. Miller1-1/+1
2006-09-29[SPARC]: Don't zero out tail during copy_from_user_inatomic().David S. Miller1-0/+4
2006-09-29[PATCH] uml build fixOllie Wild1-1/+1
2006-09-29[PATCH] MLSXFRM: fix mis-labelling of child socketsDavid Woodhouse1-1/+3
2006-09-29Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds38-884/+1973
2006-09-29Merge git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds64-1037/+1060
2006-09-29[PATCH] i2c-sibyte: Fix modular build breakageYoichi Yuasa1-2/+2
2006-09-29[PATCH] cpuset: fix obscure attach_task vs exiting racePaul Jackson1-1/+6
2006-09-29[PATCH] SubmittingPatches: add a note about "format=flowed" when sending patchesKirill Korotaev1-0/+13
2006-09-29[PATCH] lockdep core: improve the lock-chain-hashIngo Molnar1-2/+2
2006-09-29[PATCH] Kcore elf note namesz field fixVivek Goyal1-2/+2
2006-09-29[PATCH] expand_fdtable(): remove pointless unlock+lockAndrew Morton1-2/+0
2006-09-29[PATCH] Clean up expand_fdtable() and expand_files()Vadim Lobanov1-41/+35
2006-09-29[PATCH] Documentation/SubmittingDrivers: minor updateAlexey Dobriyan1-14/+7
2006-09-29[PATCH] audit/accounting: tty lockingAlan Cox2-1/+10
2006-09-29[PATCH] Fix locking for tty drivers when doing urgent charactersAlan Cox1-7/+11
2006-09-29[PATCH] specialix - remove private speed decodingAlan Cox1-12/+4
2006-09-29[PATCH] istallion: Remove private baud rate decoding, which is also broken in...Alan Cox1-19/+1
2006-09-29[PATCH] generic_serial: remove private decoding of baud rate bitsAlan Cox1-10/+1
2006-09-29[PATCH] RTC: more XSTP/VDET support for rtc-rs5c348 driverAtsushi Nemoto1-1/+8
2006-09-29[PATCH] build sound/sound_firmware.c only for OSSAdrian Bunk3-7/+6
2006-09-29[PATCH] stop_machine.c copyrightRusty Russell1-0/+3
2006-09-29[PATCH] Access Control Lists for tmpfsAndreas Gruenbacher5-2/+332
2006-09-29[PATCH] Generic infrastructure for aclsAndreas Gruenbacher4-0/+238
2006-09-29[PATCH] enforce RLIMIT_NOFILE in poll()Chris Snook1-7/+1
2006-09-29[PATCH] Uninitialized variable in drivers/net/wan/syncppp.cEric Sesterhenn1-1/+1
2006-09-29[PATCH] /sys/modules: allow full length section namesIan S. Nelson3-9/+24
2006-09-29[PATCH] SuperH list is moderatedMatthew Wilcox1-1/+1
2006-09-29[PATCH] network block device is mostly known as "NBD"Pavel Machek1-2/+2
2006-09-29[PATCH] SubmittingPatches cleanupsPavel Machek1-13/+13
2006-09-29[PATCH] lib/ts_fsm.c: constify structsAndreas Mohr1-5/+5
2006-09-29[PATCH] rate limiting for the ldisc open failure messagesAkinobu Mita1-2/+3
2006-09-29[PATCH] Mention Documenation/ABI/ requirements in Documentation/SubmitChecklistRandy Dunlap1-0/+3
2006-09-29[PATCH] valid_swaphandles() fixHugh Dickins1-3/+4
2006-09-29[PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-addedChandra Seetharaman3-3/+6
2006-09-29[PATCH] remove static variable mm/page-writeback.c:total_pagesChandra Seetharaman1-7/+4
2006-09-29[PATCH] mem driver: fix conditional on isa i/o supportGeoff Levand1-4/+4
2006-09-29[PATCH] SuperH maintainership changeKaz Kojima1-3/+0
2006-09-29[PATCH] fs/namei.c: replace multiple current->fs by shortcut variableAndreas Mohr1-39/+47
2006-09-29[PATCH] Add section on function return values to CodingStyleAlan Stern1-0/+34
2006-09-29[PATCH] lib/rwsem.c: un-inline rwsem_down_failed_common()Andreas Mohr1-1/+1
2006-09-29[PATCH] Add to MAINTAINERS fileJim Lewis1-0/+6
2006-09-29[PATCH] loop: forward-port resource leak checks from SolarSerge E. Hallyn1-2/+11
2006-09-29[PATCH] remove sound/oss/COPYINGAndrew Morton1-339/+0
2006-09-29[PATCH] cpuset: hotunplug cpus and mems in all cpusetsPaul Jackson1-17/+70
2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson4-8/+37
2006-09-29[PATCH] Fix typo in rtc kconfigPavel Machek1-1/+1
2006-09-29[PATCH] oom: don't kill current when another OOM in progressNick Piggin1-6/+17
2006-09-29[PATCH] oom_kill_task(): cleanup ->mm checksOleg Nesterov1-5/+2
2006-09-29[PATCH] select_bad_process(): cleanup 'releasing' checkOleg Nesterov1-10/+9
2006-09-29[PATCH] select_bad_process(): kill a bogus PF_DEAD/TASK_DEAD checkOleg Nesterov1-6/+6
2006-09-29[PATCH] introduce TASK_DEAD stateOleg Nesterov4-6/+7
2006-09-29[PATCH] kill PF_DEAD flagOleg Nesterov4-15/+12
2006-09-29[PATCH] set EXIT_DEAD state in do_exit(), not in schedule()Oleg Nesterov2-3/+1
2006-09-29[PATCH] lockdep: core, add enable/disable_irq_irqsave/irqrestore() APIsArjan van de Ven2-3/+19
2006-09-29[PATCH] Ban register_filesystem(NULL);Alexey Dobriyan1-2/+0
2006-09-29[PATCH] 9p: fix leak on error pathAlexey Dobriyan1-2/+4
2006-09-29[PATCH] cramfs: make cramfs_uncompress_exit() return voidAlexey Dobriyan2-3/+2
2006-09-29[PATCH] freevxfs: fix leak on error pathAlexey Dobriyan1-3/+8
2006-09-29[PATCH] cramfs: rewrite init_cramfs_fs()Alexey Dobriyan1-2/+9
2006-09-29[PATCH] Pass a lock expression to __cond_lock, like __acquire and __releaseJosh Triplett2-7/+7
2006-09-29[PATCH] doc: fix kernel-parameters 'quiet'Randy Dunlap1-1/+1
2006-09-29[PATCH] fix mem_write() return valueFrederik Deweerdt1-1/+2
2006-09-29[PATCH] block_dev.c mutex_lock_nested() fixJason Baron1-1/+1
2006-09-29[PATCH] Replace _spin_trylock with spin_trylock in the IRQ variants to use __...Josh Triplett1-2/+2
2006-09-29[PATCH] Make spinlock/rwlock annotations more accurate by using parameters, n...Josh Triplett1-25/+25
2006-09-29[PATCH] windfarm_smu_sat.c: simplify around i2c_add_driver()Alexey Dobriyan1-6/+1
2006-09-29[PATCH] tty: Fix bits and note more bits to fixAlan Cox1-8/+11
2006-09-29[PATCH] solaris emulation: incorrect tty lockingAlan Cox2-0/+4
2006-09-29[PATCH] docbook: fix segfault in docproc.cHenrik Kretzschmar1-0/+1
2006-09-29[PATCH] sys_get_robust_list(): don't take tasklist_lockOleg Nesterov1-3/+3
2006-09-29[PATCH] futex_find_get_task(): don't take tasklist_lockOleg Nesterov1-2/+2
2006-09-29[PATCH] autofs4: pending flag not cleared on mount failIan Kent1-3/+3
2006-09-29[PATCH] autofs4: autofs4_follow_link false negative fixIan Kent1-1/+1
2006-09-29[PATCH] copy_process: cosmetic ->ioprio tweakOleg Nesterov1-6/+3
2006-09-29[PATCH] reparent_to_init(): use has_rt_policy()Oleg Nesterov1-3/+1
2006-09-29[PATCH] sched_setscheduler: fix? policy checksOleg Nesterov1-20/+18
2006-09-29[PATCH] introduce is_rt_policy() helperOleg Nesterov2-5/+4
2006-09-29[PATCH] do_sched_setscheduler(): don't take tasklist_lockOleg Nesterov1-10/+18
2006-09-29[PATCH] kill extraneous printk in kernel_restart()Cal Peake1-1/+0
2006-09-29[PATCH] Fix ____call_usermodehelper errors being silently ignoredBjörn Steinbrink1-1/+11
2006-09-29[PATCH] Return better error codes if drivers/char/raw.c module init failsRolf Eike Beer1-8/+11
2006-09-29[PATCH] Use decimal for PTRACE_ATTACH and PTRACE_DETACH.Roland McGrath1-2/+2
2006-09-29[PATCH] cdev documentationJonathan Corbet2-0/+64
2006-09-29[PATCH] tty: make termios_sem a mutexArjan van de Ven3-20/+22
2006-09-29[PATCH] exit: fix crash caseAlan Cox1-1/+2
2006-09-29[PATCH] tty: stop the tty vanishing under procfs accessAlan Cox1-0/+3
2006-09-29[PATCH] tty: lock ticogwinszAlan Cox1-7/+10
2006-09-29[PATCH] tty: trivial kzalloc opportunityAlan Cox1-7/+1
2006-09-29[PATCH] kexec warning fixRoland McGrath1-2/+4
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto38-60/+52
2006-09-29[PATCH] __dequeue_signal() cleanupRoland McGrath1-4/+2
2006-09-29[PATCH] has_stopped_jobs() cleanupRoland McGrath1-11/+0
2006-09-29[PATCH] I/O Error attempting to read last partial block of a file in an ISO96...Joel & Rebecca VanderZee1-24/+24
2006-09-29[PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep()Toyo Abe1-26/+58
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Toyo Abe6-15/+81
2006-09-29[PATCH] update Documentation/kernel-parameters.txtjens m. noedler1-0/+7
2006-09-29[PATCH] dquot: add proper locking when using current->signal->ttyJan Kara1-0/+5
2006-09-29[PATCH] Fix memory leak in vc_resize/vc_allocateCatalin Marinas1-1/+2
2006-09-29[PATCH] elf_fdpic_core_dump: don't take tasklist_lockOleg Nesterov1-4/+3
2006-09-29[PATCH] elf_core_dump: don't take tasklist_lockOleg Nesterov1-4/+3
2006-09-29[PATCH] fix serial/amba-pl011.c console KconfigPeter Korsgaard1-1/+1
2006-09-29[PATCH] check return value of cpu_callbackAkinobu Mita4-4/+11
2006-09-29[PATCH] sound/sparc/dbri: Use ARRAY_SIZE macroTobias Klauser1-3/+1
2006-09-29[PATCH] sound/mips/au1x00: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-09-29[PATCH] Remove old drivers/char/s3c2410_rtc.cBen Dooks3-600/+0
2006-09-29[PATCH] CONFIG_PM=n slim: sound/oss/cs46xx.cAlexey Dobriyan2-52/+8
2006-09-29[PATCH] CONFIG_PM=n slim: sound/oss/trident.cAlexey Dobriyan1-11/+11
2006-09-29[PATCH] CONFIG_PM=n slim: drivers/parport/parport_serial.cAlexey Dobriyan1-0/+4
2006-09-29[PATCH] make leds.h include relevant headersJohannes Berg1-0/+3
2006-09-29[PATCH] Remove another config.hDave Jones1-1/+0
2006-09-29[PATCH] fix wrong error code on interrupted close syscallsErnie Petrides1-1/+11
2006-09-29[PATCH] Small update to CREDITSJesper Juhl1-1/+2
2006-09-29[PATCH] memory ordering in __kfifo primitivesPaul E. McKenney1-0/+28
2006-09-29[PATCH] lockdep: print kernel versionDave Jones1-0/+13
2006-09-29[PATCH] atiixp: ATI SB600 IDE support for various modesAnatoli Antonovitch1-0/+21
2006-09-29[PATCH] Chardev checking of overlapping rangesAmos Waterland1-5/+23
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu29-30/+41
2006-09-29[PATCH] Fix conflict with the is_init identifier on pariscEric Biederman1-16/+16