summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang2022-11-302-6/+11
| * | | | | | | genirq/msi: Remove msi_domain_ops:: Msi_check()Thomas Gleixner2022-11-171-16/+1
| * | | | | | | genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner2022-11-172-9/+1
| * | | | | | | genirq/msi: Add bus token to struct msi_domain_infoAhmed S. Darwish2022-11-171-2/+5
| * | | | | | | genirq/msi: Make __msi_domain_free_irqs() staticThomas Gleixner2022-11-171-1/+2
| * | | | | | | genirq/msi: Provide msi_domain_ops:: Post_free()Thomas Gleixner2022-11-171-0/+2
| * | | | | | | genirq/msi: Make __msi_domain_alloc_irqs() staticThomas Gleixner2022-11-171-2/+4
| * | | | | | | genirq/msi: Add missing kernel doc to msi_next_desc()Thomas Gleixner2022-11-171-0/+1
| * | | | | | | genirq/msi: Remove filter from msi_free_descs_free_range()Thomas Gleixner2022-11-171-9/+10
| * | | | | | | genirq/msi: Use MSI_DESC_ALL in msi_add_simple_msi_descs()Thomas Gleixner2022-11-171-1/+1
| * | | | | | | genirq: Remove unused argument force of irq_set_affinity_deactivated()Angus Chen2022-11-171-2/+2
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-12-124-8/+17
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-next/ftrace' into for-next/coreWill Deacon2022-12-063-6/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accessesMark Rutland2022-11-181-3/+3
| | * | | | | | | | ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instructio...Mark Rutland2022-11-181-1/+1
| | * | | | | | | | ftrace: pass fregs to arch_ftrace_set_direct_caller()Mark Rutland2022-11-181-2/+1
| * | | | | | | | | scs: add support for dynamic shadow call stacksArd Biesheuvel2022-11-091-2/+12
| |/ / / / / / / /
* | | | | | | | | Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-121-2/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATEDVlastimil Babka2022-12-011-2/+3
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-12-128-140/+428
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'rework/console-list-lock' into for-linusPetr Mladek2022-12-0882-964/+2732
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | printk: htmldocs: add missing descriptionJohn Ogness2022-12-021-0/+2
| | * | | | | | | | | printk: relieve console_lock of list synchronization dutiesJohn Ogness2022-12-021-24/+20
| | * | | | | | | | | printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness2022-12-021-3/+46
| | * | | | | | | | | console: introduce console_is_registered()John Ogness2022-12-021-1/+1
| | * | | | | | | | | printk: console_device: use srcu console list iteratorJohn Ogness2022-12-021-1/+11
| | * | | | | | | | | printk: console_flush_on_panic: use srcu console list iteratorJohn Ogness2022-12-021-10/+11
| | * | | | | | | | | printk: console_unblank: use srcu console list iteratorJohn Ogness2022-12-021-4/+13
| | * | | | | | | | | printk: console_is_usable: use console_srcu_read_flagsJohn Ogness2022-12-021-4/+5
| | * | | | | | | | | printk: __pr_flush: use srcu console list iteratorJohn Ogness2022-12-021-1/+9
| | * | | | | | | | | printk: console_flush_all: use srcu console list iteratorJohn Ogness2022-12-021-15/+35
| | * | | | | | | | | kdb: use srcu console list iteratorJohn Ogness2022-12-021-2/+16
| | * | | | | | | | | console: introduce wrappers to read/write console flagsJohn Ogness2022-12-021-5/+5
| | * | | | | | | | | printk: introduce console_list_lockJohn Ogness2022-12-021-9/+80
| | * | | | | | | | | printk: fix setting first seq for consolesJohn Ogness2022-12-021-5/+45
| | * | | | | | | | | printk: move @seq initialization to helperJohn Ogness2022-12-021-9/+14
| | * | | | | | | | | printk: register_console: use "registered" for variable namesJohn Ogness2022-12-021-7/+7
| | * | | | | | | | | printk: Prepare for SRCU console list protectionJohn Ogness2022-12-021-15/+72
| | * | | | | | | | | printk: Convert console_drivers list to hlistThomas Gleixner2022-12-021-46/+55
| | * | | | | | | | | srcu: Make Tiny synchronize_srcu() check for readersZqiang2022-12-021-0/+10
| | * | | | | | | | | rcu: Make SRCU mandatoryPaul E. McKenney2022-11-304-24/+16
| * | | | | | | | | | printk: use strscpy() to instead of strlcpy()Xu Panda2022-12-011-1/+1
| * | | | | | | | | | printk: fix a typo of commentWang Honghui2022-11-221-1/+1
* | | | | | | | | | | Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-122-11/+21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fs/exec: switch timens when a task gets a new mmAndrei Vagin2022-10-262-11/+21
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'seccomp-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-121-6/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | seccomp: Move copy_seccomp() to no failure path.Kuniyuki Iwashima2022-12-021-6/+11
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'kcsan.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-121-0/+50
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | kcsan: Instrument memcpy/memset/memmove with newer ClangMarco Elver2022-10-191-0/+50
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-1214-153/+545
|\ \ \ \ \ \ \ \ \ \ \