Linux ia64
[Prev Page][Next Page]
- [PATCH 0/4] mm: percpu: Cleanup percpu first chunk function,
Kefeng Wang
- [PATCH v5 00/21] Introduce power-off+restart call chain API,
Dmitry Osipenko
- [PATCH v5 08/21] arm64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 06/21] csky: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 19/21] ACPI: power: Switch to sys-off handler API, Dmitry Osipenko
- [PATCH v5 01/21] notifier: Add blocking_notifier_call_chain_is_empty(), Dmitry Osipenko
- [PATCH v5 10/21] xen/x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 05/21] ARM: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 04/21] kernel: Add combined power-off+restart handler call chain API, Dmitry Osipenko
- [PATCH v5 15/21] ia64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 16/21] mips: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 17/21] nds32: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 18/21] memory: emif: Use kernel_can_power_off(), Dmitry Osipenko
- [PATCH v5 07/21] riscv: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 13/21] sh: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 02/21] notifier: Add atomic/blocking_notifier_chain_register_unique_prio(), Dmitry Osipenko
- [PATCH v5 21/21] reboot: Remove pm_power_off_prepare(), Dmitry Osipenko
- [PATCH v5 12/21] m68k: Switch to new sys-off handler API, Dmitry Osipenko
- [PATCH v5 14/21] x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 03/21] reboot: Print error message if restart handler has duplicated priority, Dmitry Osipenko
- [PATCH v5 11/21] powerpc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v5 20/21] regulator: pfuze100: Use devm_register_sys_off_handler(), Dmitry Osipenko
- [PATCH v5 09/21] parisc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v2 0/2] kdump: simplify code,
Tiezhu Yang
- [PATCH 0/2] kdump: simplify code,
Tiezhu Yang
- [RFC PATCH 12/14] ia64/crash_dump: Use the new interface copy_oldmem_page_buf, Amit Daniel Kachhap
- [PATCH 11/11] locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h, Sebastian Andrzej Siewior
- [PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage,
Yury Norov
- [PATCH 1/9] lib/bitmap: add bitmap_weight_{eq,gt,le}, Yury Norov
- [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq(), Yury Norov
- [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}, Yury Norov
- Re: [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}, Michał Mirosław
- Re: [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}, Greg Kroah-Hartman
- [PATCH 5/9] lib/cpumask: add cpumask_weight_{eq,gt,le}, Yury Norov
- [PATCH 4/9] tools: sync bitmap_weight() usage with the kernel, Yury Norov
- [PATCH 6/9] lib/nodemask: add nodemask_weight_{eq,gt,le}, Yury Norov
- [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Yury Norov
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Michał Mirosław
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Michał Mirosław
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Yury Norov
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Joe Perches
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Yury Norov
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Dennis Zhou
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Joe Perches
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Emil Renner Berthing
- [PATCH 8/9] lib/nodemask: add num_node_state_eq(), Yury Norov
- [PATCH 9/9] MAINTAINERS: add cpumask and nodemask files to BITMAP_API, Yury Norov
- Re: [PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage, Nicholas Piggin
- Re: [PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage, mirq-test
- [PATCH v4 00/25] Introduce power-off+restart call chain API,
Dmitry Osipenko
- [PATCH v4 01/25] notifier: Remove extern annotation from function prototypes, Dmitry Osipenko
- [PATCH v4 02/25] notifier: Add blocking_notifier_call_chain_is_empty(), Dmitry Osipenko
- [PATCH v4 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority(), Dmitry Osipenko
- [PATCH v4 04/25] reboot: Correct typo in a comment, Dmitry Osipenko
- [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority, Dmitry Osipenko
- [PATCH v4 06/25] reboot: Warn if unregister_restart_handler() fails, Dmitry Osipenko
- [PATCH v4 07/25] reboot: Remove extern annotation from function prototypes, Dmitry Osipenko
- [PATCH v4 08/25] kernel: Add combined power-off+restart handler call chain API, Dmitry Osipenko
- [PATCH v4 09/25] ARM: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 10/25] csky: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 11/25] riscv: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 12/25] arm64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 13/25] parisc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 14/25] xen/x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 15/25] powerpc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 16/25] m68k: Switch to new sys-off handler API, Dmitry Osipenko
- [PATCH v4 17/25] sh: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 18/25] x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 19/25] ia64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 20/25] mips: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 21/25] nds32: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v4 22/25] memory: emif: Use kernel_can_power_off(), Dmitry Osipenko
- [PATCH v4 23/25] ACPI: power: Switch to sys-off handler API, Dmitry Osipenko
- [PATCH v4 24/25] regulator: pfuze100: Use devm_register_sys_off_handler(), Dmitry Osipenko
- [PATCH v4 25/25] reboot: Remove pm_power_off_prepare(), Dmitry Osipenko
- [PATCH 4.9] hugetlbfs: flush TLBs correctly after huge_pmd_unshare,
Nadav Amit
- [PATCH 1/1] futex: Wireup futex_waitv syscall,
André Almeida
- [PATCH 4.19 101/323] ia64: dont do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK, Greg Kroah-Hartman
- [PATCH 4.14 084/251] ia64: dont do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK, Greg Kroah-Hartman
- [PATCH 4.9 069/207] ia64: dont do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK, Greg Kroah-Hartman
- [PATCH 4.4 054/162] ia64: dont do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK, Greg Kroah-Hartman
- [PATCH RFC 0/4] mm: percpu: Cleanup percpu first chunk funciton,
Kefeng Wang
- [PATCH 0/8] kernel/fork: Move thread stack free otu of the scheduler path.,
Sebastian Andrzej Siewior
- [PATCH 1/8] kernel/fork: Redo ifdefs around task's handling., Sebastian Andrzej Siewior
- [PATCH 8/8] kernel/fork: Use IS_ENABLED() in account_kernel_stack()., Sebastian Andrzej Siewior
- [PATCH 2/8] kernel/fork: Duplicate task_struct before stack allocation., Sebastian Andrzej Siewior
- [PATCH 6/8] kernel/fork: Move task stack account to do_exit()., Sebastian Andrzej Siewior
- [PATCH 4/8] kernel/fork: Don't assign the stack pointer in dup_task_struct()., Sebastian Andrzej Siewior
- [PATCH 3/8] kernel/fork, IA64: Provide a alloc_thread_stack_node() for IA64., Sebastian Andrzej Siewior
- [PATCH 5/8] kernel/fork: Move memcg_charge_kernel_stack() into CONFIG_VMAP_STACK., Sebastian Andrzej Siewior
- [PATCH 7/8] kernel/fork: Only cache the VMAP stack in finish_task_switch()., Sebastian Andrzej Siewior
- Re: [PATCH 0/8] kernel/fork: Move thread stack free otu of the scheduler path., Sebastian Andrzej Siewior
- [PATCH 5.10 199/575] ia64: dont do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK, Greg Kroah-Hartman
- [PATCH 5.14 252/849] ia64: dont do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK, Greg Kroah-Hartman
- [PATCH 5.15 232/917] ia64: dont do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK, Greg Kroah-Hartman
- [PATCH 5.4 139/355] ia64: dont do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK, Greg Kroah-Hartman
- [aegl:dsa_page_zero_prototype 31/39] drivers/dma/idxd/dsa_page_clear_engine.c:29:5: error: no previous prototype for 'get_clear_pages', kernel test robot
- [aegl:dsa_page_zero_prototype 17/39] drivers/dma/idxd/ktest.c:76:5: error: variable 'status' set but not used, kernel test robot
- [aegl:dsa_page_zero_prototype 30/39] mm/page_alloc.c:167:14: error: 'engine_cleanup' defined but not used, kernel test robot
- [PATCH AUTOSEL 4.9 15/33] ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK, Sasha Levin
- [PATCH AUTOSEL 4.4 14/30] ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK, Sasha Levin
- [PATCH AUTOSEL 4.14 18/39] ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK, Sasha Levin
- [PATCH AUTOSEL 4.19 21/47] ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK, Sasha Levin
- [PATCH v3 00/25] Introduce power-off+restart call chain API,
Dmitry Osipenko
- [PATCH v3 01/25] notifier: Remove extern annotation from function prototypes, Dmitry Osipenko
- [PATCH v3 02/25] notifier: Add blocking_notifier_call_chain_is_empty(), Dmitry Osipenko
- [PATCH v3 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority(), Dmitry Osipenko
- [PATCH v3 04/25] reboot: Correct typo in a comment, Dmitry Osipenko
- [PATCH v3 05/25] reboot: Warn if restart handler has duplicated priority, Dmitry Osipenko
- [PATCH v3 06/25] reboot: Warn if unregister_restart_handler() fails, Dmitry Osipenko
- [PATCH v3 07/25] reboot: Remove extern annotation from function prototypes, Dmitry Osipenko
- [PATCH v3 08/25] kernel: Add combined power-off+restart handler call chain API, Dmitry Osipenko
- [PATCH v3 09/25] ARM: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v3 10/25] csky: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v3 11/25] riscv: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v3 12/25] arm64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v3 13/25] parisc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v3 14/25] xen/x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v3 15/25] sh: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v3 16/25] x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v3 17/25] ia64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v3 18/25] mips: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v3 19/25] nds32: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v3 20/25] powerpc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v3 21/25] m68k: Switch to new sys-off handler API, Dmitry Osipenko
- [PATCH v3 22/25] memory: emif: Use kernel_can_power_off(), Dmitry Osipenko
- [PATCH v3 23/25] ACPI: power: Switch to sys-off handler API, Dmitry Osipenko
- [PATCH v3 24/25] regulator: pfuze100: Use devm_register_sys_off_handler(), Dmitry Osipenko
- [PATCH v3 25/25] reboot: Remove pm_power_off_prepare(), Dmitry Osipenko
- Re: [PATCH v3 00/25] Introduce power-off+restart call chain API, Dmitry Osipenko
- [PATCH] ia64: module: use swap() to make code cleaner,
davidcomponentone
- [PATCH] ia64: use swap() to make code cleaner, davidcomponentone
- [PATCH v2 00/45] Introduce power-off+restart call chain API,
Dmitry Osipenko
- [PATCH v2 01/45] notifier: Remove extern annotation from function prototypes, Dmitry Osipenko
- [PATCH v2 02/45] notifier: Add blocking_notifier_call_chain_empty(), Dmitry Osipenko
- [PATCH v2 03/45] notifier: Add atomic/blocking_notifier_has_unique_priority(), Dmitry Osipenko
- [PATCH v2 04/45] reboot: Correct typo in a comment, Dmitry Osipenko
- [PATCH v2 05/45] reboot: Warn if restart handler has duplicated priority, Dmitry Osipenko
- [PATCH v2 06/45] reboot: Warn if unregister_restart_handler() fails, Dmitry Osipenko
- [PATCH v2 07/45] reboot: Remove extern annotation from function prototypes, Dmitry Osipenko
- [PATCH v2 08/45] kernel: Add combined power-off+restart handler call chain API, Dmitry Osipenko
- [PATCH v2 09/45] xen/x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v2 10/45] ARM: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v2 11/45] arm64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v2 12/45] csky: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v2 13/45] ia64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v2 14/45] mips: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v2 15/45] nds32: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v2 17/45] powerpc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v2 16/45] parisc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v2 18/45] riscv: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v2 19/45] sh: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v2 20/45] x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v2 21/45] m68k: Switch to new power-handler API, Dmitry Osipenko
- [PATCH v2 22/45] memory: emif: Use kernel_can_power_off(), Dmitry Osipenko
- [PATCH v2 23/45] ACPI: power: Switch to power-handler API, Dmitry Osipenko
- [PATCH v2 25/45] reboot: Remove pm_power_off_prepare(), Dmitry Osipenko
- [PATCH v2 24/45] regulator: pfuze100: Use devm_register_power_handler(), Dmitry Osipenko
- [PATCH v2 26/45] soc/tegra: pmc: Utilize power-handler API to power off Nexus 7 properly, Dmitry Osipenko
- [PATCH v2 27/45] mfd: ntxec: Use devm_register_power_handler(), Dmitry Osipenko
- [PATCH v2 29/45] mfd: acer-a500: Use devm_register_power_handler(), Dmitry Osipenko
- [PATCH v2 28/45] mfd: rn5t618: Use devm_register_power_handler(), Dmitry Osipenko
- [PATCH v2 30/45] mfd: ene-kb3930: Use devm_register_power_handler(), Dmitry Osipenko
- [PATCH v2 31/45] mfd: axp20x: Use register_simple_power_off_handler(), Dmitry Osipenko
- [PATCH v2 32/45] mfd: retu: Use devm_register_simple_power_off_handler(), Dmitry Osipenko
- [PATCH v2 33/45] mfd: rk808: Use devm_register_simple_power_off_handler(), Dmitry Osipenko
- [PATCH v2 34/45] mfd: palmas: Use devm_register_simple_power_off_handler(), Dmitry Osipenko
- [PATCH v2 35/45] mfd: max8907: Use devm_register_simple_power_off_handler(), Dmitry Osipenko
- [PATCH v2 36/45] mfd: tps6586x: Use devm_register_simple_power_off_handler(), Dmitry Osipenko
- [PATCH v2 37/45] mfd: tps65910: Use devm_register_simple_power_off_handler(), Dmitry Osipenko
- [PATCH v2 39/45] mfd: dm355evm_msp: Use devm_register_trivial_power_off_handler(), Dmitry Osipenko
- [PATCH v2 38/45] mfd: max77620: Use devm_register_simple_power_off_handler(), Dmitry Osipenko
- [PATCH v2 40/45] mfd: twl4030: Use devm_register_trivial_power_off_handler(), Dmitry Osipenko
- Re: [PATCH v2 00/45] Introduce power-off+restart call chain API, Dmitry Osipenko
- [PATCH] locking: remove spin_lock_flags() etc,
Arnd Bergmann
- [RFC PATCH] lkdtm: Replace lkdtm_rodata_do_nothing() by do_nothing(),
Christophe Leroy
- [PATCH v3 00/12] Fix LKDTM for PPC64/IA64/PARISC,
Christophe Leroy
- [PATCH v3 01/12] powerpc: Move and rename func_descr_t, Christophe Leroy
- [PATCH v3 10/12] lkdtm: Really write into kernel text in WRITE_KERN, Christophe Leroy
- [PATCH v3 09/12] lkdtm: Force do_nothing() out of line, Christophe Leroy
- [PATCH v3 03/12] powerpc: Remove 'struct ppc64_opd_entry', Christophe Leroy
- [PATCH v3 02/12] powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry', Christophe Leroy
- [PATCH v3 05/12] ia64: Rename 'ip' to 'addr' in 'struct fdesc', Christophe Leroy
- [PATCH v3 08/12] asm-generic: Refactor dereference_[kernel]_function_descriptor(), Christophe Leroy
- [PATCH v3 12/12] lkdtm: Add a test for function descriptors protection, Christophe Leroy
- [PATCH v3 04/12] powerpc: Prepare func_desc_t for refactorisation, Christophe Leroy
- [PATCH v3 06/12] asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS, Christophe Leroy
- [PATCH v3 07/12] asm-generic: Define 'func_desc_t' to commonly describe function descriptors, Christophe Leroy
- [PATCH v3 11/12] lkdtm: Fix execute_[user]_location(), Christophe Leroy
- [PATCH v2 00/13] Fix LKDTM for PPC64/IA64/PARISC,
Christophe Leroy
- [PATCH v2 09/13] lkdtm: Force do_nothing() out of line, Christophe Leroy
- [PATCH v2 11/13] lkdtm: Fix lkdtm_EXEC_RODATA(), Christophe Leroy
- [PATCH v2 10/13] lkdtm: Really write into kernel text in WRITE_KERN, Christophe Leroy
- [PATCH v2 01/13] powerpc: Move 'struct ppc64_opd_entry' back into asm/elf.h, Christophe Leroy
- [PATCH v2 04/13] powerpc: Prepare func_desc_t for refactorisation, Christophe Leroy
- [PATCH v2 05/13] ia64: Rename 'ip' to 'addr' in 'struct fdesc', Christophe Leroy
- [PATCH v2 03/13] powerpc: Remove func_descr_t, Christophe Leroy
- [PATCH v2 02/13] powerpc: Rename 'funcaddr' to 'addr' in 'struct ppc64_opd_entry', Christophe Leroy
- [PATCH v2 13/13] lkdtm: Add a test for function descriptors protection, Christophe Leroy
- [PATCH v2 07/13] asm-generic: Define 'func_desc_t' to commonly describe function descriptors, Christophe Leroy
- [PATCH v2 12/13] lkdtm: Fix execute_[user]_location(), Christophe Leroy
- [PATCH v2 06/13] asm-generic: Use HAVE_FUNCTION_DESCRIPTORS to define associated stubs, Christophe Leroy
- [PATCH v2 08/13] asm-generic: Refactor dereference_[kernel]_function_descriptor(), Christophe Leroy
- Re: [PATCH v2 00/13] Fix LKDTM for PPC64/IA64/PARISC, Daniel Axtens
- [PATCH 2/2] kbuild: use more subdir- for visiting subdirectories while cleaning,
Masahiro Yamada
- [PATCH AUTOSEL 5.10 11/11] firmware: include drivers/firmware/Kconfig unconditionally,
Sasha Levin
- [PATCH AUTOSEL 5.14 17/17] firmware: include drivers/firmware/Kconfig unconditionally,
Sasha Levin
- [PATCH v1 00/10] Fix LKDTM for PPC64/IA64/PARISC,
Christophe Leroy
- [PATCH v1 09/10] lkdtm: Fix lkdtm_EXEC_RODATA(), Christophe Leroy
- [PATCH v1 10/10] lkdtm: Fix execute_[user]_location(), Christophe Leroy
- [PATCH v1 02/10] powerpc: Rename 'funcaddr' to 'addr' in 'struct ppc64_opd_entry', Christophe Leroy
- [PATCH v1 03/10] ia64: Rename 'ip' to 'addr' in 'struct fdesc', Christophe Leroy
- [PATCH v1 06/10] asm-generic: Refactor dereference_[kernel]_function_descriptor(), Christophe Leroy
- [PATCH v1 07/10] lkdtm: Force do_nothing() out of line, Christophe Leroy
- [PATCH v1 08/10] lkdtm: Really write into kernel text in WRITE_KERN, Christophe Leroy
- [PATCH v1 05/10] asm-generic: Define 'funct_descr_t' to commonly describe function descriptors, Christophe Leroy
- [PATCH v1 01/10] powerpc: Move 'struct ppc64_opd_entry' back into asm/elf.h, Christophe Leroy
- [PATCH v1 04/10] asm-generic: Use HAVE_DEREFERENCE_FUNCTION_DESCRIPTOR to define associated stubs, Christophe Leroy
- [PATCH 0/2] sched: cleanup CONFIG_SCHED_MC & friends,
Valentin Schneider
- [PATCH v2 1/2] firmware: include drivers/firmware/Kconfig unconditionally,
Arnd Bergmann
- [PATCH v2 0/5] mm/memory_hotplug: full support for add_memory_driver_managed() with CONFIG_ARCH_KEEP_MEMBLOCK,
David Hildenbrand
- [PATCH 1/2] firmware: include drivers/firmware/Kconfig unconditionally,
Arnd Bergmann
- [PATCH v1 0/4] mm/memory_hotplug: full support for,
David Hildenbrand
- [PATCH v2] ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK,
Randy Dunlap
- [PATCH] ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK,
Randy Dunlap
- [PATCH 2/6] ptrace: Remove the unnecessary arguments from arch_ptrace_stop, Eric W. Biederman
- [PATCH -tip v11 00/27] kprobes: Fix stacktrace with kretprobes on x86,
Masami Hiramatsu
- [PATCH -tip v11 01/27] kprobes: Do not use local variable when creating debugfs file, Masami Hiramatsu
- [PATCH -tip v11 02/27] kprobes: Use helper to parse boolean input from userspace, Masami Hiramatsu
- [PATCH -tip v11 03/27] kprobe: Simplify prepare_kprobe() by dropping redundant version, Masami Hiramatsu
- [PATCH -tip v11 04/27] csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location(), Masami Hiramatsu
- [PATCH -tip v11 05/27] kprobes: Make arch_check_ftrace_location static, Masami Hiramatsu
- [PATCH -tip v11 06/27] kprobes: treewide: Cleanup the error messages for kprobes, Masami Hiramatsu
- [PATCH -tip v11 08/27] kprobes: Use IS_ENABLED() instead of kprobes_built_in(), Masami Hiramatsu
- [PATCH -tip v11 07/27] kprobes: Fix coding style issues, Masami Hiramatsu
- [PATCH -tip v11 09/27] kprobes: Add assertions for required lock, Masami Hiramatsu
- [PATCH -tip v11 10/27] kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe(), Masami Hiramatsu
- [PATCH -tip v11 11/27] kprobes: Use bool type for functions which returns boolean value, Masami Hiramatsu
- [PATCH -tip v11 12/27] ia64: kprobes: Fix to pass correct trampoline address to the handler, Masami Hiramatsu
- [PATCH -tip v11 13/27] kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor(), Masami Hiramatsu
- [PATCH -tip v11 14/27] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler(), Masami Hiramatsu
- [PATCH -tip v11 15/27] kprobes: treewide: Make it harder to refer kretprobe_trampoline directly, Masami Hiramatsu
- [PATCH -tip v11 16/27] kprobes: Add kretprobe_find_ret_addr() for searching return address, Masami Hiramatsu
- [PATCH -tip v11 17/27] objtool: Add frame-pointer-specific function ignore, Masami Hiramatsu
- [PATCH -tip v11 18/27] objtool: Ignore unwind hints for ignored functions, Masami Hiramatsu
- [PATCH -tip v11 19/27] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline(), Masami Hiramatsu
- [PATCH -tip v11 20/27] ARC: Add instruction_pointer_set() API, Masami Hiramatsu
- [PATCH -tip v11 21/27] ia64: Add instruction_pointer_set() API, Masami Hiramatsu
- [PATCH -tip v11 22/27] arm: kprobes: Make space for instruction pointer on stack, Masami Hiramatsu
- [PATCH -tip v11 23/27] kprobes: Enable stacktrace from pt_regs in kretprobe handler, Masami Hiramatsu
- [PATCH -tip v11 24/27] x86/kprobes: Push a fake return address at kretprobe_trampoline, Masami Hiramatsu
- [PATCH -tip v11 25/27] x86/unwind: Recover kretprobe trampoline entry, Masami Hiramatsu
- [PATCH -tip v11 27/27] x86/kprobes: Fixup return address in generic trampoline handler, Masami Hiramatsu
- [PATCH -tip v11 26/27] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline, Masami Hiramatsu
- Re: [PATCH -tip v11 00/27] kprobes: Fix stacktrace with kretprobes on x86, Andrii Nakryiko
- Re: [PATCH -tip v11 00/27] kprobes: Fix stacktrace with kretprobes on x86, Masami Hiramatsu
- [PATCH] arch: remove unused function syscall_set_arguments(),
Peter Collingbourne
- [PATCH] iommu/dma: Tidy up Kconfig selects,
Robin Murphy
- [PATCH v4] ftrace: Cleanup ftrace_dyn_arch_init(),
Weizhao Ouyang
- [PATCH v3] ftrace: Cleanup ftrace_dyn_arch_init(),
Weizhao Ouyang
- [PATCH v2] ftrace: Cleanup ftrace_dyn_arch_init(),
Weizhao Ouyang
- [PATCH] ftrace: Cleanup ftrace_dyn_arch_init(),
Weizhao Ouyang
- [PATCH 0/3] ia64: Miscellaneous fixes and cleanups,
Geert Uytterhoeven
- [PATCH linux-next] arch/ia64/kernel/module.c: fix bugon.cocci warnings,
CGEL
- [PATCH] ia64: fix typo in a comment,
Jason Wang
- [PATCH] ia64: move core-y in arch/ia64/Makefile to arch/ia64/Kbuild,
Masahiro Yamada
- [RFC PATCH 02/15] arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER, Zi Yan
- [PATCH v3 00/21] .map_sg() error cleanup,
Logan Gunthorpe
- [PATCH v3 04/21] dma-iommu: Return error code from iommu_dma_map_sg(), Logan Gunthorpe
- [PATCH v3 02/21] dma-direct: Return appropriate error code from dma_direct_map_sg(), Logan Gunthorpe
- [PATCH v3 21/21] dma-mapping: Disallow .map_sg operations from returning zero on error, Logan Gunthorpe
- [PATCH v3 03/21] iommu: Return full error code from iommu_map_sg[_atomic](), Logan Gunthorpe
- [PATCH v3 20/21] dma-mapping: return error code from dma_dummy_map_sg(), Logan Gunthorpe
- [PATCH v3 01/21] dma-mapping: Allow map_sg() ops to return negative error codes, Logan Gunthorpe
- [PATCH v3 17/21] xen: swiotlb: return error code from xen_swiotlb_map_sg(), Logan Gunthorpe
- [PATCH v3 19/21] x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERROR, Logan Gunthorpe
- [PATCH v3 18/21] x86/amd_gart: return error code from gart_map_sg(), Logan Gunthorpe
- [PATCH v3 15/21] sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR, Logan Gunthorpe
- [PATCH v3 14/21] sparc/iommu: return error codes from .map_sg() ops, Logan Gunthorpe
- [PATCH v3 16/21] parisc: return error code from .map_sg() ops, Logan Gunthorpe
- [PATCH v3 12/21] s390/pci: return error code from s390_dma_map_sg(), Logan Gunthorpe
- [PATCH v3 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR, Logan Gunthorpe
- [PATCH v3 08/21] ia64/sba_iommu: return error code from sba_map_sg_attrs(), Logan Gunthorpe
- [PATCH v3 09/21] MIPS/jazzdma: return error code from jazz_dma_map_sg(), Logan Gunthorpe
- [PATCH v3 10/21] powerpc/iommu: return error code from .map_sg() ops, Logan Gunthorpe
- [PATCH v3 11/21] powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR, Logan Gunthorpe
- [PATCH v3 06/21] ARM/dma-mapping: return error code from .map_sg() ops, Logan Gunthorpe
- [PATCH v3 07/21] ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR, Logan Gunthorpe
- [PATCH v3 05/21] alpha: return error code from alpha_pci_map_sg(), Logan Gunthorpe
- Re: [PATCH v3 00/21] .map_sg() error cleanup, Christoph Hellwig
- [PATCH -tip v10 00/16] kprobes: Fix stacktrace with kretprobes on x86,
Masami Hiramatsu
- [PATCH -tip v10 03/16] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler(), Masami Hiramatsu
- [PATCH -tip v10 01/16] ia64: kprobes: Fix to pass correct trampoline address to the handler, Masami Hiramatsu
- [PATCH -tip v10 04/16] kprobes: treewide: Make it harder to refer kretprobe_trampoline directly, Masami Hiramatsu
- [PATCH -tip v10 02/16] kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor(), Masami Hiramatsu
- [PATCH -tip v10 07/16] objtool: Ignore unwind hints for ignored functions, Masami Hiramatsu
- [PATCH -tip v10 08/16] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline(), Masami Hiramatsu
- [PATCH -tip v10 05/16] kprobes: Add kretprobe_find_ret_addr() for searching return address, Masami Hiramatsu
- [PATCH -tip v10 09/16] ARC: Add instruction_pointer_set() API, Masami Hiramatsu
- [PATCH -tip v10 06/16] objtool: Add frame-pointer-specific function ignore, Masami Hiramatsu
- [PATCH -tip v10 10/16] ia64: Add instruction_pointer_set() API, Masami Hiramatsu
- [PATCH -tip v10 11/16] arm: kprobes: Make space for instruction pointer on stack, Masami Hiramatsu
- [PATCH -tip v10 13/16] x86/kprobes: Push a fake return address at kretprobe_trampoline, Masami Hiramatsu
- [PATCH -tip v10 12/16] kprobes: Enable stacktrace from pt_regs in kretprobe handler, Masami Hiramatsu
- [PATCH -tip v10 14/16] x86/unwind: Recover kretprobe trampoline entry, Masami Hiramatsu
- [PATCH -tip v10 15/16] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline, Masami Hiramatsu
- [PATCH -tip v10 16/16] x86/kprobes: Fixup return address in generic trampoline handler, Masami Hiramatsu
- Re: [PATCH -tip v10 00/16] kprobes: Fix stacktrace with kretprobes on x86, Masami Hiramatsu
- [RFC PATCH 0/1] Non stack-intrusive return probe event, Masami Hiramatsu
- [PATCH] arch: Kconfig: clean up obsolete use of HAVE_IDE,
Lukas Bulwahn
- [PATCH -tip v3 0/6] kprobes: treewide: Clean up kprobe code,
Masami Hiramatsu
- [PATCH v2 00/21] .map_sg() error cleanup,
Logan Gunthorpe
- [PATCH v2 02/21] dma-direct: Return appropriate error code from dma_direct_map_sg(), Logan Gunthorpe
- [PATCH v2 21/21] dma-mapping: Disallow .map_sg operations from returning zero on error, Logan Gunthorpe
- [PATCH v2 01/21] dma-mapping: Allow map_sg() ops to return negative error codes, Logan Gunthorpe
- [PATCH v2 20/21] dma-mapping: return error code from dma_dummy_map_sg(), Logan Gunthorpe
- [PATCH v2 17/21] xen: swiotlb: return error code from xen_swiotlb_map_sg(), Logan Gunthorpe
- [PATCH v2 18/21] x86/amd_gart: return error code from gart_map_sg(), Logan Gunthorpe
- [PATCH v2 19/21] x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERROR, Logan Gunthorpe
- [PATCH v2 16/21] parisc: return error code from .map_sg() ops, Logan Gunthorpe
- [PATCH v2 14/21] sparc/iommu: return error codes from .map_sg() ops, Logan Gunthorpe
- [PATCH v2 15/21] sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR, Logan Gunthorpe
- [PATCH v2 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR, Logan Gunthorpe
- [PATCH v2 04/21] dma-iommu: Return error code from iommu_dma_map_sg(), Logan Gunthorpe
- [PATCH v2 07/21] ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR, Logan Gunthorpe
- [PATCH v2 05/21] alpha: return error code from alpha_pci_map_sg(), Logan Gunthorpe
- [PATCH v2 06/21] ARM/dma-mapping: return error code from .map_sg() ops, Logan Gunthorpe
- [PATCH v2 12/21] s390/pci: return error code from s390_dma_map_sg(), Logan Gunthorpe
- [PATCH v2 03/21] iommu: Return full error code from iommu_map_sg[_atomic](), Logan Gunthorpe
- [PATCH v2 09/21] MIPS/jazzdma: return error code from jazz_dma_map_sg(), Logan Gunthorpe
- [PATCH v2 11/21] powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR, Logan Gunthorpe
- [PATCH v2 10/21] powerpc/iommu: return error code from .map_sg() ops, Logan Gunthorpe
- [PATCH v2 08/21] ia64/sba_iommu: return error code from sba_map_sg_attrs(), Logan Gunthorpe
- [PATCH v3 0/6] asm-generic: strncpy_from_user/strnlen_user cleanup,
Arnd Bergmann
[Index of Archives]
[Linux x86_64]
[Linux S390]
[Kernel]
[Linux ARM]
Mail converted by MHonArc