| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2012-11-18 | 6 | -148/+20 |
|\ |
|
| * | sched/autogroup: Fix crash on reboot when autogroup is disabled | Mike Galbraith | 2012-10-30 | 4 | -147/+14 |
| * | sched: Add WAKEUP_PREEMPTION feature flag, on by default | Ingo Molnar | 2012-10-16 | 2 | -1/+6 |
* | | Merge tag 'v3.7-rc5' into sched/core | Ingo Molnar | 2012-11-14 | 693 | -4929/+8073 |
|\ \ |
|
| * | | Linux 3.7-rc5v3.7-rc5 | Linus Torvalds | 2012-11-11 | 1 | -1/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-11-10 | 25 | -66/+131 |
| |\ \ |
|
| | * | | gre6: fix rtnl dump messages | Nicolas Dichtel | 2012-11-09 | 1 | -4/+4 |
| | * | | gianfar: ethernet vanishes after restoring from hibernation | Wang Dongsheng | 2012-11-09 | 1 | -1/+4 |
| | * | | usbnet: ratelimit kevent may have been dropped warnings | Steve Glendinning | 2012-11-09 | 1 | -3/+5 |
| | * | | ipv6: send unsolicited neighbour advertisements to all-nodes | Hannes Frederic Sowa | 2012-11-09 | 1 | -2/+1 |
| | * | | net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANs | Ian Coolidge | 2012-11-07 | 1 | -1/+2 |
| | * | | usb: gadget: g_ether: fix frame size check for 802.1Q | Ian Coolidge | 2012-11-07 | 1 | -1/+2 |
| | * | | cxgb4: Fix initialization of SGE_CONTROL register | Vipul Pandya | 2012-11-07 | 1 | -1/+1 |
| | * | | isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICES | Lee Jones | 2012-11-07 | 3 | -6/+2 |
| | * | | cxgb4: Initialize data structures before using. | Vipul Pandya | 2012-11-07 | 1 | -0/+4 |
| | * | | af-packet: fix oops when socket is not present | Eric Leblond | 2012-11-07 | 1 | -1/+1 |
| | * | | pkt_sched: enable QFQ to support TSO/GSO | Paolo Valente | 2012-11-07 | 1 | -30/+79 |
| | * | | net: inet_diag -- Return error code if protocol handler is missed | Cyrill Gorcunov | 2012-11-04 | 1 | -1/+4 |
| | * | | net: bnx2x: Fix typo in bnx2x driver | Masanari Iida | 2012-11-03 | 2 | -3/+3 |
| | * | | smsc95xx: fix tx checksum offload for big endian | Steve Glendinning | 2012-11-03 | 1 | -0/+1 |
| | * | | rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dump | John Fastabend | 2012-11-03 | 1 | -1/+2 |
| | * | | ptp: update adjfreq callback description | Jacob Keller | 2012-11-03 | 1 | -1/+2 |
| | * | | r8169: allow multicast packets on sub-8168f chipset. | Nathan Walp | 2012-11-03 | 1 | -0/+3 |
| | * | | r8169: Fix WoL on RTL8168d/8111d. | Cyril Brulebois | 2012-11-03 | 1 | -0/+2 |
| | * | | drivers/net: use tasklet_kill in device remove/close process | Xiaotian Feng | 2012-11-03 | 5 | -9/+9 |
| | * | | tipc: do not use tasklet_disable before tasklet_kill | Xiaotian Feng | 2012-11-03 | 1 | -1/+0 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2012-11-10 | 38 | -97/+291 |
| |\ \ \ |
|
| | * | | | sparc64: Fix build with mix of modular vs. non-modular crypto drivers. | David S. Miller | 2012-11-09 | 9 | -8/+24 |
| | * | | | sparc: Support atomic64_dec_if_positive properly. | David S. Miller | 2012-11-09 | 4 | -2/+20 |
| | * | | | of/address: sparc: Declare of_address_to_resource() as an extern function for... | Andreas Larsson | 2012-11-09 | 2 | -0/+7 |
| | * | | | sparc32, leon: Check for existent irq_map entry in leon_handle_ext_irq | Andreas Larsson | 2012-11-09 | 1 | -2/+4 |
| | * | | | sparc: Add sparc support for platform_get_irq() | Andreas Larsson | 2012-11-09 | 1 | -0/+7 |
| | * | | | sparc: Allow OF_GPIO on sparc. | David S. Miller | 2012-11-06 | 1 | -1/+1 |
| | * | | | qlogicpti: Fix build warning. | David S. Miller | 2012-10-28 | 1 | -12/+1 |
| | * | | | sparc: Wire up sys_kcmp. | David S. Miller | 2012-10-28 | 3 | -3/+5 |
| | * | | | sparc64: Improvde documentation and readability of atomic backoff code. | David S. Miller | 2012-10-28 | 5 | -10/+55 |
| | * | | | sparc64: Use pause instruction when available. | David S. Miller | 2012-10-27 | 5 | -16/+62 |
| | * | | | sparc64: Fix cpu strand yielding. | David S. Miller | 2012-10-27 | 2 | -2/+8 |
| | * | | | sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads. | David S. Miller | 2012-10-26 | 13 | -61/+117 |
| * | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2012-11-10 | 2 | -30/+30 |
| |\ \ \ \ |
|
| | * | | | | cifs: Do not lookup hashed negative dentry in cifs_atomic_open | Sachin Prabhu | 2012-11-05 | 1 | -1/+10 |
| | * | | | | cifs: fix potential buffer overrun in cifs.idmap handling code | Jeff Layton | 2012-11-03 | 1 | -29/+20 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar... | Linus Torvalds | 2012-11-10 | 11 | -47/+20 |
| |\ \ \ \ |
|
| | * | | | | arm64: mm: fix booting on systems with no memory below 4GB | Will Deacon | 2012-11-08 | 2 | -1/+3 |
| | * | | | | arm64: smp: add missing completion for secondary boot | Will Deacon | 2012-11-08 | 1 | -2/+1 |
| | * | | | | arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION | Will Deacon | 2012-11-08 | 2 | -1/+1 |
| | * | | | | arm64: elf: fix core dumping definitions for GP and FP registers | Will Deacon | 2012-11-08 | 3 | -25/+3 |
| | * | | | | arm64: perf: use architected event for CPU cycle counter | Will Deacon | 2012-11-08 | 1 | -8/+2 |
| | * | | | | Merge tag 'v3.7-rc4' into upstream-master | Catalin Marinas | 2012-11-05 | 626 | -5016/+7780 |
| | |\ \ \ \ |
|
| | * | | | | | arm64: Move PCI_IOBASE closer to MODULES_VADDR | Catalin Marinas | 2012-10-23 | 2 | -7/+7 |