Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | fscrypt: fix up fscrypt_fname_encrypted_size() for internal use | Eric Biggers | 2018-01-12 | 2 | -9/+0 | |
| * | | | | | | | | | fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names | Eric Biggers | 2018-01-12 | 1 | -1/+1 | |
| * | | | | | | | | | fscrypt: move fscrypt_symlink_data to fscrypt_private.h | Eric Biggers | 2018-01-12 | 1 | -9/+0 | |
| * | | | | | | | | | fscrypt: remove fscrypt_fname_usr_to_disk() | Eric Biggers | 2018-01-12 | 2 | -9/+0 | |
| * | | | | | | | | | fscrypt: new helper function - fscrypt_get_symlink() | Eric Biggers | 2018-01-12 | 2 | -0/+11 | |
| * | | | | | | | | | fscrypt: new helper functions for ->symlink() | Eric Biggers | 2018-01-12 | 3 | -0/+86 | |
| * | | | | | | | | | fscrypt: trim down fscrypt.h includes | Eric Biggers | 2018-01-12 | 2 | -6/+3 | |
| * | | | | | | | | | fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c | Eric Biggers | 2018-01-12 | 1 | -11/+0 | |
| * | | | | | | | | | fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h | Eric Biggers | 2018-01-12 | 1 | -14/+0 | |
| * | | | | | | | | | fscrypt: move fscrypt_operations declaration to fscrypt_supp.h | Eric Biggers | 2018-01-12 | 2 | -18/+18 | |
| * | | | | | | | | | fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions | Eric Biggers | 2018-01-12 | 3 | -8/+11 | |
| * | | | | | | | | | fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h | Eric Biggers | 2018-01-12 | 2 | -15/+16 | |
| * | | | | | | | | | fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h | Eric Biggers | 2018-01-12 | 1 | -1/+0 | |
| * | | | | | | | | | fscrypt: move fscrypt_control_page() to supp/notsupp headers | Eric Biggers | 2018-01-12 | 3 | -16/+13 | |
| * | | | | | | | | | fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers | Eric Biggers | 2018-01-12 | 3 | -10/+10 | |
* | | | | | | | | | | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-02-04 | 8 | -17/+73 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fork: Provide usercopy whitelisting for task_struct | Kees Cook | 2018-01-15 | 1 | -0/+14 | |
| * | | | | | | | | | | sctp: Define usercopy region in SCTP proto slab cache | David Windsor | 2018-01-15 | 1 | -2/+7 | |
| * | | | | | | | | | | net: Define usercopy region in struct proto slab cache | David Windsor | 2018-01-15 | 1 | -0/+2 | |
| * | | | | | | | | | | usercopy: Allow strict enforcement of whitelists | Kees Cook | 2018-01-15 | 1 | -0/+2 | |
| * | | | | | | | | | | usercopy: WARN() on slab cache usercopy region violations | Kees Cook | 2018-01-15 | 1 | -0/+2 | |
| * | | | | | | | | | | usercopy: Prepare for usercopy whitelisting | David Windsor | 2018-01-15 | 3 | -6/+27 | |
| * | | | | | | | | | | stddef.h: Introduce sizeof_field() | Kees Cook | 2018-01-15 | 1 | -1/+9 | |
| * | | | | | | | | | | usercopy: Include offset in hardened usercopy report | Kees Cook | 2018-01-15 | 1 | -8/+4 | |
| * | | | | | | | | | | usercopy: Enhance and rename report_usercopy() | Kees Cook | 2018-01-15 | 1 | -0/+6 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2018-02-03 | 2 | -164/+269 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | jbd2: fix sphinx kernel-doc build warnings | Tobin C. Harding | 2018-01-10 | 1 | -163/+268 | |
| * | | | | | | | | | | dax: pass detailed error code from dax_iomap_fault() | Jan Kara | 2018-01-07 | 1 | -1/+1 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-02-03 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | net: create skb_gso_validate_mac_len() | Daniel Axtens | 2018-02-01 | 1 | -0/+16 | |
* | | | | | | | | | | | Merge tag 'scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2018-02-03 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | scsi: sd: Remove zone write locking | Damien Le Moal | 2018-01-09 | 1 | -2/+1 | |
* | | | | | | | | | | | | pinctrl: remove include file from <linux/device.h> | Linus Torvalds | 2018-02-03 | 2 | -1/+2 | |
* | | | | | | | | | | | | Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-02-02 | 3 | -0/+124 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | pinctrl: Forward declare struct device | Ladislav Michl | 2018-01-22 | 1 | -0/+2 | |
| * | | | | | | | | | | | | dt-bindings: pinctrl: stm32: fix copyright and adopt SPDX identifier | Alexandre Torgue | 2017-12-13 | 1 | -0/+6 | |
| * | | | | | | | | | | | | pinctrl: meson-axg: Add new pinctrl driver for Meson AXG SoC | Xingyu Chen | 2017-11-30 | 1 | -0/+116 | |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'rtc-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2018-02-02 | 2 | -1/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | mfd: cros_ec: Introduce RTC commands and events definitions. | Stephen Barber | 2017-12-18 | 1 | -0/+8 | |
| * | | | | | | | | | | | | rtc: Remove unused RTC_DEVICE_NAME_SIZE | Cole Robinson | 2017-11-29 | 1 | -1/+0 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-02-02 | 6 | -4/+353 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | PCI/AER: Add uevents in AER and EEH error/resume | Bryant G. Ly | 2018-01-27 | 1 | -0/+36 | |
| * | | | | | | | | | | | | ocxl: Add a kernel API for other opencapi drivers | Frederic Barrat | 2018-01-24 | 1 | -0/+214 | |
| * | | | | | | | | | | | | ocxl: Add AFU interrupt support | Frederic Barrat | 2018-01-24 | 1 | -0/+9 | |
| * | | | | | | | | | | | | ocxl: Driver code for 'generic' opencapi devices | Frederic Barrat | 2018-01-24 | 1 | -0/+40 | |
| * | | | | | | | | | | | | powerpc/powernv: Capture actag information for the device | Frederic Barrat | 2018-01-24 | 1 | -0/+45 | |
| * | | | | | | | | | | | | powerpc/ptrace: Add memory protection key regset | Thiago Jung Bauermann | 2018-01-20 | 1 | -0/+1 | |
| * | | | | | | | | | | | | cxl: Add support for ASB_Notify on POWER9 | Christophe Lombard | 2018-01-19 | 1 | -4/+6 | |
| * | | | | | | | | | | | | PCI/IOV: Add pci_vf_drivers_autoprobe() interface | Bryant G. Ly | 2017-12-11 | 1 | -0/+2 | |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2018-02-02 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ |