Age | Commit message (Expand) | Author | Files | Lines |
2013-04-19 | Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -9/+13 |
2013-04-19 | Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 | Linus Torvalds | 1 | -4/+0 |
2013-04-19 | netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too | Florian Westphal | 2 | -2/+14 |
2013-04-19 | Revert "hp-wmi: Add support for SMBus hotkeys" | Matthew Garrett | 1 | -4/+0 |
2013-04-19 | netfilter: ipset: bitmap:ip,mac: fix listing with timeout | Jozsef Kadlecsik | 1 | -1/+5 |
2013-04-18 | bonding: fix l23 and l34 load balancing in forwarding path | Eric Dumazet | 1 | -25/+30 |
2013-04-18 | bnx2x: Fix status blocks configuration | Ariel Elior | 1 | -2/+5 |
2013-04-18 | bnx2x: Prevent UNDI FW illegal host access | Dmitry Kravkov | 1 | -0/+4 |
2013-04-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 11 | -157/+211 |
2013-04-18 | Merge branch 'qlogic' | David S. Miller | 2 | -7/+11 |
2013-04-18 | qlcnic: Fix typo in logs | Shahed Shaikh | 1 | -5/+4 |
2013-04-18 | qlcnic: fix TSO race condition | Sritej Velaga | 1 | -2/+1 |
2013-04-18 | qlcnic: Stop traffic before performing loopback test | Jitendra Kalsaria | 1 | -0/+6 |
2013-04-18 | ixgbe: Fix a bug in setting VF VLAN via PF | Greg Rose | 1 | -0/+6 |
2013-04-18 | igb: Revert support for build_skb in igb | Alexander Duyck | 2 | -114/+4 |
2013-04-18 | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 5 | -23/+28 |
2013-04-18 | ARM: highbank: fix cache flush ordering for cpu hotplug | Rob Herring | 1 | -6/+4 |
2013-04-18 | Revert "block: add missing block_bio_complete() tracepoint" | Linus Torvalds | 7 | -31/+19 |
2013-04-18 | x86, hyperv: Handle Xen emulation of Hyper-V more gracefully | K. Y. Srinivasan | 1 | -13/+5 |
2013-04-18 | kprobes: Fix a double lock bug of kprobe_mutex | Masami Hiramatsu | 1 | -6/+13 |
2013-04-18 | dmaengine: at_hdmac: fix race condition in atc_advance_work() | Ludovic Desroches | 1 | -5/+4 |
2013-04-18 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o... | David S. Miller | 2 | -13/+19 |
2013-04-18 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2 | -1/+5 |
2013-04-18 | Merge branch 'akpm' (fixes from Andrew) | Linus Torvalds | 10 | -17/+21 |
2013-04-18 | kernel/signal.c: stop info leak via the tkill and the tgkill syscalls | Emese Revfy | 1 | -1/+1 |
2013-04-18 | mm/vmscan: fix error return in kswapd_run() | Xishi Qiu | 1 | -1/+1 |
2013-04-18 | hfsplus: fix potential overflow in hfsplus_file_truncate() | Vyacheslav Dubeyko | 1 | -1/+1 |
2013-04-18 | avr32: fix build error in atstk1006_defconfig | Josh Wu | 1 | -0/+4 |
2013-04-18 | hugetlbfs: add swap entry check in follow_hugetlb_page() | Naoya Horiguchi | 1 | -1/+11 |
2013-04-18 | fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size() | Naoya Horiguchi | 1 | -0/+1 |
2013-04-18 | hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB) | Naoya Horiguchi | 1 | -1/+1 |
2013-04-18 | checkpatch: fix stringification macro defect | Joe Perches | 1 | -0/+1 |
2013-04-18 | drivers/video/mmp/core.c: fix use-after-free bug | Andrei Epure | 1 | -2/+0 |
2013-04-18 | thinkpad-acpi: kill hotkey_thread_mutex | Oleg Nesterov | 1 | -10/+0 |
2013-04-18 | batman-adv: make is_my_mac() check for the current mesh only | Antonio Quartulli | 5 | -23/+28 |
2013-04-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -1/+2 |
2013-04-17 | ARM: KVM: fix unbalanced get_cpu() in access_dcsw | Marc Zyngier | 1 | -2/+2 |
2013-04-17 | kexec: use Crash kernel for Crash kernel low | Yinghai Lu | 1 | -1/+1 |
2013-04-17 | x86, kdump: Change crashkernel_high/low= to crashkernel=,high/low | Yinghai Lu | 3 | -21/+104 |
2013-04-17 | x86, kdump: Retore crashkernel= to allocate under 896M | Yinghai Lu | 4 | -7/+41 |
2013-04-17 | x86, kdump: Set crashkernel_low automatically | Yinghai Lu | 4 | -10/+45 |
2013-04-17 | rbd: do a safe list traversal in rbd_img_request_submit() | Alex Elder | 1 | -1/+2 |
2013-04-17 | ARM: 7698/1: perf: fix group validation when using enable_on_exec | Will Deacon | 1 | -1/+4 |
2013-04-17 | ARM: 7697/1: hw_breakpoint: do not use __cpuinitdata for dbg_cpu_pm_nb | Bastian Hecht | 1 | -1/+1 |
2013-04-17 | ARM: 7696/1: Fix kexec by setting outer_cache.inv_all for Feroceon | Illia Ragozin | 1 | -0/+1 |
2013-04-17 | ARM: 7694/1: ARM, TCM: initialize TCM in paging_init(), instead of setup_arch() | Joonsoo Kim | 4 | -4/+2 |
2013-04-17 | ARM: 7692/1: iop3xx: move IOP3XX_PERIPHERAL_VIRT_BASE | Aaro Koskinen | 1 | -1/+1 |
2013-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 32 | -119/+227 |
2013-04-17 | s390: move dummy io_remap_pfn_range() to asm/pgtable.h | Linus Torvalds | 2 | -4/+4 |
2013-04-17 | x86,efi: Implement efi_no_storage_paranoia parameter | Richard Weinberger | 2 | -1/+19 |