| Commit message (Expand) | Author | Age | Files | Lines |
* | objtool: Add --hacks=skylake | Peter Zijlstra | 2022-10-17 | 4 | -5/+14 |
* | objtool: Add .call_sites section | Peter Zijlstra | 2022-10-17 | 4 | -0/+60 |
* | objtool: Track init section | Peter Zijlstra | 2022-10-17 | 2 | -8/+11 |
* | objtool: Allow !PC relative relocations | Peter Zijlstra | 2022-10-17 | 3 | -1/+27 |
* | x86: Fixup asm-offsets duplicate | Peter Zijlstra (Intel) | 2022-10-17 | 2 | -2/+2 |
* | x86/softirq: Move softirq pending next to current task | Thomas Gleixner | 2022-10-17 | 2 | -1/+3 |
* | x86/percpu: Move irq_stack variables next to current_task | Thomas Gleixner | 2022-10-17 | 9 | -28/+24 |
* | x86/percpu: Move current_top_of_stack next to current_task | Thomas Gleixner | 2022-10-17 | 11 | -28/+19 |
* | x86/percpu: Move cpu_number next to current_task | Thomas Gleixner | 2022-10-17 | 3 | -11/+7 |
* | x86/percpu: Move preempt_count next to current_task | Thomas Gleixner | 2022-10-17 | 3 | -20/+16 |
* | x86: Put hot per CPU variables into a struct | Thomas Gleixner | 2022-10-17 | 5 | -15/+24 |
* | crypto: x86/poly1305: Remove custom function alignment | Thomas Gleixner | 2022-10-17 | 1 | -1/+0 |
* | crypto: twofish: Remove redundant alignments | Thomas Gleixner | 2022-10-17 | 1 | -2/+0 |
* | crypto: x86/sm[34]: Remove redundant alignments | Thomas Gleixner | 2022-10-17 | 3 | -14/+0 |
* | crypto: x86/sha256: Remove custom alignments | Thomas Gleixner | 2022-10-17 | 4 | -4/+0 |
* | crypto: x86/sha1: Remove custom alignments | Thomas Gleixner | 2022-10-17 | 1 | -1/+0 |
* | crypto: x86/serpent: Remove redundant alignments | Thomas Gleixner | 2022-10-17 | 2 | -4/+0 |
* | crypto: x86/crct10dif-pcl: Remove redundant alignments | Thomas Gleixner | 2022-10-17 | 1 | -1/+0 |
* | crypto: x86/cast5: Remove redundant alignments | Thomas Gleixner | 2022-10-17 | 1 | -2/+0 |
* | crypto: x86/camellia: Remove redundant alignments | Thomas Gleixner | 2022-10-17 | 2 | -6/+0 |
* | x86/entry: Align SYM_CODE_START() variants | Thomas Gleixner | 2022-10-17 | 2 | -8/+12 |
* | x86/paravirt: Properly align PV functions | Thomas Gleixner | 2022-10-17 | 4 | -1/+5 |
* | x86/error_inject: Align function properly | Peter Zijlstra | 2022-10-17 | 1 | -0/+1 |
* | x86/asm: Differentiate between code and function alignment | Thomas Gleixner | 2022-10-17 | 1 | -5/+9 |
* | arch: Introduce CONFIG_FUNCTION_ALIGNMENT | Peter Zijlstra | 2022-10-17 | 10 | -10/+44 |
* | x86: Sanitize linker script | Thomas Gleixner | 2022-10-17 | 1 | -6/+7 |
* | x86/vdso: Ensure all kernel code is seen by objtool | Thomas Gleixner | 2022-10-17 | 1 | -5/+6 |
* | x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc() | Thomas Gleixner | 2022-10-17 | 3 | -7/+5 |
* | x86/cpu: Re-enable stackprotector | Thomas Gleixner | 2022-10-17 | 2 | -3/+3 |
* | x86/cpu: Get rid of redundant switch_to_new_gdt() invocations | Thomas Gleixner | 2022-10-17 | 5 | -15/+14 |
* | x86/cpu: Remove segment load from switch_to_new_gdt() | Thomas Gleixner | 2022-10-17 | 2 | -17/+31 |
* | Linux 6.1-rc1v6.1-rc1 | Linus Torvalds | 2022-10-17 | 1 | -2/+2 |
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-10-17 | 185 | -421/+378 |
|\ |
|
| * | prandom: remove unused functions | Jason A. Donenfeld | 2022-10-12 | 3 | -23/+5 |
| * | treewide: use get_random_bytes() when possible | Jason A. Donenfeld | 2022-10-12 | 19 | -24/+24 |
| * | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 2022-10-12 | 71 | -100/+100 |
| * | treewide: use get_random_{u8,u16}() when possible, part 2 | Jason A. Donenfeld | 2022-10-12 | 6 | -6/+6 |
| * | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 21 | -34/+34 |
| * | treewide: use prandom_u32_max() when possible, part 2 | Jason A. Donenfeld | 2022-10-12 | 4 | -19/+8 |
| * | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 89 | -218/+204 |
* | | Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2022-10-17 | 36 | -71/+1265 |
|\ \ |
|
| * | | tools arch x86: Sync the msr-index.h copy with the kernel sources | Arnaldo Carvalho de Melo | 2022-10-15 | 1 | -0/+18 |
| * | | perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packet | Qi Liu | 2022-10-15 | 7 | -0/+396 |
| * | | perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driver | Qi Liu | 2022-10-15 | 7 | -1/+273 |
| * | | perf auxtrace arm: Refactor event list iteration in auxtrace_record__init() | Qi Liu | 2022-10-15 | 1 | -19/+34 |
| * | | perf tests stat+json_output: Include sanity check for topology | Athira Rajeev | 2022-10-15 | 1 | -4/+39 |
| * | | perf tests stat+csv_output: Include sanity check for topology | Athira Rajeev | 2022-10-15 | 1 | -4/+39 |
| * | | perf intel-pt: Fix system_wide dummy event for hybrid | Adrian Hunter | 2022-10-15 | 1 | -1/+1 |
| * | | perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc | Adrian Hunter | 2022-10-15 | 1 | -2/+7 |
| * | | perf test: Fix attr tests for PERF_FORMAT_LOST | James Clark | 2022-10-15 | 6 | -11/+11 |