Age | Commit message (Expand) | Author | Files | Lines |
2011-08-03 | Merge branch 'apei' into apei-release | Len Brown | 35 | -135/+1172 |
2011-08-03 | ACPI, APEI, EINJ Param support is disabled by default | Huang Ying | 2 | -17/+33 |
2011-08-03 | APEI GHES: 32-bit buildfix | Len Brown | 1 | -2/+3 |
2011-08-03 | ACPI: APEI build fix | Len Brown | 2 | -2/+4 |
2011-08-03 | ACPI, APEI, GHES: Add hardware memory error recovery support | Huang Ying | 2 | -7/+24 |
2011-08-03 | HWPoison: add memory_failure_queue() | Huang Ying | 2 | -0/+93 |
2011-08-03 | ACPI, APEI, GHES, Error records content based throttle | Huang Ying | 1 | -7/+177 |
2011-08-03 | ACPI, APEI, GHES, printk support for recoverable error via NMI | Huang Ying | 2 | -18/+193 |
2011-08-03 | lib, Make gen_pool memory allocator lockless | Huang Ying | 4 | -65/+272 |
2011-08-03 | lib, Add lock-less NULL terminated single list | Huang Ying | 4 | -0/+260 |
2011-08-03 | Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHG | Huang Ying | 13 | -0/+15 |
2011-08-01 | oom: task->mm == NULL doesn't mean the memory was freed | Oleg Nesterov | 1 | -1/+3 |
2011-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg... | Linus Torvalds | 9 | -202/+311 |
2011-08-01 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 22 | -1972/+2190 |
2011-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 31 | -150/+161 |
2011-08-01 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 17 | -399/+612 |
2011-08-01 | Merge branch 'gpiolib' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2 | -0/+59 |
2011-08-01 | Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae... | Linus Torvalds | 9 | -34/+296 |
2011-08-01 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 7 | -42/+53 |
2011-08-01 | ext4: prevent memory leaks from ext4_mb_init_backend() on error path | Yu Jian | 1 | -6/+6 |
2011-08-01 | ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode # | Yu Jian | 1 | -1/+5 |
2011-08-01 | ext4: use ext4_msg() instead of printk in mballoc | Theodore Ts'o | 1 | -37/+42 |
2011-08-01 | kdb,kgdb: Allow arbitrary kgdb magic knock sequences | Jason Wessel | 1 | -8/+20 |
2011-08-01 | kdb: Remove all references to DOING_KGDB2 | Jason Wessel | 4 | -7/+3 |
2011-08-01 | kdb,kgdb: Implement switch and pass buffer from kdb -> gdb | Jason Wessel | 4 | -21/+29 |
2011-08-01 | kdb: cleanup unused variables missed in the original kdb merge | Jason Wessel | 3 | -8/+3 |
2011-08-01 | Merge branch 'for-next' into for-linus | Liam Girdwood | 10 | -215/+332 |
2011-08-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 9 | -376/+370 |
2011-08-01 | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 18 | -707/+732 |
2011-08-01 | Merge branch 'for-3.1-rc1' of git://gitorious.org/linux-omap-dss2/linux | Linus Torvalds | 23 | -1355/+1639 |
2011-08-01 | Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let... | Linus Torvalds | 54 | -1188/+962 |
2011-08-01 | Merge branch 'msm-move-gpio' of git://codeaurora.org/quic/kernel/davidb/linux... | Grant Likely | 15 | -704/+719 |
2011-08-01 | CIFS: Cleanup demupltiplex thread exiting code | Pavel Shilovsky | 1 | -77/+96 |
2011-08-01 | CIFS: Move mid search to a separate function | Pavel Shilovsky | 1 | -65/+61 |
2011-08-01 | CIFS: Move RFC1002 check to a separate function | Pavel Shilovsky | 1 | -49/+67 |
2011-08-01 | CIFS: Simplify socket reading in demultiplex thread | Pavel Shilovsky | 1 | -83/+71 |
2011-08-01 | ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info | Theodore Ts'o | 3 | -13/+15 |
2011-08-01 | ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() | Theodore Ts'o | 2 | -18/+39 |
2011-08-01 | CIFS: Move buffer allocation to a separate function | Pavel Shilovsky | 1 | -37/+55 |
2011-08-01 | gpio_msm: Move Qualcomm MSM v2 gpio driver into drivers | David Brown | 5 | -8/+12 |
2011-08-01 | gpio_msm: Move Qualcomm v6 MSM driver into drivers | David Brown | 5 | -5/+14 |
2011-08-01 | msm: gpio: Fold register defs into C file | David Brown | 2 | -273/+250 |
2011-08-01 | msm: gpiomux: Move public API to public header | David Brown | 3 | -17/+40 |
2011-08-01 | msm: gpio: Remove ifdefs on gpio chip registers | David Brown | 1 | -7/+26 |
2011-08-01 | msm: gpio: Remove chip-specific register definitions | David Brown | 2 | -226/+220 |
2011-08-01 | msm: Remove chip-ifdefs for GPIO io mappings | David Brown | 5 | -24/+20 |
2011-08-01 | msm: gpio: Remove unsupported devices | David Brown | 1 | -7/+0 |
2011-08-01 | OMAP: DSS2: HDMI: fix hdmi clock name | Tomi Valkeinen | 1 | -2/+2 |
2011-08-01 | HACK: OMAP: DSS2: clk hack for OMAP2/3 | Tomi Valkeinen | 5 | -3/+19 |
2011-08-01 | ext4: use the correct error exit path in ext4_init_inode_table() | Yongqiang Yang | 1 | -1/+1 |