aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-02-03[PATCH] make "struct d_cookie" depend on CONFIG_PROFILINGMarcelo Tosatti1-0/+2
2006-02-03[PATCH] ufs: fix hang during `rm'Evgeniy Dushistov1-0/+1
2006-02-03[PATCH] ufs: fix oops with `ufs1' typeEvgeniy Dushistov2-3/+2
2006-02-03[PATCH] list.h: don't evaluate macro args multiple timesZach Brown1-4/+10
2006-02-03[PATCH] fix generic_fls64()Akinobu Mita1-1/+1
2006-02-03[PATCH] Fix build failure in recent pm_prepare_* changes.Dave Jones1-4/+0
2006-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Trond Myklebust4-6/+6
2006-02-02[SERIAL] SIIG 8-port serial boards supportAndrey Panin1-0/+3
2006-02-02[MMC] Add MMC command type flagsRussell King2-13/+24
2006-02-01Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds3-3/+3
2006-02-01[PATCH] compat: fix compat_sys_openat and friendsStephen Rothwell1-3/+3
2006-02-01SUNRPC: Remove obsolete rpcauth #definesTrond Myklebust1-5/+1
2006-02-01SUNRPC: Move upcall out of auth->au_ops->crcreate()Trond Myklebust1-0/+1
2006-02-01SUNRPC: Fix a lock recursion in the auth_gss downcallTrond Myklebust1-0/+5
2006-02-01NLM: Ensure that nlmclnt_cancel_callback() doesn't loop foreverTrond Myklebust1-0/+1
2006-02-01NLM: Fix arguments to NLM_CANCEL callTrond Myklebust1-1/+0
2006-02-01[PATCH] reiserfs: remove reiserfs_permission_lockedChristoph Hellwig1-2/+0
2006-02-01[PATCH] reiserfs: remove kmalloc wrapperPekka Enberg2-17/+0
2006-02-01[PATCH] slab: fix kzalloc and kstrdup caller report for CONFIG_DEBUG_SLABPekka Enberg1-0/+7
2006-02-01[PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter2-0/+13
2006-02-01[PATCH] Direct Migration V9: remove_from_swap() to remove swap ptesChristoph Lameter2-0/+2
2006-02-01[PATCH] Direct Migration V9: migrate_pages() extensionChristoph Lameter2-2/+4
2006-02-01[PATCH] zone_reclaim: configurable off node allocation period.Christoph Lameter2-1/+3
2006-02-01[PATCH] GFP_ZONETYPES: calculate from GFP_ZONEMASKAndy Whitcroft1-1/+4
2006-02-01[PATCH] GFP_ZONETYPES: add commentry on how to calculateAndy Whitcroft1-0/+8
2006-02-01[PATCH] Introduce __iowrite32_copyBryan O'Sullivan1-0/+25
2006-02-01[PATCH] Define BITS_PER_BYTEBryan O'Sullivan1-0/+2
2006-02-01[PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create()Adrian Bunk1-1/+0
2006-02-01[PATCH] hrtimers: add back lost credit linesThomas Gleixner1-0/+6
2006-02-01[PATCH] hrtimers: cleanups and simplificationsGeorge Anzinger1-3/+2
2006-02-01[PATCH] hrtimers: fix posix-timer requeue raceakpm@osdl.org1-0/+1
2006-02-01[PATCH] tpm_bios: needs more securityfs_ functionsRandy Dunlap1-0/+19
2006-02-01[PATCH] dm: dm-table warning fixAlasdair G Kergon1-1/+1
2006-02-01[PATCH] fuse: fix async read for legacy filesystemsMiklos Szeredi1-2/+14
2006-02-01[PATCH] prototypes for *at functions & typo fixUlrich Drepper1-0/+33
2006-01-31[PATCH] Make sure to always check upper bits of tv_nsec in timespec_valid.Chris Wright1-1/+1
2006-01-31Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2-9/+9
2006-01-31[PATCH] PCI: pci_ids: remove duplicates gathered during merge periodGrant Coady1-7/+0
2006-01-31[PATCH] PCI: restore 2 missing pci idsMark Rustad1-0/+2
2006-01-31[PATCH] PCI: drivers/pci/pci.c: #if 0 pci_find_ext_capability()Adrian Bunk1-2/+0
2006-01-31[PATCH] PCI: irq and pci_ids: patch for Intel ICH8Jason Gaston1-0/+7
2006-01-31[PATCH] USB: USB authentication statesDavid Brownell1-2/+4
2006-01-31[PATCH] USB: Add ET61X[12]51 Video4Linux2 driverLuca Risolia1-0/+1
2006-01-31Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2-1/+4
2006-01-31Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-1/+2
2006-01-31Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2-36/+38
2006-01-31Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-3/+3
2006-01-24[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into releaseLen Brown3-3/+3
2006-01-24[BLOCK] ll_rw_blk: make max_sectors and max_hw_sectors unsigned intsJens Axboe1-3/+3
2006-01-21[SERIAL] Make uart_port flags a bitwise typeRussell King2-24/+26