All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-21 07:48:45 to 2019-01-21 08:04:02 UTC [more...]

[PATCH 1/2] ovs-dpdk: remove static key word
 2019-01-21  7:46 UTC  (2+ messages)
` [PATCH 2/2] ceetm: install json_print.h

[OpenRISC] [PATCH v2 00/21] Refine memblock API
 2019-01-21  8:04 UTC  (93+ messages)
`  "
` [OpenRISC] [PATCH v2 01/21] openrisc: prefer memblock APIs returning virtual address
  `  "
  ` [v2,01/21] "
` [OpenRISC] [PATCH v2 02/21] powerpc: use memblock functions "
  `  "
  ` [v2,02/21] "
` [OpenRISC] [PATCH v2 03/21] memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
  `  "
  ` [v2,03/21] "
` [OpenRISC] [PATCH v2 04/21] memblock: drop memblock_alloc_base_nid()
  `  "
  ` [v2,04/21] "
` [OpenRISC] [PATCH v2 05/21] memblock: emphasize that memblock_alloc_range() returns a physical address
  `  "
  ` [v2,05/21] "
` [OpenRISC] [PATCH v2 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
  `  "
  ` [v2,06/21] "
` [OpenRISC] [PATCH v2 07/21] memblock: memblock_phys_alloc(): "
  `  "
  ` [v2,07/21] "
` [OpenRISC] [PATCH v2 08/21] memblock: drop __memblock_alloc_base()
  `  "
  ` [v2,08/21] "
` [OpenRISC] [PATCH v2 09/21] memblock: drop memblock_alloc_base()
  `  "
  ` [v2,09/21] "
` [OpenRISC] [PATCH v2 10/21] memblock: refactor internal allocation functions
  `  "
  ` [v2,10/21] "
` [OpenRISC] [PATCH v2 11/21] memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
  `  "
  ` [v2,11/21] "
` [OpenRISC] [PATCH v2 12/21] arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
  `  "
  ` [v2,12/21] "
` [OpenRISC] [PATCH v2 13/21] arch: don't memset(0) memory returned by memblock_alloc()
  `  "
  ` [v2,13/21] "
` [OpenRISC] [PATCH v2 14/21] ia64: add checks for the return value of memblock_alloc*()
  `  "
  ` [v2,14/21] "
` [OpenRISC] [PATCH v2 15/21] sparc: "
  `  "
  ` [v2,15/21] "

[RFC net-next] net: Z-Wave driver prototype
 2019-01-20 20:26 UTC  (3+ messages)

[PATCH 0/4] dm: fix various issues with bio splitting code
 2019-01-21  4:39 UTC  (3+ messages)
` [PATCH 3/4] dm: fix missing bio_split() pattern code in __split_and_process_bio()
  ` [dm-devel] "

[PATCH v3 0/6] add i2c support for mt7629 and mt8183
 2019-01-21  7:59 UTC  (21+ messages)
` [PATCH v3 1/6] dt-bindings: i2c: Add Mediatek MT7629 i2c binding
` [PATCH v3 2/6] i2c: mediatek: speeds is replaced by macros definitions
` [PATCH v3 3/6] i2c: mediatek: remove completion_done()
` [PATCH v3 4/6] i2c: mediatek: Add offsets array for new i2c registers
` [PATCH v3 5/6] dt-bindings: i2c: Add Mediatek MT8183 i2c binding
` [PATCH v3 6/6] i2c: mediatek: Add i2c support for MediaTek MT8183

[RFC] Provide in-kernel headers for making it easy to extend the kernel
 2019-01-21  2:49 UTC  (8+ messages)

[PATCH RFC 1/1] arm64: Use PSCI calls for CPU stop when hotplug is supported
 2019-01-21  6:06 UTC  (3+ messages)

[PATCH v2] Poll for monitored tasks being alive in fork mode
 2019-01-21  1:40 UTC  (3+ messages)

[PATCH] git-submodule.sh: shorten submodule SHA-1s using rev-parse
 2019-01-20 20:46 UTC 

[PATCH v3 0/2] cadence-quadspi: Add Octal mode support
 2019-01-21  6:00 UTC  (5+ messages)
` [PATCH v3 2/2] mtd: spi-nor: cadence-quadspi: Add support for Octal SPI controller

[BUG] USB: atm: Licensing conflict
 2019-01-21  8:01 UTC  (2+ messages)

[PATCHES] Networking
 2019-01-21  8:00 UTC  (2+ messages)

[PATCH RFC 00/24] userfaultfd: write protection support
 2019-01-21  7:57 UTC  (25+ messages)
` [PATCH RFC 01/24] mm: gup: rename "nonblocking" to "locked" where proper
` [PATCH RFC 02/24] mm: userfault: return VM_FAULT_RETRY on signals
` [PATCH RFC 03/24] mm: allow VM_FAULT_RETRY for multiple times
` [PATCH RFC 04/24] mm: gup: "
` [PATCH RFC 05/24] userfaultfd: wp: add helper for writeprotect check
` [PATCH RFC 06/24] userfaultfd: wp: support write protection for userfault vma range
` [PATCH RFC 07/24] userfaultfd: wp: add the writeprotect API to userfaultfd ioctl
` [PATCH RFC 08/24] userfaultfd: wp: hook userfault handler to write protection fault
` [PATCH RFC 09/24] userfaultfd: wp: enabled write protection in userfaultfd API
` [PATCH RFC 10/24] userfaultfd: wp: add WP pagetable tracking to x86
` [PATCH RFC 11/24] userfaultfd: wp: userfaultfd_pte/huge_pmd_wp() helpers
` [PATCH RFC 12/24] userfaultfd: wp: add UFFDIO_COPY_MODE_WP
` [PATCH RFC 13/24] mm: merge parameters for change_protection()
` [PATCH RFC 14/24] userfaultfd: wp: apply _PAGE_UFFD_WP bit
` [PATCH RFC 15/24] mm: export wp_page_copy()
` [PATCH RFC 16/24] userfaultfd: wp: handle COW properly for uffd-wp
` [PATCH RFC 17/24] userfaultfd: wp: drop _PAGE_UFFD_WP properly when fork
` [PATCH RFC 18/24] userfaultfd: wp: add pmd_swp_*uffd_wp() helpers
` [PATCH RFC 19/24] userfaultfd: wp: support swap and page migration
` [PATCH RFC 20/24] userfaultfd: wp: don't wake up when doing write protect
` [PATCH RFC 21/24] khugepaged: skip collapse if uffd-wp detected
` [PATCH RFC 22/24] userfaultfd: wp: UFFDIO_REGISTER_MODE_WP documentation update
` [PATCH RFC 23/24] userfaultfd: selftests: refactor statistics
` [PATCH RFC 24/24] userfaultfd: selftests: add write-protect test

[PATCH] driver core: move device->knode_class to device_private
 2019-01-21  0:35 UTC  (4+ messages)
` [PATCH v2] "

Depth 30 colormap handling fixes for servers 1.20+ and < 1.20
 2019-01-21  7:58 UTC  (5+ messages)
` [PATCH xf86-video-intel] sna/uxa: Fix colormap handling at screen depth 30. (v2)

[PATCH -next] crypto: seqiv - Use kmemdup in seqiv_aead_encrypt()
 2019-01-21  7:57 UTC  (2+ messages)

Stack sends oversize UDP packet to the driver
 2019-01-20 22:26 UTC 

[PATCH net-next] hinic: Add pci device ids
 2019-01-20 22:15 UTC 

[PATCH] doc:it_IT: add translations in process/
 2019-01-21  1:56 UTC  (2+ messages)

dmaengine: dmatest: wrap src & dst data into a struct
 2019-01-21  7:54 UTC 

[PATCH] doc:it_IT: documentation alignment
 2019-01-21  1:57 UTC  (2+ messages)

[PATCH 0/3] Stop managing the SP clock
 2019-01-21  6:22 UTC  (2+ messages)
` [PATCH 1/3] Revert "Input: olpc_apsp - enable the SP clock"

[RFC][PATCH v5 07/09] ext4: use common file type conversion
 2019-01-21  0:54 UTC 

[PATCH -next] staging: rtl8712: drop pointless static qualifier in r8712_efuse_pg_packet_write()
 2019-01-21  7:53 UTC 

[PATCH v3 0/8] Add IPROC I2C slave mode and NIC I2C support
 2019-01-20 21:49 UTC 

[PATCH v2 11/16] block: sed-opal: ioctl for writing to shadow mbr
 2019-01-20 21:20 UTC  (4+ messages)

[PATCHv7] x86/kdump: bugfix, make the behavior of crashkernel=X consistent with kaslr
 2019-01-21  5:16 UTC 

[PATCH 1/3] ARM: qemu-virt64: Remove orphan Kconfig
 2019-01-21  7:51 UTC  (2+ messages)

[PATCH] libnvdimm: Clarify nd_pfn_init() flow
 2019-01-21  7:51 UTC  (3+ messages)

cron job: media_tree daily build: OK
 2019-01-21  4:38 UTC 

[PATCH 00/16] iwlwifi: updates intended for v4.21 2019-01-21
 2019-01-21  7:50 UTC  (17+ messages)
` [PATCH 01/16] iwlwifi: mvm: support mac80211 AMSDU
` [PATCH 02/16] iwlwifi: mvm: fix values in the table example
` [PATCH 03/16] iwlwifi: use kmemdup in iwl_parse_nvm_mcc_info()
` [PATCH 04/16] iwlwifi: fix spelling mistake "registrating" -> "registering"
` [PATCH 05/16] iwlwifi: mvm: bring back mvm GSO code
` [PATCH 06/16] iwlwifi: mvm: Flush transmit queues on P2P Device ROC done
` [PATCH 07/16] iwlwifi: mvm: Set Tx rate and flags when there is not station
` [PATCH 08/16] iwlwifi: mvm: Do not set RTS/CTS protection for P2P Device MAC
` [PATCH 09/16] iwlwifi: update hcmds documentation
` [PATCH 10/16] iwlwifi: mvm: make num_active_macs unsigned
` [PATCH 11/16] iwlwifi: tighten boundary checks
` [PATCH 12/16] iwlwifi: memcpy from dev_cmd and not dev_cmd->hdr
` [PATCH 13/16] iwlwifi: mvm: avoid possible access out of array
` [PATCH 14/16] iwlwifi: avoid access out of memory allocated
` [PATCH 15/16] iwlwifi: fw api: remove unused/deprecated filter status
` [PATCH 16/16] iwlwifi: fw api: document WoWLAN patterns command

[PATCH] treewide: Remove trailing whitespaces and tabs
 2019-01-21  7:50 UTC  (2+ messages)

[PATCH] staging: vchiq: Fix local event signalling
 2019-01-20 22:21 UTC  (2+ messages)

[PATCH] MIPS: Remove function size check in get_frame_info()
 2019-01-21  3:45 UTC 

[PATCH] kconfig: remove unused zconf.hash.c
 2019-01-21  7:49 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/7] cmd: add efidebug for efi environment
 2019-01-21  7:49 UTC  (8+ messages)
` [U-Boot] [PATCH v5 1/7] cmd: add efidebug command
` [U-Boot] [PATCH v5 2/7] cmd: efidebug: add devices command
` [U-Boot] [PATCH v5 3/7] cmd: efidebug: add drivers command
` [U-Boot] [PATCH v5 4/7] cmd: efidebug: add dh command
` [U-Boot] [PATCH v5 5/7] cmd: efidebug: add images command
` [U-Boot] [PATCH v5 6/7] cmd: efidebug: add memmap command
` [U-Boot] [PATCH v5 7/7] cmd: env: add "-e" option for handling UEFI variables

[PATCH 0/2] mmp2: separate LCDC peripheral clk form the display
 2019-01-21  6:31 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: marvell,mmp2: Add clock id for the LCDC clock
` [PATCH 2/2] clk: mmp2: separate LCDC peripheral clk form the display clock


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.