linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-11 11:56:09 to 2018-06-11 14:40:14 UTC [more...]

[PATCH v6 0/5] Reintroduce i.MX EPIT Timer
 2018-06-11 14:40 UTC  (13+ messages)
` [PATCH v6 2/5] ARM: imx: remove inexistant EPIT timer init
` [PATCH v6 3/5] dt-bindings: timer: add i.MX EPIT timer binding
` [PATCH v6 4/5] clocksource: add driver for i.MX EPIT timer
` [PATCH v6 5/5] ARM: dts: imx: add missing compatible and clock properties for EPIT

Regression: x86/tsc: Fix mark_tsc_unstable()
 2018-06-11 14:38 UTC  (3+ messages)

INFO: task hung in xlog_grant_head_check
 2018-06-11 14:35 UTC  (17+ messages)
            ` Bugs involving maliciously crafted file system

[PATCH 0/2] mm/page_ext: Trivial cleanups
 2018-06-11 14:34 UTC  (2+ messages)

[PATCH v13 00/72] Convert page cache to XArray
 2018-06-11 14:06 UTC  (73+ messages)
` [PATCH v13 01/72] radix tree test suite: Enable ubsan
` [PATCH v13 02/72] dax: Fix use of zero page
` [PATCH v13 03/72] xarray: Replace exceptional entries
` [PATCH v13 04/72] xarray: Change definition of sibling entries
` [PATCH v13 05/72] xarray: Add definition of struct xarray
` [PATCH v13 06/72] xarray: Define struct xa_node
` [PATCH v13 07/72] xarray: Add documentation
` [PATCH v13 08/72] xarray: Add xa_load
` [PATCH v13 09/72] xarray: Add XArray tags
` [PATCH v13 10/72] xarray: Add xa_store
` [PATCH v13 11/72] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v13 12/72] xarray: Add xa_for_each
` [PATCH v13 13/72] xarray: Add xa_extract
` [PATCH v13 14/72] xarray: Add xa_destroy
` [PATCH v13 15/72] xarray: Add xas_next and xas_prev
` [PATCH v13 16/72] xarray: Add xas_for_each_conflict
` [PATCH v13 17/72] xarray: Add xas_create_range
` [PATCH v13 18/72] xarray: Add MAINTAINERS entry
` [PATCH v13 19/72] page cache: Rearrange address_space
` [PATCH v13 20/72] page cache: Convert hole search to XArray
` [PATCH v13 21/72] page cache: Add and replace pages using the XArray
` [PATCH v13 22/72] page cache: Convert page deletion to XArray
` [PATCH v13 23/72] page cache: Convert find_get_entry "
` [PATCH v13 24/72] page cache: Convert find_get_entries "
` [PATCH v13 25/72] page cache: Convert find_get_pages_range "
` [PATCH v13 26/72] page cache: Convert find_get_pages_contig "
` [PATCH v13 27/72] page cache; Convert find_get_pages_range_tag "
` [PATCH v13 28/72] page cache: Convert find_get_entries_tag "
` [PATCH v13 29/72] page cache: Convert filemap_map_pages "
` [PATCH v13 30/72] radix tree test suite: Convert regression1 "
` [PATCH v13 31/72] page cache: Convert delete_batch "
` [PATCH v13 32/72] page cache: Remove stray radix comment
` [PATCH v13 33/72] page cache: Convert filemap_range_has_page to XArray
` [PATCH v13 34/72] mm: Convert page-writeback "
` [PATCH v13 35/72] mm: Convert workingset "
` [PATCH v13 36/72] mm: Convert truncate "
` [PATCH v13 37/72] mm: Convert add_to_swap_cache "
` [PATCH v13 38/72] mm: Convert delete_from_swap_cache "
` [PATCH v13 39/72] mm: Convert __do_page_cache_readahead "
` [PATCH v13 40/72] mm: Convert page migration "
` [PATCH v13 41/72] mm: Convert huge_memory "
` [PATCH v13 42/72] mm: Convert collapse_shmem "
` [PATCH v13 43/72] mm: Convert khugepaged_scan_shmem "
` [PATCH v13 44/72] mm: Convert is_page_cache_freeable "
` [PATCH v13 45/72] pagevec: Use xa_tag_t
` [PATCH v13 46/72] shmem: Convert shmem_radix_tree_replace to XArray
` [PATCH v13 47/72] shmem: Convert shmem_confirm_swap "
` [PATCH v13 48/72] shmem: Convert find_swap_entry "
` [PATCH v13 49/72] shmem: Convert shmem_add_to_page_cache "
` [PATCH v13 50/72] shmem: Convert shmem_alloc_hugepage "
` [PATCH v13 51/72] shmem: Convert shmem_free_swap "
` [PATCH v13 52/72] shmem: Convert shmem_partial_swap_usage "
` [PATCH v13 53/72] memfd: Convert memfd_wait_for_pins "
` [PATCH v13 54/72] memfd: Convert memfd_tag_pins "
` [PATCH v13 55/72] shmem: Comment fixups
` [PATCH v13 56/72] btrfs: Convert page cache to XArray
` [PATCH v13 57/72] fs: Convert buffer "
` [PATCH v13 58/72] fs: Convert writeback "
` [PATCH v13 59/72] nilfs2: Convert "
` [PATCH v13 60/72] f2fs: "
` [PATCH v13 61/72] dax: Rename some functions
` [PATCH v13 62/72] dax: Hash on XArray instead of mapping
` [PATCH v13 63/72] dax: Convert dax_insert_pfn_mkwrite to XArray
` [PATCH v13 64/72] dax: Convert dax_layout_busy_page "
` [PATCH v13 65/72] dax: Convert __dax_invalidate_entry "
` [PATCH v13 66/72] dax: Convert dax writeback "
` [PATCH v13 67/72] dax: Convert page fault handlers "
` [PATCH v13 68/72] page cache: Finish XArray conversion
` [PATCH v13 69/72] radix tree: Remove radix_tree_update_node_t
` [PATCH v13 70/72] radix tree: Remove split/join code
` [PATCH v13 71/72] radix tree: Remove radix_tree_maybe_preload_order
` [PATCH v13 72/72] radix tree: Remove radix_tree_clear_tags

