All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-21 07:40:14 to 2019-01-21 08:03:56 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

[PATCH net-next] wireless: fix typos
 2019-01-21  5:19 UTC  (2+ messages)

[RESEND PATCH V8 0/11] KVM: X86: Introducing ROE Protection Kernel Hardening
 2019-01-20 23:39 UTC  (2+ messages)
` [RESEND PATCH V8 07/11] KVM: Add support for byte granular memory ROE

[PATCH v1 1/6] usb: fsl: Set USB_EN bit to select ULPI phy
 2019-01-21  7:46 UTC  (5+ messages)
` [PATCH v1 2/6] usb: phy: Workaround for USB erratum-A005728
` [PATCH v1 3/6] usb: host: Stops USB controller init if PLL fails to lock

[OpenRISC] [PATCH v2 00/21] Refine memblock API
 2019-01-21  8:03 UTC  (57+ 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] "

[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 v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
 2019-01-20 22:40 UTC  (3+ messages)
` [PATCH v4 3/3] fs: let filldir_t return bool instead of an error code

[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

[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)

[RFC] Provide in-kernel headers for making it easy to extend the kernel
 2019-01-21  4:38 UTC  (9+ 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)

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

[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

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

[RFC PATCH] mm, oom: fix use-after-free in oom_kill_process
 2019-01-20 20:20 UTC  (3+ messages)

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

[PATCH 1/3] PM / devfreq: fix indentation in devfreq_add_device()
 2019-01-21  1:58 UTC  (2+ messages)

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)

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

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

[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"

linux-next: Tree for Jan 21
 2019-01-21  5:26 UTC 

linux-next: build failure after merge of the netfilter-next tree
 2019-01-20 23:36 UTC 

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

[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  6:24 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] 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 

[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

[PATCH V3] dbus: fix ptest failure
 2019-01-21  7:47 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/9] cmd: add efitool for efi environment
 2019-01-21  7:47 UTC  (6+ messages)
` [U-Boot] [PATCH v4 3/9] efi_driver: add name to driver binding protocol

[PATCH] libuuid: Make the uuid_unparse functions inline
 2019-01-21  2:45 UTC 

[Buildroot] [PATCH 1/1] libcpprestsdk: bump to version 2.10.9
 2019-01-21  7:44 UTC  (2+ messages)

[Buildroot] [git commit] libcpprestsdk: bump to version 2.10.9
 2019-01-21  7:44 UTC 

[igt-dev] [PATCH i-g-t 1/3] tests/kms_available_modes_crc: Reset output->pipe after testing it
 2019-01-21  7:44 UTC  (2+ messages)

[PATCH] vgacon: unconfuse vc_origin when using soft scrollback
 2019-01-21  4:22 UTC 

[PATCH v2 00/16] block: sed-opal: support shadow MBR done flag and write
 2019-01-20 20:28 UTC  (3+ messages)

[PATCH v2 0/3] btrfs: Introduce new rescue= mount options
 2019-01-21  6:27 UTC  (4+ messages)
` [PATCH v2 1/3] btrfs: Remove "recovery" mount option
` [PATCH v2 2/3] btrfs: Introduce "rescue=" "
` [PATCH v2 3/3] btrfs: Introduce new mount option to skip block group items scan

[PATCH v2 1/2] media: atmel-isc: Add support for BT656 with CRC decoding
 2019-01-21  7:43 UTC  (6+ messages)
` [PATCH v2 2/2] media: atmel-isc: Update device tree binding documentation

[PATCH 1/1] Input: elantech: Use SMBus based on bus info
 2019-01-21  6:21 UTC  (6+ messages)

[PATCH 1/2] ARM: dts: meson8b: odroidc1: Enable usb phy node
 2019-01-20 21:51 UTC  (4+ messages)

[PATCH] ARM: dts: n900: fix mmc1 card detect gpio polarity
 2019-01-21  3:21 UTC 

[PATCH 0/2] make kexec work with efi=noruntime or efi=old_map
 2019-01-21  1:18 UTC  (8+ messages)
` [PATCH v2 2/2] x86, kexec_file_load: make it "

[PATCH] kernel, resource: use resource_overlaps() to simplify region_intersects()
 2019-01-21  1:20 UTC 

[Qemu-devel] [PATCH] fw_cfg: fix the life cycle and the name of "qemu_extra_params_fw"
 2019-01-21  7:40 UTC  (3+ messages)

[PATCH] ASoC: simple-card: rename to asoc_simple_card_canonicalize_platform()
 2019-01-21  7:40 UTC 

[PATCH 0/4] Add new device nodes for Spreadtrum SC9860 platform
 2019-01-21  7:38 UTC  (4+ messages)
` [PATCH 2/4] arm64: dts: sprd: Add ADC calibration support
` [PATCH 3/4] arm64: dts: sprd: Add SC2731 charger device
` [PATCH 4/4] arm64: dts: sprd: Add SC27XX fuel gauge device

[LTP] [PATCH] openposix/20-1-buildonly, signal_h_23-1: Fix compiler errors on newer glibc
 2019-01-21  7:40 UTC  (4+ messages)
` [LTP] [PATCH v2] openposix/20-1-buildonly: Remove test for sigstack structure


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.