linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-28 13:31:19 to 2019-04-29 02:16:28 UTC [more...]

[PATCH v3 0/8] iommu/vt-d: Delegate DMA domain to generic iommu
 2019-04-29  2:09 UTC  (8+ messages)
` [PATCH v3 1/8] iommu: Add ops entry for supported default domain type
` [PATCH v3 2/8] iommu/vt-d: Implement apply_resv_region iommu ops entry
` [PATCH v3 3/8] iommu/vt-d: Expose ISA direct mapping region via iommu_get_resv_regions
` [PATCH v3 4/8] iommu/vt-d: Enable DMA remapping after rmrr mapped
` [PATCH v3 5/8] iommu/vt-d: Implement def_domain_type iommu ops entry
` [PATCH v3 7/8] iommu/vt-d: Remove lazy allocation of domains
` [PATCH v3 8/8] iommu/vt-d: Implement is_attach_deferred iommu ops entry

[PATCH] mfd: imx6sx: add MQS register definition for iomuxc gpr
 2019-04-29  2:14 UTC  (2+ messages)

general protection fault in fanotify_handle_event
 2019-04-29  2:10 UTC  (3+ messages)

[PATCH] dm-writecache: avoid unnecessary lookups in writecache_find_entry
 2019-04-29  2:06 UTC 

[PATCH v8 00/20] Convert x86 & arm64 to use generic page walk
 2019-04-29  2:05 UTC  (3+ messages)
` [PATCH v8 05/20] KVM: PPC: Book3S HV: Remove pmd_is_leaf()

linux-next: manual merge of the net-next tree with the wireless-drivers tree
 2019-04-29  1:54 UTC 

INFO: task hung in __get_super
 2019-04-29  1:38 UTC  (4+ messages)

[RFC PATCH v5 0/4] x86: Add the support of ACRN guest under x86
 2019-04-29  1:24 UTC  (10+ messages)
` [RFC PATCH v5 4/4] x86/acrn: Add hypercall for ACRN guest

[PATCH 1/1] iommu/vt-d: Cleanup: no spaces at the start of a line
 2019-04-29  1:16 UTC 

[PATCH 0/4] PCI: Use PCIe service name in dmesg logs
 2019-04-29  0:52 UTC  (13+ messages)
` [PATCH 1/4] PCI: Replace dev_*() printk wrappers with pci_*() printk wrappers
` [PATCH 2/4] PCI: pciehp: Replace ctrl_*() with pci_*()
` [PATCH 3/4] PCI: pciehp: Remove unused macro definitions
` [PATCH 4/4] PCI/portdrv: Add dev_fmt() to port drivers

[PATCH-tip v7 00/20] locking/rwsem: Rwsem rearchitecture part 2
 2019-04-29  0:27 UTC  (26+ messages)
` [PATCH-tip v7 01/20] locking/rwsem: Prevent decrement of reader count before increment
` [PATCH-tip v7 02/20] locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNER
` [PATCH-tip v7 03/20] locking/rwsem: Remove rwsem_wake() wakeup optimization
` [PATCH-tip v7 04/20] locking/rwsem: Implement a new locking scheme
` [PATCH-tip v7 05/20] locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.c
` [PATCH-tip v7 06/20] locking/rwsem: Code cleanup after files merging
` [PATCH-tip v7 07/20] locking/rwsem: Make rwsem_spin_on_owner() return owner state
` [PATCH-tip v7 08/20] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH-tip v7 09/20] locking/rwsem: Always release wait_lock before waking up tasks
` [PATCH-tip v7 10/20] locking/rwsem: More optimal RT task handling of null owner
` [PATCH-tip v7 11/20] locking/rwsem: Wake up almost all readers in wait queue
` [PATCH-tip v7 12/20] locking/rwsem: Clarify usage of owner's nonspinaable bit
` [PATCH-tip v7 13/20] locking/rwsem: Enable readers spinning on writer
` [PATCH-tip v7 14/20] locking/rwsem: Enable time-based spinning on reader-owned rwsem
` [PATCH-tip v7 15/20] locking/rwsem: Adaptive disabling of reader optimistic spinning
` [PATCH-tip v7 16/20] locking/rwsem: Add more rwsem owner access helpers
` [PATCH-tip v7 17/20] locking/rwsem: Guard against making count negative
` [PATCH-tip v7 18/20] locking/rwsem: Merge owner into count on x86-64
` [PATCH-tip v7 19/20] locking/rwsem: Remove redundant computation of writer lock word
` [PATCH-tip v7 20/20] locking/rwsem: Disable preemption in down_read*() if owner in count