[PATCH v2] dcdbas: Add support for WSMT ACPI table
 2018-06-11 14:30 UTC  (6+ messages)
` [PATCH resend "

[PATCH 4.4 000/268] 4.4.134-stable review
 2018-06-11 14:29 UTC  (5+ messages)
` [PATCH 4.4 051/268] asm-generic: provide generic_pmdp_establish()
` [PATCH 4.4 059/268] xen-netfront: Fix race between device setup and open

[PATCH 4/6] arcnet: com20020: bindings for smsc com20020
 2018-06-11 14:28 UTC 

[PATCH 6/6] arcnet: com20020: Add ethtool support
 2018-06-11 14:27 UTC 

[PATCH 5/6] arcnet: com20020: Fixup missing SLOWARB bit
 2018-06-11 14:27 UTC 

[PATCH 4/6] arcnet: com20020: bindings for smsc com20020
 2018-06-11 14:27 UTC 

[PATCH 3/6] arcnet: com20020: Add com20020 io mapped version
 2018-06-11 14:26 UTC 

[PATCH 2/6] arcnet: com20020: Add IO cb for configure rw
 2018-06-11 14:26 UTC 

[PATCH 1/6] arcnet: leds: Removed leds dependecy
 2018-06-11 14:25 UTC 

[PATCH v2 0/5] arm64: perf: Support for chained counters
 2018-06-11 14:24 UTC  (6+ messages)
` [PATCH v2 5/5] arm64: perf: Add support for chaining event counters

[PATCH] mmc: dw_mmc: fix card threshold control configuration
 2018-06-11 14:17 UTC  (3+ messages)

[PATCH] mm: fix null pointer dereference in mem_cgroup_protected
 2018-06-11 14:19 UTC  (2+ messages)

[PATCH] wcn36xx: Remove Unicode Byte Order Mark from testcode
 2018-06-11 14:13 UTC  (2+ messages)

[PATCH] clk: imx6: fix video_27m parent for IMX6QDL_CLK_CKO1_SEL
 2018-06-11 14:12 UTC  (3+ messages)

[4.17 regression] Performance drop on kernel-4.17 visible on Stream, Linpack and NAS parallel benchmarks
 2018-06-11 14:11 UTC 

[PATCH 00/13][V2] Introduce io.latency io controller for cgroups
 2018-06-11 14:08 UTC  (5+ messages)
` [PATCH 05/13] swap,blkcg: issue swap io with the appropriate context
` [PATCH 07/13] memcontrol: schedule throttling if we are congested

[PATCH 4.17 00/15] 4.17.1-stable review
 2018-06-11 14:02 UTC  (2+ messages)

[PATCH v1] AMD SSB bits
 2018-06-11 14:01 UTC  (4+ messages)
