Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | genirq/irqdesc: Don't try to remove non-existing sysfs files | Yang Yingliang | 2022-11-30 | 2 | -6/+11 | |
| * | | | | | | | genirq/msi: Remove msi_domain_ops:: Msi_check() | Thomas Gleixner | 2022-11-17 | 1 | -16/+1 | |
| * | | | | | | | genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN | Thomas Gleixner | 2022-11-17 | 2 | -9/+1 | |
| * | | | | | | | genirq/msi: Add bus token to struct msi_domain_info | Ahmed S. Darwish | 2022-11-17 | 1 | -2/+5 | |
| * | | | | | | | genirq/msi: Make __msi_domain_free_irqs() static | Thomas Gleixner | 2022-11-17 | 1 | -1/+2 | |
| * | | | | | | | genirq/msi: Provide msi_domain_ops:: Post_free() | Thomas Gleixner | 2022-11-17 | 1 | -0/+2 | |
| * | | | | | | | genirq/msi: Make __msi_domain_alloc_irqs() static | Thomas Gleixner | 2022-11-17 | 1 | -2/+4 | |
| * | | | | | | | genirq/msi: Add missing kernel doc to msi_next_desc() | Thomas Gleixner | 2022-11-17 | 1 | -0/+1 | |
| * | | | | | | | genirq/msi: Remove filter from msi_free_descs_free_range() | Thomas Gleixner | 2022-11-17 | 1 | -9/+10 | |
| * | | | | | | | genirq/msi: Use MSI_DESC_ALL in msi_add_simple_msi_descs() | Thomas Gleixner | 2022-11-17 | 1 | -1/+1 | |
| * | | | | | | | genirq: Remove unused argument force of irq_set_affinity_deactivated() | Angus Chen | 2022-11-17 | 1 | -2/+2 | |
* | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2022-12-12 | 4 | -8/+17 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'for-next/ftrace' into for-next/core | Will Deacon | 2022-12-06 | 3 | -6/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accesses | Mark Rutland | 2022-11-18 | 1 | -3/+3 | |
| | * | | | | | | | | ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instructio... | Mark Rutland | 2022-11-18 | 1 | -1/+1 | |
| | * | | | | | | | | ftrace: pass fregs to arch_ftrace_set_direct_caller() | Mark Rutland | 2022-11-18 | 1 | -2/+1 | |
| * | | | | | | | | | scs: add support for dynamic shadow call stacks | Ard Biesheuvel | 2022-11-09 | 1 | -2/+12 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-12-12 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED | Vlastimil Babka | 2022-12-01 | 1 | -2/+3 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2022-12-12 | 8 | -140/+428 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'rework/console-list-lock' into for-linus | Petr Mladek | 2022-12-08 | 82 | -964/+2732 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | printk: htmldocs: add missing description | John Ogness | 2022-12-02 | 1 | -0/+2 | |
| | * | | | | | | | | | printk: relieve console_lock of list synchronization duties | John Ogness | 2022-12-02 | 1 | -24/+20 | |
| | * | | | | | | | | | printk, xen: fbfront: create/use safe function for forcing preferred | John Ogness | 2022-12-02 | 1 | -3/+46 | |
| | * | | | | | | | | | console: introduce console_is_registered() | John Ogness | 2022-12-02 | 1 | -1/+1 | |
| | * | | | | | | | | | printk: console_device: use srcu console list iterator | John Ogness | 2022-12-02 | 1 | -1/+11 | |
| | * | | | | | | | | | printk: console_flush_on_panic: use srcu console list iterator | John Ogness | 2022-12-02 | 1 | -10/+11 | |
| | * | | | | | | | | | printk: console_unblank: use srcu console list iterator | John Ogness | 2022-12-02 | 1 | -4/+13 | |
| | * | | | | | | | | | printk: console_is_usable: use console_srcu_read_flags | John Ogness | 2022-12-02 | 1 | -4/+5 | |
| | * | | | | | | | | | printk: __pr_flush: use srcu console list iterator | John Ogness | 2022-12-02 | 1 | -1/+9 | |
| | * | | | | | | | | | printk: console_flush_all: use srcu console list iterator | John Ogness | 2022-12-02 | 1 | -15/+35 | |
| | * | | | | | | | | | kdb: use srcu console list iterator | John Ogness | 2022-12-02 | 1 | -2/+16 | |
| | * | | | | | | | | | console: introduce wrappers to read/write console flags | John Ogness | 2022-12-02 | 1 | -5/+5 | |
| | * | | | | | | | | | printk: introduce console_list_lock | John Ogness | 2022-12-02 | 1 | -9/+80 | |
| | * | | | | | | | | | printk: fix setting first seq for consoles | John Ogness | 2022-12-02 | 1 | -5/+45 | |
| | * | | | | | | | | | printk: move @seq initialization to helper | John Ogness | 2022-12-02 | 1 | -9/+14 | |
| | * | | | | | | | | | printk: register_console: use "registered" for variable names | John Ogness | 2022-12-02 | 1 | -7/+7 | |
| | * | | | | | | | | | printk: Prepare for SRCU console list protection | John Ogness | 2022-12-02 | 1 | -15/+72 | |
| | * | | | | | | | | | printk: Convert console_drivers list to hlist | Thomas Gleixner | 2022-12-02 | 1 | -46/+55 | |
| | * | | | | | | | | | srcu: Make Tiny synchronize_srcu() check for readers | Zqiang | 2022-12-02 | 1 | -0/+10 | |
| | * | | | | | | | | | rcu: Make SRCU mandatory | Paul E. McKenney | 2022-11-30 | 4 | -24/+16 | |
| * | | | | | | | | | | printk: use strscpy() to instead of strlcpy() | Xu Panda | 2022-12-01 | 1 | -1/+1 | |
| * | | | | | | | | | | printk: fix a typo of comment | Wang Honghui | 2022-11-22 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-12-12 | 2 | -11/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | fs/exec: switch timens when a task gets a new mm | Andrei Vagin | 2022-10-26 | 2 | -11/+21 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'seccomp-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-12-12 | 1 | -6/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | seccomp: Move copy_seccomp() to no failure path. | Kuniyuki Iwashima | 2022-12-02 | 1 | -6/+11 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'kcsan.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-12-12 | 1 | -0/+50 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | kcsan: Instrument memcpy/memset/memmove with newer Clang | Marco Elver | 2022-10-19 | 1 | -0/+50 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-12-12 | 14 | -153/+545 | |
|\ \ \ \ \ \ \ \ \ \ \ |