| Commit message (Expand) | Author | Files | Lines |
2017-11-10 | fs: expose do_unlinkat for built-in callers | Christoph Hellwig | 2 | -7/+6 |
2017-11-10 | ext4: take handling of EXT4_IOC_GROUP_ADD into a helper, get rid of set_fs() | Al Viro | 1 | -43/+43 |
2017-11-10 | ipmi: get rid of pointless access_ok() | Al Viro | 1 | -6/+0 |
2017-11-10 | pi433: sanitize ioctl | Al Viro | 1 | -78/+14 |
2017-10-17 | cxlflash: get rid of pointless access_ok() | Al Viro | 1 | -6/+0 |
2017-10-17 | mtdchar: get rid of pointless access_ok() | Al Viro | 1 | -23/+1 |
2017-09-29 | r128: switch compat ioctls to drm_ioctl_kernel() | Al Viro | 3 | -61/+48 |
2017-09-29 | selection: get rid of field-by-field copyin | Al Viro | 1 | -29/+21 |
2017-09-29 | VT_RESIZEX: get rid of field-by-field copyin | Al Viro | 1 | -41/+27 |
2017-09-20 | i2c compat ioctls: move to ->compat_ioctl() | Al Viro | 2 | -210/+180 |
2017-09-20 | sched_rr_get_interval(): move compat to native, get rid of set_fs() | Al Viro | 2 | -22/+30 |
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-17 | Linux 4.14-rc1v4.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-16 | 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 |