| Commit message (Expand) | Author | Age |
* | Fix oops in acer_wmi driver (acer_wmi_init) | Arjan van de Ven | 2008-08-24 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-08-23 |
|\ |
|
| * | ipv6: protocol for address routes | Stephen Hemminger | 2008-08-23 |
| * | icmp: icmp_sk() should not use smp_processor_id() in preemptible code | Denis V. Lunev | 2008-08-23 |
| * | pkt_sched: Fix qdisc list locking | Jarek Poplawski | 2008-08-22 |
| * | pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() race | Jarek Poplawski | 2008-08-21 |
| * | sctp: fix potential panics in the SCTP-AUTH API. | Vlad Yasevich | 2008-08-21 |
* | | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2008-08-22 |
|\ \ |
|
| * | | crypto: authenc - Avoid using clobbered request pointer | Herbert Xu | 2008-08-22 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2008-08-22 |
|\ \ \ |
|
| * | | | ALSA: hda - Fix call of alc888_coef_init() | Takashi Iwai | 2008-08-22 |
| * | | | ALSA: hda_intel: enable snoop for nvidia HDA controller | Peer Chen | 2008-08-21 |
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2008-08-22 |
|\ \ \ \ |
|
| * | | | | ext4: Update documentation to remind users to update mke2fs.conf | Theodore Ts'o | 2008-07-27 |
| * | | | | ext4: Fix small file fragmentation | Aneesh Kumar K.V | 2008-08-18 |
| * | | | | ext4: Initialize writeback_index to 0 when allocating a new inode | Aneesh Kumar K.V | 2008-08-19 |
| * | | | | ext4: make sure ext4_has_free_blocks returns 0 for ENOSPC | Aneesh Kumar K.V | 2008-08-19 |
| * | | | | ext4: journal credit fix for the delayed allocation's writepages() function | Mingming Cao | 2008-08-19 |
| * | | | | ext4: Rework the ext4_da_writepages() function | Aneesh Kumar K.V | 2008-08-19 |
| * | | | | ext4: journal credits reservation fixes for DIO, fallocate | Mingming Cao | 2008-08-19 |
| * | | | | ext4: journal credits reservation fixes for extent file writepage | Mingming Cao | 2008-08-19 |
| * | | | | ext4: journal credits calulation cleanup and fix for non-extent writepage | Mingming Cao | 2008-08-19 |
| * | | | | ext4: Fix bug where we return ENOSPC even though we have plenty of inodes | Eric Sandeen | 2008-08-19 |
| * | | | | ext4: don't try to resize if there are no reserved gdt blocks left | Josef Bacik | 2008-08-19 |
| * | | | | ext4: Use ext4_discard_reservations instead of mballoc-specific call | Theodore Ts'o | 2008-08-16 |
| * | | | | ext4: Fix ext4_dx_readdir hash collision handling | Theodore Ts'o | 2008-08-19 |
| * | | | | ext4: Fix delalloc release block reservation for truncate | Mingming Cao | 2008-08-19 |
| * | | | | ext4: Fix potential truncate BUG due to i_prealloc_list being non-empty | Theodore Ts'o | 2008-08-13 |
| * | | | | ext4: Handle unwritten extent properly with delayed allocation | Aneesh Kumar K.V | 2008-08-19 |
* | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-08-22 |
|\ \ \ \ \ |
|
| * | | | | | sched: enable LB_BIAS by default | Peter Zijlstra | 2008-08-21 |
* | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-08-22 |
|\ \ \ \ \ \ |
|
| * | | | | | | rcu: fix synchronize_rcu() so that kernel-doc works | Randy Dunlap | 2008-08-21 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2008-08-22 |
|\ \ \ \ \ \ |
|
| * | | | | | | nohz: fix wrong event handler after online an offlined cpu | Miao Xie | 2008-08-21 |
| |/ / / / / |
|
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-08-22 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86: work around MTRR mask setting, v2 | Ingo Molnar | 2008-08-22 |
| * | | | | | | x86: fix section mismatch warning - uv_cpu_init | Marcin Slusarz | 2008-08-22 |
| * | | | | | | x86: fix VMI for early params | Alok Kataria | 2008-08-22 |
| * | | | | | | x86: fix two modpost warnings in mm/init_64.c | Jan Beulich | 2008-08-22 |
| * | | | | | | x86: fix 1:1 mapping init on 64-bit (memory hotplug case) | Jan Beulich | 2008-08-22 |
| * | | | | | | x86: work around MTRR mask setting | Yinghai Lu | 2008-08-21 |
| * | | | | | | x86: PAT Update validate_pat_support for intel CPUs | venkatesh.pallipadi@intel.com | 2008-08-21 |
| * | | | | | | devmem, x86: PAT Change /dev/mem mmap with O_SYNC to use UC_MINUS | venkatesh.pallipadi@intel.com | 2008-08-21 |
| * | | | | | | x86: PAT proper tracking of set_memory_uc and friends | venkatesh.pallipadi@intel.com | 2008-08-21 |
| * | | | | | | x86: fix BUG: unable to handle kernel paging request (numaq_tsc_disable) | Vegard Nossum | 2008-08-21 |
| * | | | | | | x86: export pv_lock_ops non-GPL | Jeremy Fitzhardinge | 2008-08-21 |
| * | | | | | | x86, mmiotrace: silence section mismatch warning - leave_uniprocessor | Marcin Slusarz | 2008-08-21 |
| * | | | | | | x86: use WARN() in arch/x86/kernel | Arjan van de Ven | 2008-08-21 |