messages from 2018-12-17 13:25:24 to 2019-01-16 13:44:21 UTC [more...]
[PATCH 00/21] Refine memblock API
2019-01-16 13:44 UTC (22+ messages)
` [PATCH 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH 02/21] powerpc: use memblock functions "
` [PATCH 03/21] memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
` [PATCH 04/21] memblock: drop memblock_alloc_base_nid()
` [PATCH 05/21] memblock: emphasize that memblock_alloc_range() returns a physical address
` [PATCH 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH 07/21] memblock: memblock_phys_alloc(): "
` [PATCH 08/21] memblock: drop __memblock_alloc_base()
` [PATCH 09/21] memblock: drop memblock_alloc_base()
` [PATCH 10/21] memblock: refactor internal allocation functions
` [PATCH 11/21] memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
` [PATCH 12/21] arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
` [PATCH 13/21] arch: don't memset(0) memory returned by memblock_alloc()
` [PATCH 14/21] ia64: add checks for the return value of memblock_alloc*()
` [PATCH 15/21] sparc: "
` [PATCH 16/21] mm/percpu: "
` [PATCH 17/21] init/main: "
` [PATCH 18/21] swiotlb: "
` [PATCH 19/21] treewide: "
` [PATCH 20/21] memblock: memblock_alloc_try_nid: don't panic
` [PATCH 21/21] memblock: drop memblock_alloc_*_nopanic() variants
[PATCH V2] mm: Introduce GFP_PGTABLE
2019-01-16 13:39 UTC (14+ messages)
[PATCH 00/15] arch: synchronize syscall tables in preparation for y2038
2019-01-16 0:10 UTC (44+ messages)
` [PATCH 01/15] ia64: add __NR_umount2 definition
` [PATCH 02/15] ia64: add statx and io_pgetevents syscalls
` [PATCH 03/15] ia64: assign syscall numbers for perf and seccomp
` [PATCH 04/15] alpha: wire up io_pgetevents system call
` [PATCH 05/15] alpha: update syscall macro definitions
` [PATCH 06/15] ARM: add migrate_pages() system call
` [PATCH 07/15] ARM: add kexec_file_load system call number
` [PATCH 08/15] m68k: assign syscall number for seccomp
` [PATCH 09/15] sh: remove duplicate unistd_32.h file
` [PATCH 10/15] sh: add statx system call
` [PATCH 11/15] mips: fix n32 compat_ipc_parse_version
` [PATCH 12/15] sparc64: fix sparc_ipc type conversion
` [PATCH 13/15] ipc: rename old-style shmctl/semctl/msgctl syscalls
` [PATCH 14/15] arch: add split IPC system calls where needed
` [PATCH 15/15] arch: add pkey and rseq syscall numbers everywhere
[PATCH] sh: mm: make use of new memblocks_present() helper
2019-01-15 17:37 UTC
[PATCH] mm: Introduce GFP_PGTABLE
2019-01-15 14:23 UTC (13+ messages)
my subject
2019-01-15 0:23 UTC
[PATCH 0/2] sh: Unify the system call scripts
2019-01-14 8:11 UTC (7+ messages)
` [PATCH 1/2] sh: remove nargs from __SYSCALL
` [PATCH 2/2] sh: generate uapi header and syscall table header files
[PATCH 00/11] y2038: add time64 syscalls
2019-01-10 20:55 UTC (12+ messages)
` [PATCH 01/11] time: make adjtime compat handling available for 32 bit
` [PATCH 02/11] time: Add struct __kernel_timex
` [PATCH 03/11] time: fix sys_timer_settime prototype
` [PATCH 04/11] sparc64: add custom adjtimex/clock_adjtime functions
` [PATCH 05/11] timex: use __kernel_timex internally
` [PATCH 06/11] timex: change syscalls to use struct __kernel_timex
` [PATCH 08/11] y2038: use time32 syscall names on 32-bit
` [PATCH 09/11] y2038: remove struct definition redirects
` [PATCH 10/11] y2038: rename old time and utime syscalls
` [PATCH 11/11] y2038: add 64-bit time_t syscalls to all 32-bit architectures
` [PATCH 07/11] y2038: syscalls: rename y2038 compat syscalls
[PATCH RFT v2] net: sh_eth: add support for SH7786
2019-01-10 9:10 UTC (4+ messages)
[PATCH v5 0/4] serial: sh-sci: Fix fallback to PIO on DMA failure
2019-01-09 14:42 UTC (13+ messages)
` [PATCH v5 1/4] serial: sh-sci: Extract sci_dma_rx_chan_invalidate()
` [PATCH v5 2/4] serial: sh-sci: Extract sci_dma_rx_reenable_irq()
` [PATCH v5 3/4] serial: sh-sci: Fix fallback to PIO in sci_dma_rx_complete()
` [PATCH v5 4/4] serial: sh-sci: Make RX/TX DMA function names consistent
[PATCH 14/14] syscall_get_arch: add "struct task_struct *" argument
2019-01-09 12:43 UTC
[PATCH v4 0/6] memblock: simplify several early memory allocation
2019-01-08 14:23 UTC (9+ messages)
` [PATCH v4 1/6] powerpc: prefer memblock APIs returning virtual address
` [PATCH v4 2/6] microblaze: prefer memblock API "
` [PATCH v4 3/6] sh: prefer memblock APIs "
` [PATCH v4 4/6] openrisc: simplify pte_alloc_one_kernel()
` [PATCH v4 5/6] arch: simplify several early memory allocations
` [PATCH v4 6/6] arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()
[PATCH v7 20/22] syscall_get_arch: add "struct task_struct *" argument
2019-01-07 2:54 UTC
[GIT PULL][PATCH] sh: ftrace: Fix missing parenthesis in WARN_ON()
2019-01-05 22:15 UTC (2+ messages)
[PATCH 1/4] kbuild: remove redundant target cleaning on failure
2018-12-31 8:24 UTC
[GIT PULL] y2038: more syscalls and cleanups
2018-12-29 1:30 UTC (2+ messages)
[GIT PULL] asm-generic: syscall table script for arch/sh
2018-12-26 19:20 UTC (3+ messages)
[for-next][PATCH 0/5] tracing: Add string_has_prefix() and usages
2018-12-23 16:40 UTC (19+ messages)
` [for-next][PATCH 1/5] string.h: Add str_has_prefix() helper function
` [for-next][PATCH 2/5] tracing: Use str_has_prefix() helper for histogram code
` [for-next][PATCH 3/5] tracing: Use str_has_prefix() instead of using fixed sizes
` [for-next][PATCH 4/5] tracing: Have the historgram use the result of str_has_prefix() for len of pre
` [for-next][PATCH 4/5] tracing: Have the historgram use the result of str_has_prefix() for len of
` [for-next][PATCH 5/5] tracing: Use the return of str_has_prefix() to remove open coded numbers
[for-next][PATCH 07/24] sh: ftrace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack
2018-12-21 17:56 UTC
[PATCH v2 1/2] mips/kgdb: prepare arch_kgdb_ops for constness
2018-12-19 16:57 UTC (4+ messages)
` [PATCH v2 2/2] kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops
[REPOST PATCH v6 0/4] kgdb: Fix kgdb_roundup_cpus()
2018-12-19 16:55 UTC (5+ messages)
` [REPOST PATCH v6 1/4] kgdb: Remove irq flags from roundup
` [REPOST PATCH v6 2/4] kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()
<<<Good Day To You Sir>>
2018-12-17 21:09 UTC
[PATCH 00/15] pinctrl: sh-pfc: Fix config register descriptions
2018-12-17 19:58 UTC (31+ messages)
` [PATCH 01/15] pinctrl: sh-pfc: r8a77994: Remove bogus IPSR9 field
` [PATCH 02/15] pinctrl: sh-pfc: r8a779970: Add missing MOD_SEL0 field
` [PATCH 03/15] pinctrl: sh-pfc: r8a779980: "
` [PATCH 04/15] pinctrl: sh-pfc: sh7734: Add missing IPSR11 field
` [PATCH 05/15] pinctrl: sh-pfc: r8a77990: Fix MOD_SEL0 SEL_I2C1 field width
` [PATCH 06/15] pinctrl: sh-pfc: r8a77995: Remove bogus SEL_PWM[0-3]_3 configurations
` [PATCH 07/15] pinctrl: sh-pfc: sh7264: Fix PFCR3 and PFCR0 register configuration
` [PATCH 08/15] pinctrl: sh-pfc: sh7269: Add missing PCIOR0 field
` [PATCH 09/15] pinctrl: sh-pfc: sh7734: Remove bogus IPSR10 value
` [PATCH 10/15] pinctrl: sh-pfc: sh7734: Fix shifted values in IPSR10
` [PATCH 11/15] pinctrl: sh-pfc: Print actual field width for variable-width fields
` [PATCH 12/15] pinctrl: sh-pfc: Make pinmux_cfg_reg.var_field_width[] variable-length
[PATCH v2 0/6] sparsemem support for RISC-V
2018-12-17 16:50 UTC (4+ messages)
` [PATCH v2 6/6] RISC-V: Implement sparsemem
[PATCH v4 0/4] serial: sh-sci: Fix fallback to PIO on DMA failure
2018-12-17 14:50 UTC (10+ messages)
` [PATCH v4 2/4] serial: sh-sci: Fix crash in rx_timer_fn() on PIO fallback
` [PATCH v4 3/4] serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failure
` [PATCH v4 4/4] serial: sh-sci: Fix fallback to PIO in sci_dma_rx_complete()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).