| Commit message (Expand) | Author | Age | Files | Lines |
* | kfifo: add example files to the kernel sample directory | Stefani Seibold | 2010-08-11 | 7 | -1/+614 |
* | kfifo: replace the old non generic API | Stefani Seibold | 2010-08-11 | 5 | -2225/+1164 |
* | kfifo: add the new generic kfifo API | Stefani Seibold | 2010-08-11 | 2 | -0/+1446 |
* | kfifo: fix kfifo miss use of nozami.c | Stefani Seibold | 2010-08-11 | 1 | -2/+1 |
* | kfifo: kfifo_is_{full,empty} should return bools, not ints | Robert P. J. Day | 2010-08-11 | 1 | -2/+2 |
* | fs/sysv/super.c: add support for non-PDP11 v7 filesystems | Lubomir Rintel | 2010-08-11 | 1 | -24/+51 |
* | fs/sysv: v7: adjust sanity checks for some volumes | Lubomir Rintel | 2010-08-11 | 2 | -2/+15 |
* | fs/sysv: add v7 alias | Lubomir Rintel | 2010-08-11 | 1 | -0/+1 |
* | kexec: return -EFAULT on copy_to_user() failures | Dan Carpenter | 2010-08-11 | 1 | -3/+5 |
* | parport_serial: use the PCI IRQ if offered | Fr?d?ric Bri?re | 2010-08-11 | 1 | -1/+0 |
* | lib/bug.c: add oops end marker to WARN implementation | Anton Blanchard | 2010-08-11 | 3 | -1/+3 |
* | lib/bug.c: make WARN implementation match the kernel/panic.c one | Anton Blanchard | 2010-08-11 | 1 | -4/+7 |
* | panic: keep blinking in spite of long spin timer mode | TAMUKI Shoichi | 2010-08-11 | 5 | -68/+37 |
* | afs: destroy work queue on init failure | Dan Carpenter | 2010-08-11 | 1 | -0/+1 |
* | dma-mapping: add DMA_xxBIT_MASK to feature-removal-schedule.txt | FUJITA Tomonori | 2010-08-11 | 1 | -0/+8 |
* | pci: add PCI DMA unamp state API to feature-removal-schedule.txt | FUJITA Tomonori | 2010-08-11 | 1 | -0/+9 |
* | Documentation: DMA-API-HOWTO.txt: add multiple types of IOMMUs support | FUJITA Tomonori | 2010-08-11 | 1 | -0/+10 |
* | dma-mapping: remove dma_is_consistent API | FUJITA Tomonori | 2010-08-11 | 22 | -68/+0 |
* | scsi: 53c700: remove dma_is_consistent usage | FUJITA Tomonori | 2010-08-11 | 1 | -3/+0 |
* | dma-mapping: parisc: set ARCH_DMA_MINALIGN | FUJITA Tomonori | 2010-08-11 | 1 | -0/+2 |
* | dma-mapping: unify dma_get_cache_alignment implementations | FUJITA Tomonori | 2010-08-11 | 20 | -114/+8 |
* | dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN | FUJITA Tomonori | 2010-08-11 | 16 | -19/+25 |
* | edac: mpc85xx: add support for new MPCxxx/Pxxxx EDAC controllers | Anton Vorontsov | 2010-08-11 | 1 | -0/+6 |
* | edac: i5400: improve handling of pci_enable_device() return value | Kulikov Vasiliy | 2010-08-11 | 1 | -1/+1 |
* | edac: i5000: improve handling of pci_enable_device() return value | Kulikov Vasiliy | 2010-08-11 | 1 | -1/+1 |
* | edac: add wissing pieces from MPC85xx -> FSL_SOC_BOOKE | Christoph Egger | 2010-08-11 | 1 | -5/+5 |
* | pids: alloc_pidmap: remove the unnecessary boundary checks | Oleg Nesterov | 2010-08-11 | 1 | -10/+7 |
* | pids: fix a race in pid generation that causes pids to be reused immediately | Salman | 2010-08-11 | 1 | -1/+38 |
* | partitions: fix sometimes unreadable partition strings | Alexey Dobriyan | 2010-08-11 | 16 | -72/+136 |
* | cs5535-mfgpt: reuse timers that have never been set up | Jens Rottmann | 2010-08-11 | 1 | -0/+11 |
* | drivers/char/n_gsm.c: add missing spin_unlock_irqrestore | Julia Lawall | 2010-08-11 | 1 | -1/+1 |
* | ipmi: print info for spmi and smbios paths like acpi and pci | Yinghai Lu | 2010-08-11 | 1 | -1/+11 |
* | ipmi: fix memleaking for add_smi when duplicating happen | Yinghai Lu | 2010-08-11 | 1 | -7/+28 |
* | drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but ... | Justin P. Mattock | 2010-08-11 | 1 | -8/+2 |
* | procfs: simplify conditional processing of fs/proc.o. | Robert P. J. Day | 2010-08-11 | 1 | -1/+1 |
* | signalfd: fill in ssi_int for posix timers and message queues | Nathan Lynch | 2010-08-11 | 1 | -0/+2 |
* | ptrace: optimize exit_ptrace() for the likely case | Oleg Nesterov | 2010-08-11 | 2 | -5/+14 |
* | memcg: convert to use zone_to_nid() from bare zone->zone_pgdat->node_id | KOSAKI Motohiro | 2010-08-11 | 1 | -3/+3 |
* | memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() | KOSAKI Motohiro | 2010-08-11 | 3 | -11/+6 |
* | memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask | KOSAKI Motohiro | 2010-08-11 | 3 | -8/+3 |
* | memcg: kill unnecessary initialization in mem_cgroup_shrink_node_zone() | KOSAKI Motohiro | 2010-08-11 | 1 | -2/+0 |
* | memcg: sc.nr_to_reclaim should be initialized | KOSAKI Motohiro | 2010-08-11 | 1 | -0/+1 |
* | memcg: avoid css_get() | KAMEZAWA Hiroyuki | 2010-08-11 | 1 | -43/+76 |
* | memcg: use find_lock_task_mm() in memory cgroups oom | KAMEZAWA Hiroyuki | 2010-08-11 | 3 | -4/+10 |
* | memcg: remove mem from arg of charge_common | Daisuke Nishimura | 2010-08-11 | 1 | -9/+8 |
* | memcg: remove redundant code | Daisuke Nishimura | 2010-08-11 | 1 | -10/+0 |
* | memcg: clean up waiting move acct | KAMEZAWA Hiroyuki | 2010-08-11 | 1 | -22/+29 |
* | memcg: clean up try_charge main loop | KAMEZAWA Hiroyuki | 2010-08-11 | 1 | -100/+148 |
* | memcg: remove experimental from swap account config | KAMEZAWA Hiroyuki | 2010-08-11 | 1 | -2/+2 |
* | blkdev: cgroup whitelist permission fix | Chris Wright | 2010-08-11 | 1 | -4/+6 |