Linux 5.1-rc7
 2019-04-29  0:24 UTC 

[PATCH v5 0/2] x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernel
 2019-04-29  0:23 UTC  (3+ messages)
` [PATCH v5 1/2] x86/kexec: Build identity mapping for EFI systab and ACPI tables
  ` [PATCH v6 "

[PATCH v4 net-next 00/12] NXP SJA1105 DSA driver
 2019-04-29  0:17 UTC  (13+ messages)
` [PATCH v4 net-next 01/12] lib: Add support for generic packing operations
` [PATCH v4 net-next 02/12] net: dsa: Introduce driver for NXP SJA1105 5-port L2 switch
` [PATCH v4 net-next 03/12] net: dsa: sja1105: Add support for FDB and MDB management
` [PATCH v4 net-next 04/12] net: dsa: sja1105: Error out if RGMII delays are requested in DT
` [PATCH v4 net-next 05/12] ether: Add dedicated Ethertype for pseudo-802.1Q DSA tagging
` [PATCH v4 net-next 06/12] net: dsa: sja1105: Add support for VLAN operations
` [PATCH v4 net-next 07/12] net: dsa: sja1105: Add support for ethtool port counters
` [PATCH v4 net-next 08/12] net: dsa: sja1105: Add support for configuring address aging time
` [PATCH v4 net-next 09/12] net: dsa: sja1105: Prevent PHY jabbering during switch reset
` [PATCH v4 net-next 10/12] net: dsa: sja1105: Reject unsupported link modes for AN
` [PATCH v4 net-next 11/12] Documentation: net: dsa: Add details about NXP SJA1105 driver
` [PATCH v4 net-next 12/12] dt-bindings: net: dsa: Add documentation for "

[GIT PULL] Please pull RDMA subsystem changes
 2019-04-29  0:09 UTC  (5+ messages)

[PATCH V32 0/27] Lockdown patches for 5.2
 2019-04-29  0:06 UTC  (5+ messages)
` [PATCH V32 01/27] Add the ability to lock down access to the running kernel image

[PATCH] memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL
 2019-04-28 23:56 UTC 

[PATCH v2] memcg: refill_stock for kmem uncharging too
 2019-04-28 23:54 UTC  (3+ messages)

[PATCH v2] iommu/amd: flush not present cache in iommu_map_page
 2019-04-28 23:47 UTC 

[PATCH 0/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
 2019-04-28 23:27 UTC  (12+ messages)
` [PATCH 1/4] x86/thread_info: introduce ->ftrace_int3_stack member
` [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation

[PATCH 1/7] thermal/drivers/core: Remove the module Kconfig's option
 2019-04-28 23:23 UTC  (6+ messages)
` [PATCH 3/7] thermal/drivers/core: Add init section table for self-encapsulation

[PATCH] mm/oom_killer: Add task UID to info message on an oom kill
 2019-04-28 22:49 UTC  (2+ messages)

[PATCH] md: properly lock and unlock in rdev_attr_store()
 2019-04-28 22:47 UTC  (3+ messages)

memleak around kobject_init_and_add()
 2019-04-28 22:46 UTC  (5+ messages)

[PATCH 0/3] spi: SPI bus multiplexer
 2019-04-28 22:28 UTC  (3+ messages)

[PATCH 3/3] tools: memory-model: Add data-race detection
 2019-04-28 22:28 UTC  (3+ messages)

[PATCH 0/1] rcu/sync: simplify the state machine
 2019-04-28 22:26 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/3] Driver for UCS1002
 2019-04-28 22:24 UTC  (4+ messages)
` [PATCH 2/3] power: supply: Add driver for Microchip UCS1002

endianness swapped
 2019-04-28 21:31 UTC  (5+ messages)

[PATCH v2 0/4] of_net: Add NVMEM support to of_get_mac_address
 2019-04-28 21:36 UTC  (9+ messages)
` [PATCH v2 2/4] dt-bindings: doc: Reflect new NVMEM of_get_mac_address behaviour
` [PATCH v2 3/4] net: macb: Drop nvmem_get_mac_address usage
` [PATCH v2 4/4] net: davinci_emac: "

[PATCH-tip v6 00/20] locking/rwsem: Rwsem rearchitecture part 2
 2019-04-28 20:47 UTC  (26+ messages)
