| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-09-19 | mips: switch to {get,put}_compat_sigset() |  Al Viro | 1 | -33/+4 |
| 2017-09-19 | sparc: switch to {get,put}_compat_sigset() |  Al Viro | 1 | -7/+2 |
| 2017-09-19 | s390: switch to {get,put}_compat_sigset() |  Al Viro | 1 | -26/+7 |
| 2017-09-19 | ppc: switch to {get,put}_compat_sigset() |  Al Viro | 1 | -29/+2 |
| 2017-09-19 | parisc: switch to {get,put}_compat_sigset() |  Al Viro | 3 | -21/+3 |
| 2017-09-19 | get_compat_sigset() |  Al Viro | 8 | -51/+28 |
| 2017-09-19 | get rid of {get,put}_compat_itimerspec() |  Al Viro | 2 | -23/+0 |
| 2017-09-19 | io_getevents: Use timespec64 to represent timeouts |  Deepa Dinamani | 1 | -25/+30 |
| 2017-09-19 | select: Use get/put_timespec64 |  Deepa Dinamani | 1 | -36/+24 |
| 2017-09-19 | signal: lift sigset size check out of do_sigpending() |  Dmitry V. Levin | 1 | -7/+14 |
| 2017-09-19 | signal: simplify compat_sigpending() |  Dmitry V. Levin | 1 | -4/+0 |
| 2017-09-19 | signal: replace sigset_to_compat() with put_compat_sigset() |  Dmitry V. Levin | 4 | -31/+25 |
| 2017-09-16 | Linux 4.14-rc1 |  Linus Torvalds | 1 | -2/+2 |
| 2017-09-16 | firmware: Restore support for built-in firmware |  Markus Trippelsdorf | 4 | -5/+71 |
| 2017-09-16 | mlxsw: spectrum_router: Only handle IPv4 and IPv6 events |  Ido Schimmel | 1 | -1/+2 |
| 2017-09-16 | Documentation: link in networking docs |  Pavel Machek | 1 | -1/+1 |
| 2017-09-16 | tcp: fix data delivery rate |  Eric Dumazet | 1 | -4/+3 |
| 2017-09-15 | bpf/verifier: reject BPF_ALU64|BPF_END |  Edward Cree | 2 | -1/+18 |
| 2017-09-15 | sctp: do not mark sk dumped when inet_sctp_diag_fill returns err |  Xin Long | 1 | -1/+0 |
| 2017-09-15 | sctp: fix an use-after-free issue in sctp_sock_dump |  Xin Long | 3 | -39/+36 |
| 2017-09-15 | netvsc: increase default receive buffer size |  Stephen Hemminger | 1 | -1/+1 |
| 2017-09-15 | tcp: update skb->skb_mstamp more carefully |  Eric Dumazet | 1 | -7/+12 |
| 2017-09-15 | net: ipv4: fix l3slave check for index returned in IP_PKTINFO |  David Ahern | 1 | -2/+6 |
| 2017-09-15 | net: smsc911x: Quieten netif during suspend |  Geert Uytterhoeven | 1 | -1/+14 |
| 2017-09-15 | net: systemport: Fix 64-bit stats deadlock |  Florian Fainelli | 1 | -3/+0 |
| 2017-09-15 | net: vrf: avoid gcc-4.6 warning |  Arnd Bergmann | 1 | -3/+3 |
| 2017-09-15 | qed: remove unnecessary call to memset |  Himanshu Jha | 1 | -1/+0 |
| 2017-09-15 | Input: i8042 - add Gigabyte P57 to the keyboard reset table |  Kai-Heng Feng | 1 | -0/+7 |
| 2017-09-15 | kvm: nVMX: Handle deferred early VMLAUNCH/VMRESUME failure properly |  Jim Mattson | 1 | -59/+75 |
| 2017-09-15 | kvm: vmx: Handle VMLAUNCH/VMRESUME failure properly |  Jim Mattson | 1 | -6/+8 |
| 2017-09-15 | kvm: nVMX: Remove nested_vmx_succeed after successful VM-entry |  Jim Mattson | 1 | -7/+9 |
| 2017-09-15 | kvm,mips: Fix potential swait_active() races |  Davidlohr Bueso | 1 | -2/+2 |
| 2017-09-15 | kvm,powerpc: Serialize wq active checks in ops->vcpu_kick |  Davidlohr Bueso | 1 | -1/+1 |
| 2017-09-15 | kvm: Serialize wq active checks in kvm_vcpu_wake_up() |  Davidlohr Bueso | 1 | -1/+1 |
| 2017-09-15 | kvm,x86: Fix apf_task_wake_one() wq serialization |  Davidlohr Bueso | 1 | -1/+1 |
| 2017-09-15 | kvm,lapic: Justify use of swait_active() |  Davidlohr Bueso | 1 | -0/+4 |
| 2017-09-15 | kvm,async_pf: Use swq_has_sleeper() |  Davidlohr Bueso | 1 | -5/+1 |
| 2017-09-15 | sched/wait: Add swq_has_sleeper() |  Davidlohr Bueso | 1 | -2/+56 |
| 2017-09-15 | KVM: VMX: Do not BUG() on out-of-bounds guest IRQ |  Jan H. Schönherr | 1 | -2/+7 |
| 2017-09-15 | KVM: Don't accept obviously wrong gsi values via KVM_IRQFD |  Jan H. Schönherr | 1 | -0/+2 |
| 2017-09-15 | nios2: time: Read timer in get_cycles only if initialized |  Guenter Roeck | 1 | -1/+4 |
| 2017-09-15 | nios2: add earlycon support to 3c120 devboard DTS |  Tobias Klauser | 1 | -1/+2 |
| 2017-09-15 | kvm: nVMX: Don't allow L2 to access the hardware CR8 |  Jim Mattson | 1 | -0/+5 |
| 2017-09-15 | Revert "PCI: Avoid race while enabling upstream bridges" |  Bjorn Helgaas | 1 | -11/+2 |
| 2017-09-14 | vfs: constify path argument to kernel_read_file_from_path |  Mimi Zohar | 3 | -3/+3 |
| 2017-09-15 | powerpc: Fix handling of alignment interrupt on dcbz instruction |  Paul Mackerras | 1 | -1/+1 |
| 2017-09-14 | firmware: delete in-kernel firmware |  Greg Kroah-Hartman | 153 | -129170/+1 |
| 2017-09-14 | orangefs: Adjust three checks for null pointers |  Markus Elfring | 2 | -3/+3 |
| 2017-09-14 | orangefs: Use kcalloc() in orangefs_prepare_cdm_array() |  Markus Elfring | 1 | -3/+1 |
| 2017-09-14 | orangefs: Delete error messages for a failed memory allocation in five functions |  Markus Elfring | 5 | -19/+6 |