| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | taprio: do not use BIT() in TCA_TAPRIO_ATTR_FLAG_* definitions | Eugene Syromiatnikov | 2020-05-02 | 1 | -2/+2 |
* | include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swap | Christian Borntraeger | 2020-04-13 | 1 | -2/+2 |
* | uapi: rename ext2_swab() to swab() and share globally in swab.h | Yury Norov | 2020-04-13 | 1 | -0/+10 |
* | coresight: do not use the BIT() macro in the UAPI header | Eugene Syromiatnikov | 2020-04-08 | 1 | -2/+4 |
* | Input: avoid BIT() macro usage in the serio.h UAPI header | Eugene Syromiatnikov | 2020-04-01 | 1 | -5/+5 |
* | usb: charger: assign specific number for enum value | Peter Chen | 2020-03-05 | 1 | -8/+8 |
* | Input: input_event - fix struct padding on sparc64 | Arnd Bergmann | 2020-01-14 | 1 | -0/+1 |
* | netfilter: uapi: Avoid undefined left-shift in xt_sctp.h | Phil Sutter | 2020-01-12 | 1 | -3/+3 |
* | media: cec-funcs.h: add status_req checks | Hans Verkuil | 2019-12-31 | 1 | -2/+4 |
* | media: cec.h: CEC_OP_REC_FLAG_ values were swapped | Hans Verkuil | 2019-12-17 | 1 | -2/+2 |
* | ptp: Introduce strict checking of external time stamp options. | Richard Cochran | 2019-11-15 | 1 | -1/+3 |
* | ptp: Validate requests to enable time stamping of external signals. | Richard Cochran | 2019-11-15 | 1 | -0/+1 |
* | devlink: Add method for time-stamp on reporter's dump | Aya Levin | 2019-11-11 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-11-08 | 8 | -8/+8 |
|\ |
|
| * | can: don't use deprecated license identifiers | Yegor Yefremov | 2019-11-05 | 8 | -8/+8 |
* | | Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-11-08 | 1 | -0/+1 |
|\ \ |
|
| * | | nvme: change nvme_passthru_cmd64 to explicitly mark rsvd | Charles Machalow | 2019-11-06 | 1 | -0/+1 |
* | | | Merge tag 'for-linus-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-11-05 | 1 | -0/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | clone3: validate stack arguments | Christian Brauner | 2019-11-05 | 1 | -0/+4 |
| |/ |
|
* | | Merge tag 'fuse-fixes-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-10-29 | 1 | -0/+37 |
|\ \
| |/
|/| |
|
| * | fuse: Add changelog entries for protocols 7.1 - 7.8 | Alan Somers | 2019-10-23 | 1 | -0/+37 |
* | | Merge tag 'tty-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2019-10-12 | 1 | -1/+1 |
|\ \ |
|
| * | | tty: serial: Fix PORT_LINFLEXUART definition | Stefan-gabriel Mirea | 2019-10-04 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2019-10-04 | 1 | -0/+2 |
|\ \ |
|
| * | | clone3: switch to copy_struct_from_user() | Aleksa Sarai | 2019-10-01 | 1 | -0/+2 |
| |/ |
|
* | | Merge tag 'for-linus-20191003' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-10-04 | 1 | -2/+26 |
|\ \ |
|
| * | | sched: add kernel-doc for struct clone_args | Christian Brauner | 2019-10-03 | 1 | -2/+24 |
| * | | sched: Add __ASSEMBLY__ guards around struct clone_args | Seth Forshee | 2019-09-30 | 1 | -0/+2 |
| |/ |
|
* | | Merge tag 'for-linus-2019-10-03' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-10-04 | 2 | -1/+27 |
|\ \
| |/
|/| |
|
| * | block: pg: add header include guard | Masahiro Yamada | 2019-10-02 | 1 | -1/+4 |
| * | Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linus | Jens Axboe | 2019-09-27 | 1 | -0/+23 |
| |\ |
|
| | * | nvme: allow 64-bit results in passthru commands | Marta Rybczynska | 2019-09-25 | 1 | -0/+23 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-09-28 | 3 | -5/+27 |
|\ \ \ |
|
| * | | | ptp: correctly disable flags on old ioctls | Jacob Keller | 2019-09-27 | 1 | -0/+22 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2019-09-27 | 1 | -3/+3 |
| |\ \ \ |
|
| | * | | | netfilter: ebtables: use __u8 instead of uint8_t in uapi header | Masahiro Yamada | 2019-09-25 | 1 | -3/+3 |
| * | | | | bpf: fix BTF limits | Alexei Starovoitov | 2019-09-19 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2019-09-27 | 1 | -2/+39 |
|\ \ \ \ |
|
| * | | | | nfsd: add support for upcall version 2 | Scott Mayhew | 2019-09-10 | 1 | -1/+29 |
| * | | | | nfsd: add a "GetVersion" upcall for nfsdcld | Scott Mayhew | 2019-09-10 | 1 | -1/+10 |
* | | | | | Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms... | Linus Torvalds | 2019-09-27 | 3 | -1/+27 |
|\ \ \ \ \ |
|
| * | | | | | virtio-fs: add virtiofs filesystem | Stefan Hajnoczi | 2019-09-18 | 2 | -0/+20 |
| * | | | | | fuse: reserve values for mapping protocol | Dr. David Alan Gilbert | 2019-09-12 | 1 | -1/+7 |
* | | | | | | Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-09-27 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | KVM: RISC-V: Add KVM_REG_RISCV for ONE_REG interface | Anup Patel | 2019-09-20 | 1 | -0/+1 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2019-09-27 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSH | Tianyu Lan | 2019-09-24 | 1 | -0/+1 |
* | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-09-26 | 1 | -0/+5 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | linux/coff.h: add include guard | Masahiro Yamada | 2019-09-25 | 1 | -0/+5 |
* | | | | | | | Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-09-25 | 1 | -0/+4 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | / / /
| | |_|/ / /
| |/| | | | |
|