` [PATCH-tip v6 01/20] locking/rwsem: Prevent decrement of reader count before increment
` [PATCH-tip v6 02/20] locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNER
` [PATCH-tip v6 03/20] locking/rwsem: Remove rwsem_wake() wakeup optimization
` [PATCH-tip v6 04/20] locking/rwsem: Implement a new locking scheme
` [PATCH-tip v6 05/20] locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.c
` [PATCH-tip v6 06/20] locking/rwsem: Code cleanup after files merging
` [PATCH-tip v6 07/20] locking/rwsem: Make rwsem_spin_on_owner() return owner state
` [PATCH-tip v6 08/20] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH-tip v6 09/20] locking/rwsem: Always release wait_lock before waking up tasks
` [PATCH-tip v6 10/20] locking/rwsem: More optimal RT task handling of null owner
` [PATCH-tip v6 11/20] locking/rwsem: Wake up almost all readers in wait queue
` [PATCH-tip v6 12/20] locking/rwsem: Clarify usage of owner's nonspinaable bit
` [PATCH-tip v6 13/20] locking/rwsem: Enable readers spinning on writer
` [PATCH-tip v6 14/20] locking/rwsem: Enable time-based spinning on reader-owned rwsem
` [PATCH-tip v6 15/20] locking/rwsem: Adaptive disabling of reader optimistic spinning
` [PATCH-tip v6 16/20] locking/rwsem: Add more rwsem owner access helpers
` [PATCH-tip v6 17/20] locking/rwsem: Guard against making count negative
` [PATCH-tip v6 18/20] locking/rwsem: Merge owner into count on x86-64
` [PATCH-tip v6 19/20] locking/rwsem: Remove redundant computation of writer lock word
` [PATCH-tip v6 20/20] locking/rwsem: Disable preemption in down_read*() if owner in count

[GIT PULL 1/2] ARM: dts: exynos: Second round for v5.2
 2019-04-28 20:03 UTC  (4+ messages)
` [GIT PULL 2/2] arm64: "

[GIT PULL 1/3] ARM: dts: exynos: Changes for v5.2
 2019-04-28 19:30 UTC  (4+ messages)
` [GIT PULL 2/3] arm64: "

[PATCH] arm64: dts: allwinner: a64: orangepi-win: Add wifi and bluetooth nodes
 2019-04-28 20:13 UTC 

[PATCH 0/4] fdomain: Resurrect driver (modular version)
 2019-04-28 20:06 UTC  (5+ messages)
` [PATCH 1/4] fdomain: Resurrect driver (core)
` [PATCH 2/4] fdomain: Resurrect driver (PCI support)
` [PATCH 3/4] fdomain: Resurrect driver (ISA support)
` [PATCH 4/4] fdomain: Resurrect driver (PCMCIA support)

[RFC PATCH 0/4] fdomain: Resurrect driver (modular version)
 2019-04-28 19:52 UTC  (4+ messages)
` [RFC PATCH 1/4] fdomain: Resurrect driver (core)

[PATCH 0/7] introduce cpu.headroom knob to cpu controller
 2019-04-28 19:47 UTC  (6+ messages)

[PATCH 0/4] lib: rework bitmap_parse
 2019-04-28 19:22 UTC  (11+ messages)
` [PATCH 1/6] lib/string: add strnchrnul()
` [PATCH 2/6] bitops: more BITS_TO_* macros
` [PATCH 4/6] lib: rework bitmap_parse()

[PATCH] net: phy: realtek: Add rtl8211e rx/tx delays config
 2019-04-28 19:19 UTC  (8+ messages)
` [PATCH v2 1/2] "

[v2 PATCH] mm: thp: fix false negative of shmem vma's THP eligibility
 2019-04-28 19:13 UTC  (3+ messages)

[PATCH v2 1/8] media: staging/imx: Switch to sync registration for IPU subdevs
 2019-04-28 19:09 UTC  (8+ messages)
