| Commit message (Expand) | Author | Age | Files | Lines |
* | irq: Add irq_node() primitive | Yinghai Lu | 2009-08-29 | 1 | -0/+6 |
* | genirq: Add prototype for handle_nested_irq() | Mark Brown | 2009-08-25 | 1 | -0/+1 |
* | Merge commit 'v2.6.31-rc7' into irq/core | Ingo Molnar | 2009-08-25 | 98 | -548/+903 |
|\ |
|
| * | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-08-21 | 1 | -0/+4 |
| |\ |
|
| | * | drm/radeon: add GET_PARAM/INFO support for Z pipes | Alex Deucher | 2009-08-21 | 1 | -0/+2 |
| | * | drm/radeon/kms: implement the bo busy ioctl properly. | Dave Airlie | 2009-08-21 | 1 | -0/+2 |
| * | | Make bitmask 'and' operators return a result code | Linus Torvalds | 2009-08-21 | 2 | -20/+18 |
| |/ |
|
| * | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-08-19 | 1 | -1/+1 |
| |\ |
|
| | * | drm/radeon/kms: implement bo busy check + current domain | Dave Airlie | 2009-08-17 | 1 | -1/+1 |
| * | | mm: revert "oom: move oom_adj value" | KOSAKI Motohiro | 2009-08-18 | 2 | -2/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-08-18 | 5 | -8/+13 |
| |\ \ |
|
| | * | | net: restore gnet_stats_basic to previous definition | Eric Dumazet | 2009-08-17 | 5 | -8/+13 |
| * | | | security: define round_hint_to_min in !CONFIG_SECURITY | Eric Paris | 2009-08-17 | 1 | -15/+15 |
| * | | | Security/SELinux: seperate lsm specific mmap_min_addr | Eric Paris | 2009-08-17 | 2 | -15/+17 |
| * | | | Capabilities: move cap_file_mmap to commoncap.c | Eric Paris | 2009-08-17 | 1 | -3/+4 |
| | |/
| |/| |
|
| * | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-08-13 | 1 | -11/+38 |
| |\ \ |
|
| | * | | perf: Rework/fix the whole read vs group stuff | Peter Zijlstra | 2009-08-13 | 1 | -11/+36 |
| | * | | perf_counter: Provide hw_perf_counter_setup_online() APIs | Ingo Molnar | 2009-08-13 | 1 | -0/+2 |
| * | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-08-13 | 1 | -1/+8 |
| |\ \ \ |
|
| | * | | | locking, sched: Give waitqueue spinlocks their own lockdep classes | Peter Zijlstra | 2009-08-10 | 1 | -1/+8 |
| | | |/
| | |/| |
|
| * | | | NFS: Fix an O_DIRECT Oops... | Trond Myklebust | 2009-08-12 | 1 | -3/+2 |
| | |/
| |/| |
|
| * | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-08-10 | 2 | -7/+20 |
| |\ \
| | |/
| |/| |
|
| | * | perf_counter: Zero dead bytes from ftrace raw samples size alignment | Frederic Weisbecker | 2009-08-10 | 1 | -0/+4 |
| | * | perf_counter: Subtract the buffer size field from the event record size | Frederic Weisbecker | 2009-08-10 | 1 | -1/+7 |
| | * | perf_counter: Correct PERF_SAMPLE_RAW output | Peter Zijlstra | 2009-08-10 | 2 | -1/+4 |
| | * | perf_counter: Fix tracepoint sampling to be part of generic sampling | Frederic Weisbecker | 2009-08-09 | 1 | -5/+5 |
| * | | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-08-09 | 1 | -0/+1 |
| |\ \
| | |/
| |/| |
|
| | * | KVM: fix ack not being delivered when msi present | Michael S. Tsirkin | 2009-08-05 | 1 | -0/+1 |
| * | | perf_counter: Fix/complete ftrace event records sampling | Frederic Weisbecker | 2009-08-09 | 3 | -36/+107 |
| * | | perf_counter, ftrace: Fix perf_counter integration | Peter Zijlstra | 2009-08-09 | 1 | -25/+85 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hch/xfs-icache-races | Linus Torvalds | 2009-08-07 | 1 | -1/+2 |
| |\ \ |
|
| | * | | vfs: add __destroy_inode | Christoph Hellwig | 2009-08-07 | 1 | -0/+1 |
| | * | | vfs: fix inode_init_always calling convention | Christoph Hellwig | 2009-08-07 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-08-07 | 1 | -5/+3 |
| |\ \ |
|
| | * | | ftrace: Fix perf-tracepoint OOPS | Peter Zijlstra | 2009-08-06 | 1 | -5/+3 |
| | |/ |
|
| * | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-08-07 | 2 | -1/+3 |
| |\ \ |
|
| | * | | mtd: fix the conversion from dev to mtd_info | Saeed Bishara | 2009-08-03 | 1 | -1/+1 |
| | * | | mtd: let include/linux/mtd/partitions.h stand on its own | Nicolas Pitre | 2009-08-03 | 1 | -0/+2 |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2009-08-07 | 1 | -6/+7 |
| |\ \ \ |
|
| | * | | | Input: matrix_keypad - make matrix keymap size dynamic | Eric Miao | 2009-08-05 | 1 | -6/+7 |
| * | | | | bzip2/lzma/gzip: fix comments describing decompressor API | Phillip Lougher | 2009-08-07 | 1 | -13/+19 |
| * | | | | mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY aware | KAMEZAWA Hiroyuki | 2009-08-07 | 1 | -0/+28 |
| * | | | | drm/radeon: Add support for RS880 chips | Alex Deucher | 2009-08-05 | 1 | -0/+5 |
| | |_|/
| |/| | |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 2009-08-04 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | tty-ldisc: make refcount be atomic_t 'users' count | Linus Torvalds | 2009-08-04 | 1 | -1/+1 |
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-08-04 | 1 | -0/+1 |
| |\ \ \ \ |
|
| | * | | | | block: Add a wrapper for setting minimum request size without a queue | Martin K. Petersen | 2009-08-01 | 1 | -0/+1 |
| | | |_|/
| | |/| | |
|
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-08-04 | 3 | -2/+17 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-08-03 | 1 | -0/+5 |
| | |\ \ \ \ |
|
| | | * | | | | cfg80211: fix regression on beacon world roaming feature | Luis R. Rodriguez | 2009-08-03 | 1 | -0/+5 |