` [PATCH v1 3/3] x86/bugs: Switch the selection of mitigation from CPU vendor to CPU features

[PATCH 0/2] arm64/drivers: avoid alloc memory on offline node
 2018-06-11 13:43 UTC  (11+ messages)
` [PATCH 1/2] arm64: "

[PATCH] optoe: driver to read/write SFP/QSFP EEPROMs
 2018-06-11 13:43 UTC  (2+ messages)

[PATCH v2 0/5] Tegra20 External Memory Controller driver
 2018-06-11 13:38 UTC  (6+ messages)
` [PATCH v2 5/5] memory: tegra: Introduce Tegra20 EMC driver

[PATCH v2 00/19] Dynamically load/remove serdev devices via sysfs*
 2018-06-11 13:38 UTC  (26+ messages)
` [PATCH v2 01/24] serdev: Add id_table to serdev_device_driver
` [PATCH v2 03/24] Bluetooth: hci_ll: Add serdev_id_table
` [PATCH v2 04/24] Bluetooth: hci_nokia: "
` [PATCH v2 06/24] serdev: Support bus matching with modalias field
` [PATCH v2 07/24] serdev: Allows dynamic creation of devices via sysfs
` [PATCH v2 08/24] serdev: Provide modalias attribute for modalias devices
` [PATCH v2 10/24] file2alias: Support for serdev devices
` [PATCH v2 11/24] Bluetooth: hci_bcm: MODULE_DEVICE_TABLE(serdev)
` [PATCH v2 12/24] Bluetooth: hci_ll: MODULE_DEVICE_TABLE(serdev)
` [PATCH v2 14/24] mfd: rave-sp: MODULE_DEVICE_TABLE(serdev)
` [PATCH v2 15/24] net: qualcomm: MODULE_DEVICE_TABLE(serdev)
` [PATCH v2 20/24] serdev: Make match_id accessible by drivers
` [PATCH v2 21/24] rave-sp: Support for variants on modalias drivers

[PATCH RESEND v4 0/2] support exception state migration and set VSESR_EL2 by user space
 2018-06-11 13:36 UTC  (5+ messages)
` [PATCH RESEND v4 2/2] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS

[PATCH net-next 0/6] net: ethernet: ti: cpsw: add MQPRIO and CBS Qdisc offload
 2018-06-11 13:30 UTC  (7+ messages)
` [PATCH net-next 1/6] net: ethernet: ti: cpsw: use cpdma channels in backward order for txq
` [PATCH net-next 2/6] net: ethernet: ti: cpdma: fit rated channels in backward order
` [PATCH net-next 3/6] net: ethernet: ti: cpsw: add MQPRIO Qdisc offload
` [PATCH net-next 4/6] net: ethernet: ti: cpsw: add CBS "
` [PATCH net-next 5/6] net: ethernet: ti: cpsw: restore shaper configuration while down/up
` [PATCH net-next 6/6] Documentation: networking: cpsw: add MQPRIO & CBS offload examples

[RFC PATCH v1 00/13] PCI/AER: Squash into one file
 2018-06-11 13:26 UTC  (2+ messages)

[PATCH] ALSA: emu10k1: add error handling for snd_ctl_add
 2018-06-11 13:26 UTC  (2+ messages)

[PATCH] ALSA: sonicvibes: add error handling for snd_ctl_add
 2018-06-11 13:26 UTC  (2+ messages)

[PATCH] ALSA: fm801: add error handling for snd_ctl_add
 2018-06-11 13:24 UTC  (3+ messages)

[PATCH v3 00/16] Update for QCOM NAND driver
 2018-06-11 13:22 UTC  (8+ messages)
` [PATCH v3 13/16] mtd: rawnand: qcom: minor code reorganization for bad block check

[PATCH v3] irqchip/gic-v3-its: fix ITS queue timeout
 2018-06-11 13:21 UTC  (2+ messages)

[PATCH 1/2] ALSA: hda: add dock and led support for HP EliteBook 830 G5
 2018-06-11 13:20 UTC  (2+ messages)

[PATCH] kernel/hung_task.c: allow to set period separately from timeout
 2018-06-11 13:16 UTC  (6+ messages)

[PATCH] media: stm32-dcmi: add power saving support
 2018-06-11 13:14 UTC  (3+ messages)

[PATCH v2 0/9] xen: dma-buf support for grant device
 2018-06-11 13:13 UTC  (11+ messages)
` [PATCH v2 5/9] xen/gntdev: Allow mappings for DMA buffers
    ` [Xen-devel] "

[PATCH 00/19 v3] Refactor fixed and GPIO regulators
 2018-06-11 13:11 UTC  (4+ messages)
