Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | ARM: sa1111: fix missing clk_disable() | Russell King | 2016-09-12 | 1 | -1/+3 | |
| * | | | | | | | ARM: sa1111: fix pcmcia suspend/resume | Russell King | 2016-09-12 | 1 | -9/+13 | |
| * | | | | | | | ARM: sa1111: fix pcmcia interrupt mask polarity | Russell King | 2016-09-12 | 1 | -2/+2 | |
| * | | | | | | | ARM: sa1111: fix error code propagation in sa1111_probe() | Russell King | 2016-09-12 | 1 | -1/+1 | |
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-09-15 | 1 | -3/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | kvm: x86: correctly reset dest_map->vector when restoring LAPIC state | Paolo Bonzini | 2016-09-15 | 1 | -3/+5 | |
* | | | | | | | | | fix minor infoleak in get_user_ex() | Al Viro | 2016-09-15 | 1 | -1/+5 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | Merge tag 'pci-v4.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-09-14 | 1 | -7/+13 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | PCI: Mark Haswell Power Control Unit as having non-compliant BARs | Bjorn Helgaas | 2016-09-01 | 1 | -7/+13 | |
* | | | | | | | | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-09-14 | 25 | -163/+166 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | avr32: fix copy_from_user() | Al Viro | 2016-09-13 | 3 | -4/+13 | |
| * | | | | | | | | microblaze: fix __get_user() | Al Viro | 2016-09-13 | 1 | -1/+1 | |
| * | | | | | | | | microblaze: fix copy_from_user() | Al Viro | 2016-09-13 | 1 | -3/+6 | |
| * | | | | | | | | m32r: fix __get_user() | Al Viro | 2016-09-13 | 1 | -1/+1 | |
| * | | | | | | | | blackfin: fix copy_from_user() | Al Viro | 2016-09-13 | 1 | -4/+5 | |
| * | | | | | | | | sparc32: fix copy_from_user() | Al Viro | 2016-09-13 | 1 | -1/+3 | |
| * | | | | | | | | sh: fix copy_from_user() | Al Viro | 2016-09-13 | 1 | -1/+4 | |
| * | | | | | | | | sh64: failing __get_user() should zero | Al Viro | 2016-09-13 | 1 | -0/+1 | |
| * | | | | | | | | score: fix copy_from_user() and friends | Al Viro | 2016-09-13 | 1 | -21/+20 | |
| * | | | | | | | | score: fix __get_user/get_user | Al Viro | 2016-09-13 | 1 | -1/+4 | |
| * | | | | | | | | s390: get_user() should zero on failure | Al Viro | 2016-09-13 | 1 | -4/+4 | |
| * | | | | | | | | ppc32: fix copy_from_user() | Al Viro | 2016-09-13 | 1 | -23/+2 | |
| * | | | | | | | | parisc: fix copy_from_user() | Al Viro | 2016-09-13 | 1 | -2/+4 | |
| * | | | | | | | | openrisc: fix copy_from_user() | Al Viro | 2016-09-13 | 1 | -24/+11 | |
| * | | | | | | | | nios2: fix __get_user() | Al Viro | 2016-09-13 | 1 | -2/+2 | |
| * | | | | | | | | nios2: copy_from_user() should zero the tail of destination | Al Viro | 2016-09-13 | 1 | -3/+6 | |
| * | | | | | | | | mn10300: copy_from_user() should zero on access_ok() failure... | Al Viro | 2016-09-13 | 1 | -1/+3 | |
| * | | | | | | | | mn10300: failing __get_user() and get_user() should zero | Al Viro | 2016-09-13 | 1 | -0/+1 | |
| * | | | | | | | | mips: copy_from_user() must zero the destination on access_ok() failure | Al Viro | 2016-09-13 | 1 | -0/+3 | |
| * | | | | | | | | ARC: uaccess: get_user to zero out dest in cause of fault | Vineet Gupta | 2016-09-13 | 1 | -2/+9 | |
| * | | | | | | | | metag: copy_from_user() should zero the destination on access_ok() failure | Al Viro | 2016-09-13 | 1 | -1/+2 | |
| * | | | | | | | | ia64: copy_from_user() should zero the destination on access_ok() failure | Al Viro | 2016-09-13 | 1 | -14/+11 | |
| * | | | | | | | | hexagon: fix strncpy_from_user() error return | Al Viro | 2016-09-13 | 1 | -1/+2 | |
| * | | | | | | | | frv: fix clear_user() | Al Viro | 2016-09-13 | 1 | -3/+9 | |
| * | | | | | | | | cris: buggered copy_from_user/copy_to_user/clear_user | Al Viro | 2016-09-13 | 1 | -39/+32 | |
| * | | | | | | | | alpha: fix copy_from_user() | Al Viro | 2016-09-09 | 1 | -11/+8 | |
* | | | | | | | | | Merge tag 'for-linus-4.8b-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-09-14 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | arm/xen: fix SMP guests boot | Vitaly Kuznetsov | 2016-09-14 | 1 | -4/+3 | |
* | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-09-13 | 2 | -4/+13 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86/apic: Fix num_processors value in case of failure | Dou Liyang | 2016-09-08 | 1 | -1/+3 | |
| * | | | | | | | | | | x86/microcode/AMD: Fix load of builtin microcode with randomized memory | Borislav Petkov | 2016-09-05 | 1 | -3/+10 | |
* | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-09-13 | 4 | -41/+132 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | perf/x86/intel: Fix PEBSv3 record drain | Peter Zijlstra | 2016-09-10 | 1 | -8/+11 | |
| * | | | | | | | | | | | perf/x86/intel/bts: Kill a silly warning | Alexander Shishkin | 2016-09-10 | 1 | -2/+0 | |
| * | | | | | | | | | | | perf/x86/intel/bts: Fix BTS PMI detection | Alexander Shishkin | 2016-09-10 | 1 | -4/+15 | |
| * | | | | | | | | | | | perf/x86/intel/bts: Fix confused ordering of PMU callbacks | Alexander Shishkin | 2016-09-10 | 1 | -24/+80 | |
| * | | | | | | | | | | | perf/x86/amd/uncore: Prevent use after free | Sebastian Andrzej Siewior | 2016-09-10 | 1 | -4/+18 | |
| * | | | | | | | | | | | perf/x86/intel/cqm: Check cqm/mbm enabled state in event init | Jiri Olsa | 2016-09-06 | 1 | -0/+9 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-09-13 | 1 | -65/+69 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/efi: Use efi_exit_boot_services() | Jeffrey Hugo | 2016-09-05 | 1 | -69/+67 |