| Commit message (Expand) | Author | Files | Lines |
2008-07-26 | bfs: assorted cleanups | Dmitri Vorobiev | 2 | -4/+3 |
2008-07-26 | affs: convert s_bmlock into a mutex | Matthias Kaehlcke | 3 | -11/+12 |
2008-07-26 | x86 calgary: fix handling of devices that aren't behind the Calgary | Alexis Bruemmer | 2 | -45/+27 |
2008-07-26 | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 76 | -210/+256 |
2008-07-26 | pnp: fix the fcpnp_driver declaration to only exist if CONFIG_PNP=y | David Howells | 1 | -2/+0 |
2008-07-26 | pnp: have quirk_system_pci_resources() include io resources | Rene Herman | 1 | -5/+8 |
2008-07-26 | isa: set 24-bit dma_mask for ISA devices | Rene Herman | 1 | -0/+4 |
2008-07-26 | pnp: set the pnp_card dma_mask for use by ISAPnP cards | Rene Herman | 1 | -0/+4 |
2008-07-26 | asic3: platform_get_irq() may return signed unnoticed | Roel Kluin | 1 | -3/+5 |
2008-07-26 | vfs: add cond_resched_lock while scanning dentry LRU lists | Kentaro Makita | 1 | -0/+1 |
2008-07-26 | block/blk-map.c: use the new object_is_on_stack() helper | FUJITA Tomonori | 1 | -6/+2 |
2008-07-26 | pm selftest: rtc paranoia | David Brownell | 1 | -0/+7 |
2008-07-26 | include/video/atmel_lcdc.h must #include <linux/workqueue.h> | Adrian Bunk | 1 | -0/+1 |
2008-07-26 | hugetlb: fix CONFIG_SYSCTL=n build | Nishanth Aravamudan | 1 | -12/+12 |
2008-07-26 | uninline arch_pick_mmap_layout() | Andrew Morton | 2 | -9/+10 |
2008-07-26 | drivers/mmc/host/sdhci.h needs scatterlist.h | Andrew Morton | 1 | -0/+2 |
2008-07-26 | x86_64: fix ia32 AMD syscall audit fast-path | Roland McGrath | 1 | -3/+3 |
2008-07-26 | MFD_TC6393XB is ARM-only | Adrian Bunk | 1 | -1/+1 |
2008-07-26 | sys_paccept definition missing __user annotation | Harvey Harrison | 1 | -1/+1 |
2008-07-26 | powerpc: Fix boot problem due to AT_BASE_PLATFORM change | Nathan Lynch | 1 | -2/+2 |
2008-07-26 | sparc: Wire up new system calls. | David S. Miller | 4 | -5/+20 |
2008-07-25 | bootmem: Move node allocation macros back to !HAVE_ARCH_BOOTMEM_NODE | Johannes Weiner | 1 | -5/+4 |
2008-07-25 | remove dummy asm/kvm.h files | Adrian Bunk | 22 | -105/+4 |
2008-07-25 | signalfd: fix undefined reference to `compat_sys_signalfd4' when !CONFIG_SIGN... | Ingo Molnar | 1 | -0/+1 |
2008-07-25 | mm/hugetlb.c: fix build failure with !CONFIG_SYSCTL | Ingo Molnar | 1 | -11/+11 |
2008-07-25 | firmware: create firmware binaries during 'make modules'. | David Woodhouse | 2 | -4/+7 |
2008-07-25 | Fix ahci driver 'flags' type | Linus Torvalds | 1 | -1/+1 |
2008-07-25 | edac: mpc85xx fix pci ofdev 2nd pass | Dave Jiang | 1 | -24/+43 |
2008-07-25 | edac: mv64x60 add pci fixup | Dave Jiang | 1 | -0/+35 |
2008-07-25 | edac: mv64x60 fix get_property | Dave Jiang | 1 | -1/+1 |
2008-07-25 | edac: e752x fix too loud on nonmemory errors | Doug Thompson | 1 | -17/+42 |
2008-07-25 | edac: core fix added newline to sysfs dimm labels | Arthur Jones | 1 | -1/+5 |
2008-07-25 | edac: core fix static to dynamic kset | Arthur Jones | 1 | -9/+6 |
2008-07-25 | edac: core fix redundant sysfs controls to parameters | Arthur Jones | 2 | -195/+73 |
2008-07-25 | edac: core fix workq timer | Arthur Jones | 1 | -1/+21 |
2008-07-25 | edac: core fix to use dynamic kobject | Arthur Jones | 1 | -9/+21 |
2008-07-25 | edac: i5100: cleanup | Arthur Jones | 1 | -135/+261 |
2008-07-25 | edac: i5100 fix unmask ecc bits | Arthur Jones | 1 | -0/+6 |
2008-07-25 | edac: i5100 fix enable ecc hardware | Arthur Jones | 1 | -0/+10 |
2008-07-25 | edac: i5100 fix missing bits | Arthur Jones | 1 | -3/+15 |
2008-07-25 | edac: i5100 new intel chipset driver | Arthur Jones | 4 | -0/+838 |
2008-07-25 | fuse: lockd support | Miklos Szeredi | 1 | -2/+9 |
2008-07-25 | fuse: nfs export special lookups | Miklos Szeredi | 3 | -3/+72 |
2008-07-25 | fuse: add fuse_lookup_name() helper | Miklos Szeredi | 1 | -40/+77 |
2008-07-25 | fuse: add export operations | Miklos Szeredi | 3 | -2/+121 |
2008-07-25 | fuse: prepare lookup for nfs export | Miklos Szeredi | 1 | -10/+14 |
2008-07-25 | locks: allow ->lock() to return FILE_LOCK_DEFERRED | Miklos Szeredi | 1 | -14/+9 |
2008-07-25 | locks: cleanup code duplication | Miklos Szeredi | 1 | -40/+31 |
2008-07-25 | locks: add special return value for asynchronous locks | Miklos Szeredi | 4 | -24/+25 |
2008-07-25 | lockd: dont return EAGAIN for a permanent error | Miklos Szeredi | 2 | -5/+18 |