` [PATCH 01/19 v3] regulator: fixed: Convert to use GPIO descriptor only

[PATCH v3 0/6] mtd: rawnand: add NVIDIA Tegra NAND flash support
 2018-06-11 13:10 UTC  (4+ messages)
` [PATCH v3 4/6] mtd: rawnand: add NVIDIA Tegra NAND Flash controller driver

[PATCH net] net: qcom/emac: Add missing of_node_put()
 2018-06-11 13:03 UTC 

[RFC v5 0/1] i-search navigation for mconf
 2018-06-11 12:51 UTC  (2+ messages)
` [RFC v5 1/1] "

[PATCH v5 00/13] s390: vfio-ap: guest dedicated crypto adapters
 2018-06-11 12:56 UTC  (19+ messages)
` [PATCH v5 11/13] KVM: s390: implement mediated device open callback

[GIT PULL] Backlight for v4.18
 2018-06-11 12:52 UTC 

[PATCH NEXT 1/6] PCI/AER: Take mask into account while clearing error bits
 2018-06-11 12:50 UTC  (6+ messages)
` [PATCH NEXT 6/6] PCI/PORTDRV: Remove ERR_FATAL handling from pcie_portdrv_slot_reset()

[PATCH 1/1] ARM: dts: s5pv210: Add missing interrupt-controller property to gph2
 2018-06-11 12:43 UTC  (2+ messages)

[PATCH 0/3] Deny the patched modules to be removed
 2018-06-11 12:43 UTC  (4+ messages)
` [PATCH 2/3] livepatch: "

Employee And Staff Q2018 Screening
 2018-06-11 12:37 UTC 

[GIT PULL] MFD fixes for v4.18
 2018-06-11 12:36 UTC 

[PATCH v1 00/10] mm: online/offline 4MB chunks controlled by device driver
 2018-06-11 12:33 UTC  (12+ messages)

[PATCH v2] usb: xhci: remove the code build warning
 2018-06-11 12:30 UTC  (2+ messages)

[PATCH] HID: hid-ntrig: add error handling for sysfs_create_group
 2018-06-11 12:20 UTC  (2+ messages)

handling voice calls in ALSA soc (on Droid 4)
 2018-06-11 12:15 UTC  (4+ messages)

[PATCH] HID: google: Add support for whiskers
 2018-06-11 12:11 UTC  (2+ messages)

[PATCH] MAINTAINERS: Acpi4asus-user is moderated for non-subscribers
 2018-06-11 12:10 UTC 

[PATCH v8 0/1] Refactor part of the oom report in dump_header
 2018-06-11 12:10 UTC  (3+ messages)
` [PATCH v8 1/1] "

[PATCH v3 0/6] add virt-dma support for imx-sdma
 2018-06-11 14:59 UTC  (3+ messages)

[PATCH v6 01/14] mfd: da9063: Replace regmap_add_irq_chip with devm counterpart
 2018-06-11 11:58 UTC  (14+ messages)
` [PATCH v6 02/14] mfd: da9063: Replace mfd_add_devices "
` [PATCH v6 03/14] mfd: da9063: Use regmap_reg_range
` [PATCH v6 04/14] mfd: da9063: Use REGMAP_IRQ_REG
` [PATCH v6 05/14] mfd: da9063: Use PLATFORM_DEVID_NONE
` [PATCH v6 06/14] mfd: da9063: Replace DA9063_NUM_IRQ with ARRAY_SIZE
` [PATCH v6 07/14] mfd: da9063: Rename PMIC_DA9063 to PMIC_CHIP_ID_DA9063
` [PATCH v6 08/14] mfd: da9063: Replace model with type
` [PATCH v6 09/14] mfd: da9063: Add DA9063L type
` [PATCH v6 10/14] mfd: da9063: Add custom regmap for DA9063L
` [PATCH v6 11/14] mfd: da9063: Add custom IRQ map "
` [PATCH v6 12/14] mfd: da9063: Register RTC only on DA9063L
` [PATCH v6 13/14] regulator: da9063: Handle less LDOs "
` [PATCH v6 14/14] mfd: da9063: Add DA9063L support

[PATCH v11 00/13] Intel SGX1 support
 2018-06-11 11:52 UTC  (5+ messages)
` [PATCH v11 13/13] intel_sgx: in-kernel launch enclave
  ` [intel-sgx-kernel-dev] "

[PATCH v4 0/8] KVM: x86: hyperv: PV TLB flush for Windows guests
 2018-06-11 11:57 UTC  (4+ messages)
` [PATCH v4 5/8] KVM: introduce kvm_make_vcpus_request_mask() API


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