` [PATCH v2 2/8] media: staging/imx: Pass device to alloc/free_dma_buf
` [PATCH v2 3/8] media: staging/imx: Move add_video_device into capture_device_register
` [PATCH v2 4/8] Revert "media: imx: Set capture compose rectangle in capture_device_set_format"
` [PATCH v2 5/8] media: staging/imx: Remove capture_device_set_format
` [PATCH v2 6/8] media: staging/imx: Re-organize modules
` [PATCH v2 7/8] media: staging/imx: Improve pipeline searching
` [PATCH v2 8/8] media: staging/imx: Don't set driver data for v4l2_dev

[PATCH REPOST] random: Add a spinlock_t to struct batched_entropy
 2019-04-28 18:29 UTC  (2+ messages)

[PATCH] net_sched: force endianness annotation
 2019-04-28 18:17 UTC  (2+ messages)

[PATCH v2 0/3] add support for is25wp256 spi-nor device
 2019-04-28 18:09 UTC  (4+ messages)
` [PATCH v2 1/3] mtd: spi-nor: add support for is25wp256
` [PATCH v2 2/3] mtd: spi-nor: add support to unlock flash device
` [PATCH v2 3/3] mtd: spi-nor: add locking support for is25xxxxx device

vmscan.c: Reclaim unevictable pages
 2019-04-28 12:38 UTC  (3+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.1-6 tag
 2019-04-28 18:05 UTC  (2+ messages)

[git pull] Input updates for v5.1-rc6
 2019-04-28 18:05 UTC  (2+ messages)

[PATCH] tun: Fix use-after-free in tun_net_xmit
 2019-04-28 17:59 UTC  (7+ messages)

[PATCH] unicode: refactor the rule for regenerating utf8data.h
 2019-04-28 17:43 UTC  (3+ messages)

[PATCH 0/2] Perfect 8250 mtk uart function
 2019-04-28 17:40 UTC  (3+ messages)
` [PATCH 1/2] serial: 8250-mtk: add follow control

[PATCH] MAINTAINERS: mtd: maps: update physmap-versatile.c file entry
 2019-04-28 17:24 UTC 

[PATCH] sound: USB: line6: use dynamic buffers
 2019-04-28 17:07 UTC  (3+ messages)

[GIT PULL] Ceph fixes for 5.1-rc7
 2019-04-28 16:40 UTC  (14+ messages)

[PATCH 0/6] fix some bugs and add some features in stmmac
 2019-04-28 16:37 UTC  (3+ messages)
` [PATCH 5/6] net: stmmac: add mdio clause 45 access from mac device for dwmac4

[PATCH v1 1/2] Add polling support to pidfd
 2019-04-28 16:24 UTC  (3+ messages)

[PATCH] kobject: Improve docs for kobject_add/del
 2019-04-28 16:16 UTC  (2+ messages)

[PATCH] mm: Fix kobject memleak in SLUB
 2019-04-28 16:11 UTC  (2+ messages)

[PATCH] ieee802154: hwsim: unregister hw while hwsim_subscribe_all_others fails
 2019-04-28 15:48 UTC 

[PATCH 3.16 000/202] 3.16.66-rc1 review
 2019-04-28 15:45 UTC  (3+ messages)

[drm/i915/fbdev] 09ded8af57: dmesg.RIP:drm_setup_crtcs[drm_kms_helper]
 2019-04-28 15:40 UTC  (2+ messages)

serial drivers polishing
 2019-04-28 15:39 UTC  (7+ messages)
` [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 40/41] drivers: tty: serial: helper for setting mmio range

[PATCH v3] docs/vm: add documentation of memory models
 2019-04-28 15:22 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: Fix spelling of bias-pull-up
 2019-04-28 15:08 UTC 

unregister_netdevice: waiting for DEV to become free (2)
 2019-04-28 15:04 UTC  (10+ messages)

[PATCH] driver core: Fix use-after-free and double free on glue directory
 2019-04-28 14:49 UTC  (5+ messages)

[PATCH V2] staging: fieldbus: anybus-s: consolidate wait_for_completion_timeout return handling
 2019-04-28 14:32 UTC  (4+ messages)
` [PATCH] staging: fieldbus: anybus-s: force endiannes annotation

[PATCH v3 00/11] Provide generic top-down mmap layout functions
 2019-04-28 14:27 UTC  (6+ messages)
` [PATCH v3 04/11] arm64, mm: Move generic mmap layout functions to mm

[PATCH] ieee802154: hwsim: Fix error handle path in hwsim_init_module
 2019-04-28 14:14 UTC 

[PATCH 1/2] f2fs: fix to avoid potential negative .f_bfree
 2019-04-28 13:47 UTC  (2+ messages)

[PATCH] f2fs: fix to do sanity with enabled features in image
 2019-04-28 13:38 UTC  (2+ messages)

[PATCH v2 1/2] f2fs: fix wrong __is_meta_io() macro
 2019-04-28 13:31 UTC  (5+ messages)
` [PATCH v2 2/2] f2fs: introduce DATA_GENERIC_ENHANCE


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