| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/kaslr: Make local variables 64-bit | Arvind Sankar | 2020-07-31 | 1 | -6/+7 |
* | x86/kaslr: Replace 'unsigned long long' with 'u64' | Arvind Sankar | 2020-07-31 | 2 | -9/+8 |
* | x86/kaslr: Make minimum/image_size 'unsigned long' | Arvind Sankar | 2020-07-31 | 1 | -2/+2 |
* | x86/kaslr: Small cleanup of find_random_phys_addr() | Arvind Sankar | 2020-07-31 | 1 | -3/+2 |
* | x86/kaslr: Drop unnecessary alignment in find_random_virt_addr() | Arvind Sankar | 2020-07-31 | 1 | -5/+1 |
* | x86/kaslr: Drop redundant check in store_slot_info() | Arvind Sankar | 2020-07-31 | 1 | -6/+3 |
* | x86/kaslr: Make the type of number of slots/slot areas consistent | Arvind Sankar | 2020-07-31 | 1 | -5/+3 |
* | x86/kaslr: Drop test for command-line parameters before parsing | Arvind Sankar | 2020-07-31 | 1 | -4/+0 |
* | x86/kaslr: Simplify process_gb_huge_pages() | Arvind Sankar | 2020-07-31 | 1 | -26/+21 |
* | x86/kaslr: Short-circuit gb_huge_pages on x86-32 | Arvind Sankar | 2020-07-31 | 1 | -2/+2 |
* | x86/kaslr: Fix off-by-one error in process_gb_huge_pages() | Arvind Sankar | 2020-07-31 | 1 | -1/+1 |
* | x86/kaslr: Drop some redundant checks from __process_mem_region() | Arvind Sankar | 2020-07-31 | 1 | -21/+6 |
* | x86/kaslr: Drop redundant variable in __process_mem_region() | Arvind Sankar | 2020-07-31 | 1 | -5/+2 |
* | x86/kaslr: Eliminate 'start_orig' local variable from __process_mem_region() | Arvind Sankar | 2020-07-31 | 1 | -6/+2 |
* | x86/kaslr: Drop redundant cur_entry from __process_mem_region() | Arvind Sankar | 2020-07-31 | 1 | -6/+3 |
* | x86/kaslr: Fix off-by-one error in __process_mem_region() | Arvind Sankar | 2020-07-31 | 1 | -1/+1 |
* | x86/kaslr: Initialize mem_limit to the real maximum address | Arvind Sankar | 2020-07-31 | 1 | -19/+22 |
* | x86/kaslr: Fix process_efi_entries comment | Arvind Sankar | 2020-07-31 | 1 | -2/+2 |
* | x86/kaslr: Remove bogus warning and unnecessary goto | Arvind Sankar | 2020-07-31 | 1 | -6/+3 |
* | x86/kaslr: Make command line handling safer | Arvind Sankar | 2020-07-31 | 1 | -12/+14 |
* | Linux 5.8-rc7v5.8-rc7 | Linus Torvalds | 2020-07-26 | 1 | -1/+1 |
* | Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-07-26 | 2 | -4/+12 |
|\ |
|
| * | Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilation | Fangrui Song | 2020-07-23 | 1 | -1/+1 |
| * | kbuild: fix single target builds for external modules | Masahiro Yamada | 2020-07-11 | 1 | -1/+1 |
| * | modpost: remove use of non-standard strsep() in HOSTCC code | H. Nikolaus Schaller | 2020-07-07 | 1 | -2/+10 |
* | | Merge branch 'parisc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-07-26 | 3 | -0/+16 |
|\ \ |
|
| * | | parisc: Add atomic64_set_release() define to avoid CPU soft lockups | John David Anglin | 2020-07-21 | 1 | -0/+2 |
| * | | parisc: add support for cmpxchg on u8 pointers | Liam Beguin | 2020-07-21 | 2 | -0/+14 |
* | | | Merge tag 'char-misc-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-07-26 | 17 | -112/+186 |
|\ \ \ |
|
| * | | | interconnect: msm8916: Fix buswidth of pcnoc_s nodes | Georgi Djakov | 2020-07-23 | 1 | -7/+7 |
| * | | | interconnect: Do not skip aggregation for disabled paths | Georgi Djakov | 2020-07-23 | 1 | -3/+9 |
| * | | | /dev/mem: Add missing memory barriers for devmem_inode | Eric Biggers | 2020-07-23 | 1 | -3/+7 |
| * | | | binder: Don't use mmput() from shrinker function. | Tetsuo Handa | 2020-07-23 | 1 | -1/+1 |
| * | | | Merge tag 'misc-habanalabs-fixes-2020-07-19' of git://people.freedesktop.org/... | Greg Kroah-Hartman | 2020-07-20 | 1 | -3/+11 |
| |\ \ \ |
|
| | * | | | habanalabs: prevent possible out-of-bounds array access | Oded Gabbay | 2020-07-19 | 1 | -3/+11 |
| * | | | | Merge tag 'fpga-late-fixes-for-5.8' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 2020-07-20 | 2 | -2/+4 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | fpga: dfl: fix bug in port reset handshake | Matthew Gerlach | 2020-07-14 | 1 | -1/+2 |
| | * | | | fpga: dfl: pci: reduce the scope of variable 'ret' | Xu Yilun | 2020-07-14 | 1 | -1/+2 |
| * | | | | Merge tag 'misc-habanalabs-fixes-2020-07-10' of git://people.freedesktop.org/... | Greg Kroah-Hartman | 2020-07-17 | 10 | -93/+147 |
| |\ \ \ \ |
|
| | * | | | | habanalabs: set 4s timeout for message to device CPU | Oded Gabbay | 2020-07-10 | 7 | -30/+38 |
| | * | | | | habanalabs: set clock gating per engine | Oded Gabbay | 2020-07-10 | 7 | -62/+103 |
| | * | | | | habanalabs: block WREG_BULK packet on PDMA | Oded Gabbay | 2020-07-10 | 1 | -1/+6 |
* | | | | | | Merge tag 'driver-core-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-07-26 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | device property: Avoid NULL pointer dereference in device_get_next_child_node() | Andy Shevchenko | 2020-07-23 | 1 | -1/+1 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge tag 'staging-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-07-26 | 5 | -19/+63 |
|\ \ \ \ \ \ |
|
| * | | | | | | staging: wlan-ng: properly check endpoint types | Rustam Kovhaev | 2020-07-22 | 1 | -1/+15 |
| * | | | | | | staging: comedi: addi_apci_1564: check INSN_CONFIG_DIGITAL_TRIG shift | Ian Abbott | 2020-07-20 | 1 | -6/+14 |
| * | | | | | | staging: comedi: addi_apci_1500: check INSN_CONFIG_DIGITAL_TRIG shift | Ian Abbott | 2020-07-20 | 1 | -5/+19 |
| * | | | | | | staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG shift | Ian Abbott | 2020-07-20 | 1 | -6/+14 |
| * | | | | | | staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG support | Ian Abbott | 2020-07-20 | 1 | -1/+1 |
| |/ / / / / |
|