Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 2 | -3/+3 |
|\ | |||||
| * | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-10 | 104 | -540/+710 |
| |\ | |||||
| * | | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 2016-09-27 | 2 | -3/+3 |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-10-10 | 3 | -4/+36 |
|\ \ \ | |||||
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2016-10-10 | 5 | -9/+10 |
| |\ \ \ | |||||
| * | | | | crypto: sha1-powerpc - little-endian support | Marcelo Cerri | 2016-10-02 | 1 | -2/+11 |
| * | | | | crypto: arm/ghash - change internal cra_name to "__ghash" | Ard Biesheuvel | 2016-09-07 | 1 | -1/+1 |
| * | | | | crypto: arm/ghash-ce - add missing async import/export | Ard Biesheuvel | 2016-09-07 | 1 | -0/+24 |
| * | | | | crypto: arm/sha1-neon - add support for building in Thumb2 mode | Ard Biesheuvel | 2016-09-07 | 1 | -1/+0 |
* | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'work.const-qstr' into work.misc | Al Viro | 2016-10-08 | 1 | -1/+1 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | parisc: use %pD | Al Viro | 2016-08-07 | 1 | -1/+1 |
| | |/ / / | |||||
* | | | | | Merge tag 'nios2-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 2016-10-10 | 2 | -14/+9 |
|\ \ \ \ \ | |||||
| * | | | | | nios2: use of_property_read_bool | Ley Foon Tan | 2016-10-06 | 2 | -14/+9 |
* | | | | | | Merge tag 'cris-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jes... | Linus Torvalds | 2016-10-10 | 22 | -217/+83 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cris: return of class_create should be considered | yizhouzhou@ict.ac.cn | 2016-09-23 | 1 | -0/+6 |
| * | | | | | | CRIS: defconfig: remove MTDRAM_ABS_POS | Fabian Frederick | 2016-09-23 | 4 | -4/+0 |
| * | | | | | | CRIS v32: remove some double unlocks | Dan Carpenter | 2016-09-23 | 2 | -2/+0 |
| * | | | | | | Fix typo | Andrea Gelmini | 2016-09-23 | 1 | -1/+1 |
| * | | | | | | Fix typo | Andrea Gelmini | 2016-09-23 | 1 | -1/+1 |
| * | | | | | | Fix typo | Andrea Gelmini | 2016-09-23 | 1 | -1/+1 |
| * | | | | | | Fix typo | Andrea Gelmini | 2016-09-23 | 1 | -1/+1 |
| * | | | | | | Fix typo | Andrea Gelmini | 2016-09-23 | 1 | -1/+1 |
| * | | | | | | Fix typo | Andrea Gelmini | 2016-09-23 | 1 | -1/+1 |
| * | | | | | | Fix typo | Andrea Gelmini | 2016-09-23 | 1 | -1/+1 |
| * | | | | | | cris: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2016-09-23 | 1 | -1/+1 |
| * | | | | | | cris: v10: axisflashmap: remove unused ifdefs | Niklas Cassel | 2016-09-23 | 1 | -19/+0 |
| * | | | | | | cris: use generic io.h | Niklas Cassel | 2016-09-22 | 1 | -170/+1 |
| * | | | | | | cris: fix Kconfig mismatch when building with CONFIG_PCI | Niklas Cassel | 2016-09-22 | 1 | -1/+1 |
| * | | | | | | cris: cardbus: fix header include path | Niklas Cassel | 2016-09-22 | 1 | -1/+1 |
| * | | | | | | cris: add dev88_defconfig | Niklas Cassel | 2016-09-22 | 1 | -0/+49 |
| * | | | | | | cris: irq: stop loop from accessing array out of bounds | Niklas Cassel | 2016-09-22 | 1 | -2/+1 |
| * | | | | | | cris: fasttimer: fix mixed declarations and code compile warning | Niklas Cassel | 2016-09-22 | 1 | -8/+7 |
| * | | | | | | cris: intmem: fix pointer comparison compile warning | Niklas Cassel | 2016-09-22 | 1 | -2/+2 |
| * | | | | | | cris: intmem: fix device_initcall compile warning | Jesper Nilsson | 2016-09-22 | 1 | -1/+8 |
* | | | | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-10 | 14 | -22/+287 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | x86/mm/pkeys: Do not skip PKRU register if debug registers are not used | Nicolas Iooss | 2016-09-13 | 1 | -6/+7 |
| * | | | | | | | x86/pkeys: Allow configuration of init_pkru | Dave Hansen | 2016-09-09 | 1 | -0/+66 |
| * | | | | | | | x86/pkeys: Default to a restrictive init PKRU | Dave Hansen | 2016-09-09 | 3 | -0/+43 |
| * | | | | | | | x86: Wire up protection keys system calls | Dave Hansen | 2016-09-09 | 2 | -0/+10 |
| * | | | | | | | x86/pkeys: Allocation/free syscalls | Dave Hansen | 2016-09-09 | 9 | -16/+138 |
| * | | | | | | | x86/pkeys: Make mprotect_key() mask off additional vm_flags | Dave Hansen | 2016-09-09 | 1 | -0/+2 |
| * | | | | | | | mm: Implement new pkey_mprotect() system call | Dave Hansen | 2016-09-09 | 2 | -7/+19 |
| * | | | | | | | x86/pkeys: Add fault handling for PF_PK page fault bit | Dave Hansen | 2016-09-09 | 1 | -0/+9 |
* | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-10-10 | 9 | -32/+79 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | x86/pkeys: Make protection keys an "eager" feature | Dave Hansen | 2016-10-08 | 1 | -3/+4 |
| * | | | | | | | | x86/apic: Prevent pointless warning messages | Thomas Gleixner | 2016-10-08 | 1 | -3/+5 |
| * | | | | | | | | x86/acpi: Prevent LAPIC id 0xff from being accounted | Thomas Gleixner | 2016-10-08 | 1 | -0/+4 |
| * | | | | | | | | arch/x86: Handle non enumerated CPU after physical hotplug | Prarit Bhargava | 2016-10-07 | 1 | -3/+15 |
| * | | | | | | | | x86/unwind: Fix oprofile module link error | Josh Poimboeuf | 2016-10-06 | 2 | -12/+12 |