platform/kernel/linux-rpi.git
2023-04-13 Thomas Richters390/cpum_cf: log bad return code of function cfset_all...
2023-04-13 Heiko Carstenss390/module: create module allocations without exec...
2023-04-13 Heiko Carstenss390/ftrace: do not assume module_alloc() returns execu...
2023-04-13 Heiko Carstenss390/mm: use set_memory_*() helpers instead of open...
2023-04-13 Heiko Carstenss390/mm: implement set_memory_rwnx()
2023-04-13 Heiko Carstenss390/mm: implement set_memory_rox()
2023-04-13 Nico Boehrs390/ipl: fix physical-virtual confusion for diag308
2023-04-13 Heiko Carstenss390/kaslr: randomize module base load address
2023-04-13 Heiko Carstenss390/kaslr: provide kaslr_enabled() function
2023-04-13 Heiko Carstenss390/checksum: remove not needed uaccess.h include
2023-04-13 Heiko Carstenss390/checksum: always use cksm instruction
2023-04-04 Heiko Carstenss390: enable HAVE_ARCH_STACKLEAK
2023-04-04 Heiko Carstenss390: move on_thread_stack() to processor.h
2023-04-04 Heiko Carstenss390: remove arch_early_irq_init()
2023-04-04 Heiko Carstenss390/stacktrace: remove call_on_stack_noreturn()
2023-04-04 Heiko Carstenss390: use init_thread_union aka initial stack for the...
2023-04-04 Heiko Carstenss390/stack: set lowcore kernel stack pointer early
2023-04-04 Heiko Carstenss390/stack: use STACK_INIT_OFFSET where possible
2023-04-04 Heiko Carstenss390/dumpstack: simplify in stack logic code
2023-04-04 Harald Freudenbergers390/zcrypt: simplify prep of CCA key token
2023-04-04 Harald Freudenbergers390/zcrypt: remove unused ancient padding code
2023-04-04 Vasily Gorbiks390: make extables read-only
2023-04-04 Vasily Gorbiks390/entry: rely on long-displacement facility
2023-04-04 Vasily GorbikMerge branch 'uaccess-inline-asm-cleanup' into features
2023-04-04 Heiko Carstenss390/uaccess: remove extra blank line
2023-04-04 Heiko Carstenss390/uaccess: get rid of not needed local variable
2023-04-04 Heiko Carstenss390/uaccess: rename tmp1 and tmp2 variables
2023-04-04 Heiko Carstenss390/uaccess: sort EX_TABLE list for inline assemblies
2023-04-04 Heiko Carstenss390/uaccess: rename/sort labels in inline assemblies
2023-04-04 Heiko Carstenss390/uaccess: remove unused label in inline assemblies
2023-04-04 Heiko Carstenss390/uaccess: use symbolic names for inline assembly...
2023-03-27 Heiko Carstenss390/uaccess: add missing earlyclobber annotations...
2023-03-27 Lizhes390/vfio-ap: remove redundant driver match function
2023-03-27 Heiko Carstenss390: enable ARCH_HAS_MEMBARRIER_SYNC_CORE
2023-03-27 Thomas Richters390/cpum_sf: remove flag PERF_CPUM_SF_FULL_BLOCKS
2023-03-20 Heiko Carstenss390/mm: make use of atomic_fetch_xor()
2023-03-20 Harald Freudenbergers390/ap: add ap status asynch error support
2023-03-20 Harald Freudenbergers390/ap: implement SE AP bind, unbind and associate
2023-03-20 Harald Freudenbergers390/ap: introduce low frequency polling possibility
2023-03-20 Harald Freudenbergers390/ap: new low level inline functions ap_bapq() and...
2023-03-20 Harald Freudenbergers390/ap: provide F bit parameter for ap_rapq() and...
2023-03-20 Harald Freudenbergers390/ap: filter ap card functions, new queue functions...
2023-03-20 Harald Freudenbergers390/ap: make tapq gr2 response a struct
2023-03-20 Harald Freudenbergers390/ap: introduce new AP bus sysfs attribute features
2023-03-20 Harald Freudenbergers390/ap: exploit new B bit from QCI config info
2023-03-20 Harald Freudenbergers390/zcrypt: replace scnprintf with sysfs_emit
2023-03-20 Harald Freudenbergers390/zcrypt: rework length information for dqap
2023-03-20 Harald Freudenbergers390/zcrypt: make psmid unsigned long instead of long...
2023-03-20 Heiko Carstenss390: enable DEBUG_FORCE_FUNCTION_ALIGN_64B
2023-03-20 Heiko Carstenss390/vdso: use __ALIGN instead of open coded .align
2023-03-20 Heiko Carstenss390/expoline: use __ALIGN instead of open coded .align
2023-03-20 Heiko Carstenss390/ftrace: move hotpatch trampolines to mcount.S
2023-03-20 Heiko Carstenss390: make use of CONFIG_FUNCTION_ALIGNMENT
2023-03-20 Heiko CarstensMerge branch 'decompressor-memory-tracking' into features
2023-03-20 Vasily Gorbiks390/kasan: move shadow mapping to decompressor
2023-03-20 Vasily Gorbiks390/mm,pageattr: allow KASAN shadow memory
2023-03-20 Vasily Gorbiks390/boot: rework decompressor reserved tracking
2023-03-20 Vasily Gorbiks390/boot: rename mem_detect to physmem_info
2023-03-20 Vasily Gorbiks390/boot: remove non-functioning image bootable check
2023-03-20 Ilya Leoshkevichs390/dumpstack: resolve userspace last_break
2023-03-20 Luis Chamberlains390: simplify dynamic sysctl registration for appldata...
2023-03-20 Luis Chamberlains390: simplify one-level sysctl registration for page_t...
2023-03-20 Luis Chamberlains390: simplify one level sysctl registration for cmm_table
2023-03-20 Luis Chamberlains390: simplify one-level sysctl registration for applda...
2023-03-20 Luis Chamberlains390: simplify one-level syctl registration for s390dbf...
2023-03-20 Luis Chamberlains390: simplify one-level sysctl registration for topolo...
2023-03-13 Niklas Schnelles390/pci: clean up left over special treatment for...
2023-03-13 Niklas Schnelles390/pci: remove redundant pci_bus_add_devices() on...
2023-03-13 Niklas Schnelles390/pci: only add specific device in zpci_bus_scan_dev...
2023-03-13 Heiko Carstenss390/setup: always inline gen_lpswe()
2023-03-13 Al Viros390: trim ancient junk from copy_thread()
2023-03-13 Yu Zhes390/zcrypt: remove unnecessary (void *) conversions
2023-03-13 Heiko Carstenss390/bp: remove __bpon()
2023-03-13 Heiko Carstenss390/bp: remove s390_isolate_bp_guest()
2023-03-13 Heiko Carstenss390/bp: remove TIF_ISOLATE_BP
2023-03-13 Heiko Carstenss390/bp: add missing BPENTER to program check handler
2023-03-13 Heiko Carstenss390: update defconfigs
2023-03-13 Sven Schnelles390/ipl: add missing intersection check to ipl_report...
2023-03-13 Niklas SchnellePCI: s390: Fix use-after-free of PCI resources with...
2023-03-12 Linus TorvaldsLinux 6.3-rc2
2023-03-12 Hector Martinwifi: cfg80211: Partial revert "wifi: cfg80211: Fix...
2023-03-12 Linus TorvaldsMerge tag 'tpm-v6.3-rc3' of git://git./linux/kernel...
2023-03-12 Mario Limonciellotpm: disable hwrng for fTPM on some AMD designs
2023-03-12 Morten Linderudtpm/eventlog: Don't abort tpm_read_log on faulty ACPI...
2023-03-12 Linus TorvaldsMerge tag 'xfs-6.3-fixes-1' of git://git./fs/xfs/xfs...
2023-03-12 Linus TorvaldsMerge tag 'staging-6.3-rc2' of git://git./linux/kernel...
2023-03-12 Linus TorvaldsMerge tag 'x86_urgent_for_v6.3_rc2' of git://git./linux...
2023-03-12 Linus TorvaldsMerge tag 'kernel.fork.v6.3-rc2' of gitolite.pub/scm...
2023-03-12 Linus TorvaldsMerge tag 'vfs.misc.v6.3-rc2' of git://git./linux/kerne...
2023-03-12 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2023-03-12 Linus Torvaldscpumask: relax sanity checking constraints
2023-03-11 Linus TorvaldsMerge tag 'i2c-for-6.3-rc2' of git://git./linux/kernel...
2023-03-11 Richard Weinbergerubi: block: Fix missing blk_mq_end_request
2023-03-11 Zhihao Chengext4: zero i_disksize when initializing the bootloader...
2023-03-11 Ye Binext4: make sure fs error flag setted before clear journ...
2023-03-11 Ye Binext4: commit super block if fs record error when journa...
2023-03-11 Theodore Ts'oext4, jbd2: add an optimized bmap for the journal inode
2023-03-11 Ye Binext4: fix WARNING in ext4_update_inline_data
2023-03-11 Ye Binext4: move where set the MAY_INLINE_DATA flag is set
2023-03-11 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
next