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