Age | Commit message (Expand) | Author | Files | Lines |
2012-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 6 | -108/+61 |
2012-12-02 | Merge tag 'md-3.7-fixes' of git://neil.brown.name/md | Linus Torvalds | 2 | -2/+2 |
2012-12-02 | open*(2) compat fixes (s390, arm64) | Al Viro | 2 | -2/+2 |
2012-12-01 | Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+14 |
2012-12-01 | 8139cp: fix coherent mapping leak in error path. | françois romieu | 1 | -3/+8 |
2012-12-01 | tcp: fix crashes in do_tcp_sendpages() | Eric Dumazet | 1 | -9/+6 |
2012-12-01 | workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delay | Tejun Heo | 1 | -3/+11 |
2012-12-01 | workqueue: exit rescuer_thread() as TASK_RUNNING | Mike Galbraith | 1 | -1/+3 |
2012-12-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -10/+21 |
2012-12-01 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+7 |
2012-12-01 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 23 | -135/+194 |
2012-12-01 | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 20 | -126/+181 |
2012-11-30 | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 4 | -10/+22 |
2012-11-30 | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming | Linus Torvalds | 5 | -33/+41 |
2012-11-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -15/+9 |
2012-11-30 | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2 | -5/+4 |
2012-11-30 | Merge tag 'rproc-3.7-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/oh... | Linus Torvalds | 1 | -6/+12 |
2012-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 1 | -2/+4 |
2012-11-30 | x86, fpu: Avoid FPU lazy restore after suspend | Vincent Palatin | 2 | -6/+14 |
2012-11-30 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 9 | -65/+41 |
2012-11-30 | Merge branch 'akpm' (Fixes from Andrew) | Linus Torvalds | 8 | -43/+68 |
2012-11-30 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -9/+28 |
2012-11-30 | Merge tag 'ixp4xx-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 13 | -68/+59 |
2012-11-30 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
2012-11-30 | drivers/rtc/rtc-tps65910.c: fix invalid pointer access on _remove() | Kim, Milo | 1 | -3/+3 |
2012-11-30 | mm: soft offline: split thp at the beginning of soft_offline_page() | Naoya Horiguchi | 1 | -0/+8 |
2012-11-30 | mm: avoid waking kswapd for THP allocations when compaction is deferred or co... | Mel Gorman | 1 | -10/+27 |
2012-11-30 | revert "Revert "mm: remove __GFP_NO_KSWAPD"" | Andrew Morton | 4 | -17/+10 |
2012-11-30 | mm: vmscan: fix endless loop in kswapd balancing | Johannes Weiner | 1 | -9/+18 |
2012-11-30 | mm/vmemmap: fix wrong use of virt_to_page | Jianguo Wu | 1 | -6/+4 |
2012-11-30 | mm: compaction: fix return value of capture_free_page() | Mel Gorman | 1 | -1/+1 |
2012-11-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -8/+6 |
2012-11-29 | fix off-by-one in argument passed by iterate_fd() to callbacks | Al Viro | 1 | -6/+8 |
2012-11-29 | lookup_one_len: don't accept . and .. | Al Viro | 1 | -0/+5 |
2012-11-29 | cifs: get rid of blind d_drop() in readdir | Al Viro | 1 | -1/+4 |
2012-11-29 | nfs_lookup_revalidate(): fix a leak | Al Viro | 1 | -2/+2 |
2012-11-29 | don't do blind d_drop() in nfs_prime_dcache() | Al Viro | 1 | -1/+2 |
2012-11-29 | bonding: fix race condition in bonding_store_slaves_active | nikolay@redhat.com | 1 | -0/+2 |
2012-11-29 | bonding: make arp_ip_target parameter checks consistent with sysfs | nikolay@redhat.com | 1 | -2/+3 |
2012-11-29 | bonding: fix miimon and arp_interval delayed work race conditions | nikolay@redhat.com | 2 | -86/+36 |
2012-11-29 | Merge branch 'v3.7-samsung-fixes-4' of git://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann | 1 | -4/+5 |
2012-11-29 | remoteproc: fix error path of ->find_vqs | Ohad Ben-Cohen | 1 | -6/+12 |
2012-11-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 17 | -28/+53 |
2012-11-28 | microblaze: rt_sigreturn is too trigger-happy about sigaltstack errors | Al Viro | 1 | -1/+1 |
2012-11-28 | score: do_sigaltstack() expects a userland pointer... | Al Viro | 1 | -5/+2 |
2012-11-28 | sh64: fix altstack switching on sigreturn | Al Viro | 1 | -4/+2 |
2012-11-28 | openrisk: fix altstack switching on sigreturn | Al Viro | 1 | -4/+2 |
2012-11-28 | um: get_safe_registers() should be done in flush_thread(), not start_thread() | Al Viro | 1 | -1/+2 |
2012-11-28 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o... | David S. Miller | 2 | -10/+6 |
2012-11-28 | c6x: use generic kvm_para.h | Mark Salter | 2 | -1/+2 |