Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-04-20 | 2 | -0/+3 | |
|\ | ||||||
| * | x86, kdump: Retore crashkernel= to allocate under 896M | Yinghai Lu | 2013-04-17 | 1 | -0/+2 | |
| * | x86, kdump: Set crashkernel_low automatically | Yinghai Lu | 2013-04-17 | 1 | -0/+1 | |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-04-20 | 2 | -1/+22 | |
|\ \ | ||||||
| * \ | Merge remote-tracking branch 'efi/urgent' into x86/urgent | H. Peter Anvin | 2013-04-19 | 2 | -1/+22 | |
| |\ \ | ||||||
| | * | | Move utf16 functions to kernel core and rename | Matthew Garrett | 2013-04-15 | 1 | -0/+14 | |
| | * | | x86, efivars: firmware bug workarounds should be in platform code | Matt Fleming | 2013-04-09 | 1 | -1/+8 | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-04-20 | 3 | -3/+6 | |
|\ \ \ \ | ||||||
| * | | | | net: fix incorrect credentials passing | Linus Torvalds | 2013-04-20 | 1 | -2/+2 | |
| * | | | | irda: small read past the end of array in debug code | Dan Carpenter | 2013-04-19 | 1 | -1/+2 | |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-04-18 | 1 | -0/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | ssb: implement spurious tone avoidance | Rafał Miłecki | 2013-04-10 | 1 | -0/+2 | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2013-04-19 | 1 | -220/+216 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fuse: fix type definitions in uapi header | Miklos Szeredi | 2013-04-17 | 1 | -220/+216 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Revert "block: add missing block_bio_complete() tracepoint" | Linus Torvalds | 2013-04-18 | 2 | -5/+4 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-04-17 | 2 | -7/+24 | |
|\ \ \ \ \ | ||||||
| * | | | | | ipv6: statically link register_inet6addr_notifier() | Cong Wang | 2013-04-14 | 1 | -0/+1 | |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 2013-04-12 | 1 | -7/+23 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | netfilter: ipset: hash:*net*: nomatch flag not excluded on set resize | Jozsef Kadlecsik | 2013-04-09 | 1 | -7/+23 | |
* | | | | | | | vm: add vm_iomap_memory() helper function | Linus Torvalds | 2013-04-16 | 1 | -0/+2 | |
| | | | | | | | ||||||
| \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ | ||||||
*---. \ \ \ \ \ \ | Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur... | Linus Torvalds | 2013-04-15 | 2 | -3/+4 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| | | * | | | | | | kthread: Prevent unpark race which puts threads on the wrong cpu | Thomas Gleixner | 2013-04-12 | 2 | -3/+4 | |
| | | |/ / / / / | ||||||
* | | | | | | | | Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-04-14 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section | Steven Rostedt (Red Hat) | 2013-04-12 | 1 | -1/+2 | |
| * | | | | | | | | tracing: Fix possible NULL pointer dereferences | Namhyung Kim | 2013-04-12 | 1 | -1/+1 | |
* | | | | | | | | | Add file_ns_capable() helper function for open-time capability checking | Linus Torvalds | 2013-04-14 | 1 | -0/+2 | |
* | | | | | | | | | x86-32: Fix possible incomplete TLB invalidate with PAE pagetables | Dave Hansen | 2013-04-12 | 1 | -1/+6 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-04-10 | 2 | -0/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | lsm: add the missing documentation for the security_skb_owned_by() hook | Paul Moore | 2013-04-10 | 1 | -0/+4 | |
| * | | | | | | | | selinux: add a skb_owned_by() hook | Eric Dumazet | 2013-04-09 | 1 | -0/+8 | |
| * | | | | | | | | af_iucv: fix recvmsg by replacing skb_pull() function | Ursula Braun | 2013-04-08 | 1 | -0/+8 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-04-09 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | procfs: add proc_remove_subtree() | Al Viro | 2013-04-09 | 1 | -0/+2 | |
* | | | | | | | | | spinlocks and preemption points need to be at least compiler barriers | Linus Torvalds | 2013-04-09 | 2 | -19/+32 | |
* | | | | | | | | | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2013-04-08 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH drive | Shan Hai | 2013-04-03 | 1 | -0/+1 | |
| * | | | | | | | | | libata: Use integer return value for atapi_command_packet_set | Shan Hai | 2013-04-03 | 1 | -1/+1 | |
* | | | | | | | | | | Merge tag 'trace-fixes-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-04-08 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | / / | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | ftrace: Do not call stub functions in control loop | Steven Rostedt (Red Hat) | 2013-04-08 | 1 | -0/+2 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-04-07 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | KVM: Allow cross page reads and writes from cached translations. | Andrew Honig | 2013-04-07 | 2 | -1/+2 | |
* | | | | | | | | | | Merge tag 'pci-v3.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-04-05 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | PCI: Add PCI ROM helper for platform-provided ROM images | Matthew Garrett | 2013-03-26 | 1 | -0/+1 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-04-05 | 2 | -1/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | netfilter: don't reset nf_trace in nf_reset() | Patrick McHardy | 2013-04-05 | 1 | -0/+4 | |
| * | | | | | | | | | net: count hw_addr syncs so that unsync works properly. | Vlad Yasevich | 2013-04-05 | 1 | -1/+1 | |
| * | | | | | | | | | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 2013-04-04 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | netfilter: reset nf_trace in nf_reset | Gao feng | 2013-03-25 | 1 | -0/+3 | |
* | | | | | | | | | | Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 2013-04-05 | 2 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'asoc/fix/max98090' into asoc-next | Mark Brown | 2013-03-26 | 1 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ |