messages from 2019-04-03 01:19:49 to 2019-05-07 21:25:45 UTC [more...]
[PATCH v2 1/8] mm/memory_hotplug: Simplify and fix check_hotplug_memory_range()
2019-05-07 21:25 UTC (16+ messages)
` [PATCH v2 2/8] s390x/mm: Implement arch_remove_memory()
` [PATCH v2 4/8] mm/memory_hotplug: Create memory block devices after arch_add_memory()
` [PATCH v2 5/8] mm/memory_hotplug: Drop MHP_MEMBLOCK_API
` [PATCH v2 6/8] mm/memory_hotplug: Remove memory block devices before arch_remove_memory()
` [PATCH v2 7/8] mm/memory_hotplug: Make unregister_memory_block_under_nodes() never fail
` [PATCH v2 8/8] mm/memory_hotplug: Remove "zone" parameter from sparse_remove_one_section
[PATCH v6 0/1] iommu: enhance IOMMU dma mode build options
2019-05-04 8:44 UTC (3+ messages)
` [PATCH v6 1/1] "
ERROR: "paddr_to_nid" [drivers/md/raid1.ko] undefined!
2019-05-04 6:37 UTC (8+ messages)
[PATCH] ia64: fix build errors by exporting paddr_to_nid()
2019-05-04 4:42 UTC
[PATCH] memblock: make keeping memblock memory opt-in rather than opt-out
2019-05-02 15:31 UTC (2+ messages)
[PATCH 0/2] x86, numa: always initialize all possible nodes
2019-05-02 13:00 UTC (8+ messages)
` [PATCH 1/2] "
[PATCHv2] kernel/crash: make parse_crashkernel()'s return value more indicant
2019-05-02 6:22 UTC (8+ messages)
serial drivers polishing
2019-05-01 2:29 UTC (83+ messages)
` [PATCH 01/41] drivers: tty: serial: dz: use dev_err() instead of printk()
` [PATCH 02/41] drivers: tty: serial: dz: include <linux/io.h> instead of <asm/io.h>
` [PATCH 03/41] drivers: tty: serial: dz: fix missing parentheses
` [PATCH 04/41] drivers: tty: serial: dz: fix use fix bare 'unsigned'
` [PATCH 05/41] drivers: tty: serial: dz: use pr_info() instead of incomplete printk()
` [PATCH 06/41] drivers: tty: serial: sb1250-duart: use dev_err() instead of printk()
` [PATCH 07/41] drivers: tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>
` [PATCH 08/41] drivers: tty: serial: sb1250-duart: fix checkpatch warning on printk()
` [PATCH 09/41] drivers: tty: serial: sb1250-duart: fill mapsize and use it
` [PATCH 10/41] drivers: tty: serial: sb1250-duart: fix missing parentheses
` [PATCH 11/41] drivers: tty: serial: sb1250-duart: fix formatting error
` [PATCH 12/41] drivers: tty: serial: uartlite: use dev_dbg() instead of pr_debug()
` [PATCH 13/41] drivers: tty: serial: uartlite: fill mapsize and use it
` [PATCH 14/41] drivers: tty: serial: uartlite: remove unnecessary braces
` [PATCH 15/41] drivers: tty: serial: uartlite: fix use fix bare 'unsigned'
` [PATCH 16/41] drivers: tty: serial: uartlite: fix overlong lines
` [PATCH 17/41] drivers: tty: serial: apbuart: fix logging calls
` [PATCH 18/41] drivers: tty: serial: apbuart: use dev_info() instead of printk()
` [PATCH 19/41] drivers: tty: serial: apbuart: fix code formatting
` [PATCH 20/41] drivers: tty: serial: cpm_uart: use dev_err()/dev_warn() instead of printk()
` [PATCH 21/41] drivers: tty: serial: cpm_uart: fix includes
` [PATCH 22/41] drivers: tty: serial: cpm_uart: fix logging calls
` [PATCH 23/41] drivers: tty: serial: cpm_uart: fix styling issues
` [PATCH 24/41] drivers: tty: serial: timbuart: use dev_err() instead of printk()
` [PATCH 25/41] drivers: tty: serial: timbuart: fix formatting issues
` [PATCH 26/41] drivers: tty: serial: sunzilog: use dev_info() instead of printk()
` [PATCH 27/41] drivers: tty: serial: sunzilog: fix formatting issues
` [PATCH 28/41] drivers: tty: serial: sunzilog: fix includes
` [PATCH 29/41] drivers: tty: serial: sunzilog: cleanup logging
` [PATCH 30/41] drivers: tty: serial: ioc4_serial: use dev_warn() instead of printk()
` [PATCH 31/41] drivers: tty: serial: ioc4_serial: use pr_*() "
` [PATCH 32/41] drivers: tty: serial: 21285: define's for address/size, use mapsize field
` [PATCH 33/41] drivers: tty: serial: zs: use dev_err() instead of printk()
` [PATCH 34/41] drivers: tty: serial: zs: fill mapsize and use it
` [PATCH 35/41] drivers: tty: serial: 8250: add mapsize to platform data
` [PATCH 36/41] drivers: tty: serial: 8250: store mmio resource size in port struct
` [PATCH 37/41] drivers: tty: serial: 8250: simplify io resource size computation
` [PATCH 38/41] drivers: tty: serial: xilinx_uartps: fill mapsize and use it
` [PATCH 39/41] drivers: tty: serial: pmac_zilog: "
` [PATCH 40/41] drivers: tty: serial: helper for setting mmio range
` [PATCH 41/41] drivers: tty: serial: lpc32xx_hs: fill mapsize and use it
[PATCH] ia64: require -Wl,--hash-style=sysv
2019-04-30 20:24 UTC (2+ messages)
DISCONTIGMEM is deprecated
2019-04-30 13:40 UTC (4+ messages)
[PATCH] ia64: fix ptrace(PTRACE_GETREGS) (unbreaks strace, gdb)
2019-04-29 11:34 UTC (3+ messages)
[Untested patch] ia64: Eliminate goto from ftrace_modify_code
2019-04-28 22:21 UTC
[Untested patch] Suspected null pointer dereference in ftrace_make_nop() for ia64
2019-04-26 21:12 UTC (2+ messages)
[PATCH v1 1/7] mm/memory_hotplug: Simplify and fix check_hotplug_memory_range()
2019-04-26 9:11 UTC (7+ messages)
` [PATCH v1 2/7] s390x/mm: Implement arch_remove_memory()
` [PATCH v1 4/7] mm/memory_hotplug: Create memory block devices after arch_add_memory()
` [PATCH v1 5/7] mm/memory_hotplug: Drop MHP_MEMBLOCK_API
` [PATCH v1 6/7] mm/memory_hotplug: Remove memory block devices before arch_remove_memory()
` [PATCH v1 7/7] mm/memory_hotplug: Make unregister_memory_block_under_nodes() never fail
[PATCH v5 0/6] add generic boot option for IOMMU dma mode
2019-04-23 2:45 UTC (14+ messages)
` [PATCH v5 1/6] iommu: add generic boot option iommu.dma_mode
` [PATCH v5 2/6] iommu: add build options corresponding to iommu.dma_mode
` [PATCH v5 3/6] iommu: add iommu_default_dma_mode_get/set() helper
` [PATCH v5 4/6] s390/pci: add support for generic boot option iommu.dma_mode
` [PATCH v5 5/6] powernv/iommu: "
` [PATCH v5 6/6] x86/iommu: "
[PATCH v2 60/79] docs: ia64: convert to ReST
2019-04-22 13:27 UTC
[PATCH] ia64: agp: Replace empty define with do while
2019-04-20 17:07 UTC (2+ messages)
[PATCH] kernel/crash: make parse_crashkernel()'s return value more indicant
2019-04-19 14:45 UTC (3+ messages)
[PATCH v3 2/3] asm-generic: generalize asm/sockios.h
2019-04-17 20:51 UTC
[PATCH net-next 2/3] asm-generic: generalize asm/sockios.h
2019-04-16 20:32 UTC
[PATCH] [v2] arch: add pidfd and io_uring syscalls everywhere
2019-04-16 11:41 UTC (3+ messages)
[PATCH-tip 00/22] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
2019-04-12 0:49 UTC (6+ messages)
[PATCH v1 4/4] mm/memory_hotplug: Make __remove_pages() and arch_remove_memory() never fail
2019-04-09 10:01 UTC
[PATCH v4 0/6] normalize IOMMU dma mode boot options
2019-04-08 9:51 UTC (11+ messages)
` [PATCH v4 1/6] iommu: use iommu.dma_mode to replace iommu.passthrough and iommu.strict
` [PATCH v4 2/6] iommu: keep dma mode build options consistent with cmdline options
` [PATCH v4 3/6] iommu: add iommu_default_dma_mode_get() helper
` [PATCH v4 4/6] s390/pci: use common boot option iommu.dma_mode
` [PATCH v4 5/6] powernv/iommu: "
` [PATCH v4 6/6] x86/iommu: "
[PATCH 5/6 v3] syscalls: Remove start and number from syscall_get_arguments() args
2019-04-04 21:06 UTC (9+ messages)
` [PATCH 6/6 v3] syscalls: Remove start and number from syscall_set_arguments() args
LOANS !!!
2019-04-04 8:28 UTC (2+ messages)
[PATCH 2/2] arch: add pidfd and io_uring syscalls everywhere
2019-04-04 6:08 UTC (12+ messages)
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).