Age | Commit message (Expand) | Author | Files | Lines |
2014-11-19 | x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFERRED error |  Chen Yucong | 5 | -16/+32 |
2014-11-01 | x86, MCE, AMD: Assign interrupt handler only when bank supports it |  Chen Yucong | 1 | -7/+10 |
2014-10-21 | x86, MCE, AMD: Drop software-defined bank in error thresholding |  Borislav Petkov | 2 | -4/+2 |
2014-10-21 | x86, MCE, AMD: Move invariant code out from loop body |  Chen Yucong | 1 | -1/+3 |
2014-10-21 | x86, MCE, AMD: Correct thresholding error logging |  Chen Yucong | 1 | -15/+15 |
2014-10-21 | x86, MCE, AMD: Use macros to compute bank MSRs |  Chen Yucong | 1 | -6/+4 |
2014-10-21 | RAS, HWPOISON: Fix wrong error recovery status |  Chen, Gong | 1 | -1/+1 |
2014-10-21 | GHES: Make ghes_estatus_caches static |  Borislav Petkov | 1 | -1/+1 |
2014-10-21 | APEI, GHES: Cleanup unnecessary function for lockless list |  Chen, Gong | 1 | -16/+2 |
2014-10-19 | Linux 3.18-rc1 |  Linus Torvalds | 1 | -2/+2 |
2014-10-19 | MAINTAINERS: corrected bcm2835 search |  Scott Branden | 1 | -6/+3 |
2014-10-19 | Net: DSA: Fix checking for get_phy_flags function |  Andrew Lunn | 1 | -1/+1 |
2014-10-18 | sparc64: Do not define thread fpregs save area as zero-length array. |  David S. Miller | 1 | -1/+2 |
2014-10-18 | sparc64: Fix corrupted thread fault code. |  David S. Miller | 2 | -6/+6 |
2014-10-18 | MAINTAINERS: Become the docs maintainer |  Jonathan Corbet | 1 | -2/+1 |
2014-10-18 | x86,kvm,vmx: Preserve CR4 across VM entry |  Andy Lutomirski | 1 | -2/+14 |
2014-10-18 | ipv6: fix a potential use after free in sit.c |  Li RongQing | 1 | -3/+3 |
2014-10-18 | ipv6: fix a potential use after free in ip6_offload.c |  Li RongQing | 1 | -0/+1 |
2014-10-18 | ipv4: fix a potential use after free in gre_offload.c |  Li RongQing | 1 | -3/+3 |
2014-10-18 | tcp: fix build error if IPv6 is not enabled |  Eric Dumazet | 1 | -0/+2 |
2014-10-18 | futex: Ensure get_futex_key_refs() always implies a barrier |  Catalin Marinas | 1 | -0/+2 |
2014-10-17 | bna: fix skb->truesize underestimation |  Eric Dumazet | 1 | -1/+1 |
2014-10-17 | net: dsa: add includes for ethtool and phy_fixed definitions |  Florian Fainelli | 2 | -0/+2 |
2014-10-17 | openvswitch: Set flow-key members. |  Pravin B Shelar | 1 | -3/+3 |
2014-10-17 | netrom: use linux/uaccess.h |  Fabian Frederick | 7 | -7/+7 |
2014-10-17 | dsa: Fix conversion from host device to mii bus |  Guenter Roeck | 2 | -8/+22 |
2014-10-17 | tipc: fix bug in bundled buffer reception |  Jon Paul Maloy | 1 | -1/+6 |
2014-10-17 | ipv6: introduce tcp_v6_iif() |  Eric Dumazet | 5 | -15/+30 |
2014-10-17 | sfc: add support for skb->xmit_more |  Edward Cree | 2 | -29/+43 |
2014-10-17 | r8152: return -EBUSY for runtime suspend |  hayeswang | 1 | -7/+15 |
2014-10-17 | ipv4: fix a potential use after free in fou.c |  Li RongQing | 1 | -0/+3 |
2014-10-17 | ipv4: fix a potential use after free in ip_tunnel_core.c |  Li RongQing | 1 | -1/+2 |
2014-10-17 | hyperv: Add handling of IP header with option field in netvsc_set_hash() |  Haiyang Zhang | 1 | -16/+10 |
2014-10-17 | [CIFS] Remove obsolete comment |  Steve French | 1 | -6/+4 |
2014-10-17 | openvswitch: Create right mask with disabled megaflows |  Pravin B Shelar | 1 | -21/+72 |
2014-10-17 | vxlan: fix a free after use |  Li RongQing | 1 | -0/+1 |
2014-10-17 | openvswitch: fix a use after free |  Li RongQing | 1 | -1/+2 |
2014-10-17 | ipv4: dst_entry leak in ip_send_unicast_reply() |  Vasily Averin | 1 | -3/+9 |
2014-10-17 | perf script: Add period as a default output column |  Jiri Olsa | 1 | -3/+6 |
2014-10-17 | perf script: Add period data column |  Jiri Olsa | 2 | -2/+12 |
2014-10-17 | ipv4: clean up cookie_v4_check() |  Cong Wang | 3 | -7/+6 |
2014-10-17 | ipv4: share tcp_v4_save_options() with cookie_v4_check() |  Cong Wang | 3 | -29/+21 |
2014-10-17 | ipv4: call __ip_options_echo() in cookie_v4_check() |  Cong Wang | 1 | -1/+1 |
2014-10-17 | atm: simplify lanai.c by using module_pci_driver |  Michael Opdenacker | 1 | -21/+1 |
2014-10-17 | perf evsel: No need to drag util/cgroup.h |  Arnaldo Carvalho de Melo | 4 | -1/+5 |
2014-10-17 | perf evlist: Add missing 'struct option' forward declaration |  Arnaldo Carvalho de Melo | 1 | -0/+2 |
2014-10-17 | perf evsel: Move exit stuff from __delete to __exit |  Arnaldo Carvalho de Melo | 1 | -5/+5 |
2014-10-17 | ntb: Adding split BAR support for Haswell platforms |  Dave Jiang | 3 | -60/+210 |
2014-10-17 | ntb: use errata flag set via DID to implement workaround |  Dave Jiang | 2 | -9/+42 |
2014-10-17 | ntb: conslidate reading of PPD to move platform detection earlier |  Dave Jiang | 1 | -28/+98 |