linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-10 22:57:19 to 2018-10-11 05:41:37 UTC [more...]

[PATCH net-next v7 00/28] WireGuard: Secure Network Tunnel
 2018-10-11  5:36 UTC  (7+ messages)
` [PATCH net-next v7 28/28] net: WireGuard secure network tunnel

[GIT PULL] xfs: fixes for v4.19-rc7
 2018-10-11  5:40 UTC  (2+ messages)

[PATCH 0/2] target: Fix v4.19-rc active I/O shutdown deadlock
 2018-10-11  5:40 UTC  (4+ messages)
` [PATCH 2/2] target: Fix target_wait_for_sess_cmds breakage with active signals

fore200e DMA cleanups and fixes
 2018-10-11  5:39 UTC  (2+ messages)

[PATCH 05/16] of: overlay: use prop add changeset entry for property in new nodes
 2018-10-11  5:39 UTC  (6+ messages)
` [PATCH 05.1/16] of:overlay: missing name, phandle, linux,phandle "

[PATCH] mm: fix COW faults after mlock()
 2018-10-11  5:37 UTC  (2+ messages)
` [LKP] [mm] dd12385915: vm-scalability.median 18.6% improvement

netconsole warning in 4.19.0-rc7
 2018-10-11  5:34 UTC  (2+ messages)

[PATCH net-next V3] virtio_net: ethtool tx napi configuration
 2018-10-11  5:34 UTC  (2+ messages)

[PATCH v10 0/3] powerpc: Detection and scheduler optimization for POWER9 bigcore
 2018-10-11  5:33 UTC  (4+ messages)
` [PATCH v10 1/3] powerpc: Detect the presence of big-cores via "ibm,thread-groups"
` [PATCH v10 2/3] powerpc: Use cpu_smallcore_sibling_mask at SMT level on bigcores
` [PATCH v10 3/3] powerpc/cacheinfo: Report the correct shared_cpu_map on big-cores

[PATCH] isdn/hisax: amd7930_fn: Remove unnecessary parentheses
 2018-10-11  5:29 UTC  (2+ messages)

[PATCH net 00/10] rxrpc: Fix packet reception code
 2018-10-11  5:28 UTC  (2+ messages)

linux-next: Tree for Oct 11
 2018-10-11  5:23 UTC 

[PATCH] net: aquantia: remove some redundant variable initializations
 2018-10-11  5:18 UTC  (2+ messages)

[PATCH] mm: Speed up mremap on large regions
 2018-10-11  5:14 UTC  (7+ messages)

[PATCH] xen: drop writing error messages to xenstore
 2018-10-11  5:05 UTC  (5+ messages)
` [Xen-devel] "

[PATCH 0/2] docs: memory-hotplug: add details about locking internals
 2018-10-11  4:58 UTC  (3+ messages)
` [PATCH 1/2] docs/core-api: rename memory-hotplug-notifier to memory-hotplug
` [PATCH 2/2] docs/core-api: memory-hotplug: add some details about locking internals

[PATCH 1/2] iio: magnetometer: Add DT support for PNI RM3100
 2018-10-11  4:35 UTC  (5+ messages)
` [PATCH v3 0/3] Add support for PNI RM3100 magnetometer
  ` [PATCH v3 3/3] iio: magnetometer: Add driver support for PNI RM3100

[RFC PATCH 1/2] net/ncsi: Don't enable all channels when HWA available
 2018-10-11  4:25 UTC  (4+ messages)
` [RFC PATCH 2/2] net/ncsi: Configure multi-package, multi-channel modes with failover

[PATCH] kbuild: Fail the build early when no lz4 present
 2018-10-11  4:26 UTC  (2+ messages)

[PATCH v3 0/7] ia64: system call table generation support
 2018-10-11  4:24 UTC  (8+ messages)
` [PATCH v3 1/7] ia64: add __NR_old_getpagesize in uapi/asm/unistd.h
` [PATCH v3 2/7] ia64: replace NR_syscalls macro from asm/unistd.h
` [PATCH v3 3/7] ia64: add an offset for system call number
` [PATCH v3 4/7] ia64: replace the system call table entries from entry.S
` [PATCH v3 5/7] ia64: add system call table generation support
` [PATCH v3 6/7] ia64: uapi header and system call table file generation
` [PATCH v3 7/7] ia64: wire up system calls

[PATCH v15 1/2] leds: core: Introduce LED pattern trigger
 2018-10-11  4:07 UTC  (2+ messages)
` [PATCH v15 2/2] leds: sc27xx: Add pattern_set/clear interfaces for LED controller

[PATCH 0/5] NestMMU pte upgrade workaround for mprotect and autonuma
 2018-10-11  3:52 UTC  (6+ messages)
` [PATCH 1/5] mm: Update ptep_modify_prot_start/commit to take vm_area_struct as arg
` [PATCH 2/5] mm: update ptep_modify_prot_commit to take old pte value "
` [PATCH 3/5] arch/powerpc/mm: Nest MMU workaround for mprotect/autonuma RW upgrade
` [PATCH 4/5] mm/hugetlb: Add prot_modify_start/commit sequence for hugetlb update
` [PATCH 5/5] arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgrade

[PATCH] mtd: spi-nor: Add support for SPI boot flash access for AMD Family 16h
 2018-10-11  3:52 UTC 

[PATCH security-next v5 00/30] LSM: Explict ordering
 2018-10-11  3:45 UTC  (32+ messages)
` [PATCH security-next v5 01/30] LSM: Correctly announce start of LSM initialization
` [PATCH security-next v5 02/30] vmlinux.lds.h: Avoid copy/paste of security_init section
` [PATCH security-next v5 03/30] LSM: Rename .security_initcall section to .lsm_info
` [PATCH security-next v5 04/30] LSM: Remove initcall tracing
` [PATCH security-next v5 05/30] LSM: Convert from initcall to struct lsm_info
` [PATCH security-next v5 06/30] vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
` [PATCH security-next v5 07/30] LSM: Convert security_initcall() into DEFINE_LSM()
` [PATCH security-next v5 08/30] LSM: Record LSM name in struct lsm_info
` [PATCH security-next v5 09/30] LSM: Provide init debugging infrastructure
` [PATCH security-next v5 10/30] LSM: Don't ignore initialization failures
` [PATCH security-next v5 11/30] LSM: Introduce LSM_FLAG_LEGACY_MAJOR
` [PATCH security-next v5 12/30] LSM: Provide separate ordered initialization
` [PATCH security-next v5 13/30] LoadPin: Rename boot param "enabled" to "enforce"
` [PATCH security-next v5 14/30] LSM: Plumb visibility into optional "enabled" state
` [PATCH security-next v5 15/30] LSM: Lift LSM selection out of individual LSMs
` [PATCH security-next v5 16/30] LSM: Build ordered list of LSMs to initialize
` [PATCH security-next v5 17/30] LSM: Introduce CONFIG_LSM
` [PATCH security-next v5 18/30] LSM: Introduce "lsm=" for boottime LSM selection
` [PATCH security-next v5 19/30] LSM: Tie enabling logic to presence in ordered list
` [PATCH security-next v5 20/30] LSM: Prepare for reorganizing "security=" logic
` [PATCH security-next v5 21/30] LSM: Refactor "security=" in terms of enable/disable
` [PATCH security-next v5 22/30] LSM: Separate idea of "major" LSM from "exclusive" LSM
` [PATCH security-next v5 23/30] apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUE
` [PATCH security-next v5 24/30] selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE
` [PATCH security-next v5 25/30] LSM: Add all exclusive LSMs to ordered initialization
` [PATCH security-next v5 26/30] LSM: Split LSM preparation from initialization
` [PATCH security-next v5 27/30] LoadPin: Initialize as ordered LSM
` [PATCH security-next v5 28/30] Yama: "
` [PATCH security-next v5 29/30] LSM: Introduce enum lsm_order
` [PATCH security-next v5 30/30] capability: Initialize as LSM_ORDER_FIRST

[PATCH] f2fs: fix data corruption issue with hardware encryption
 2018-10-11  3:45 UTC  (6+ messages)
      ` [f2fs-dev] "

[PATCH] scsi: arcmsr: clean up clang warning on extraneous parentheses
 2018-10-11  3:22 UTC  (2+ messages)

Faktura
 2018-10-11  3:08 UTC 

[PATCH v9 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-10-11  3:18 UTC  (4+ messages)

linux-next: build warning after merge of the pinctrl tree
 2018-10-11  3:17 UTC 

[PATCH 1/4] mm/hugetlb: Enable PUD level huge page migration
 2018-10-11  3:16 UTC  (12+ messages)

[PATCH v2 0/3] code of conduct fixes
 2018-10-11  3:11 UTC  (12+ messages)
` [PATCH v2 1/3] code-of-conduct: Fix the ambiguity about collecting email addresses
  ` [Ksummit-discuss] "
` [PATCH v2 2/3] code-of-conduct: Strip the enforcement paragraph pending community discussion
  ` [Ksummit-discuss] "
` [PATCH v2 3/3] code-of-conduct: Add back the TAB as the central reporting point
    ` [Ksummit-discuss] "
` [Ksummit-discuss] [PATCH v2 0/3] code of conduct fixes

[POC][RFC][PATCH 1/2] jump_function: Addition of new feature "jump_function"
 2018-10-11  3:07 UTC  (11+ messages)

[PATCH v14 1/2] leds: core: Introduce LED pattern trigger
 2018-10-11  3:06 UTC  (6+ messages)

kernel BUG at arch/x86/kvm/x86.c:LINE! (2)
 2018-10-11  2:57 UTC  (2+ messages)

[PATCH v2 0/5] nds32 FPU port
 2018-10-11  2:20 UTC  (6+ messages)
` [PATCH v2 1/5] nds32: "
` [PATCH v2 2/5] nds32: Support FP emulation
` [PATCH v2 3/5] nds32: support denormalized result through FP emulator
` [PATCH v2 4/5] math-emu/op-2.h: Use statement expressions to prevent negative constant shift
` [PATCH v2 5/5] math-emu/soft-fp.h: (_FP_ROUND_ZERO) cast 0 to void to fix warning

[PATCH v2] compiler.h: give up __compiletime_assert_fallback()
 2018-10-11  2:48 UTC  (17+ messages)

[PATCH] scsi: mark expected switch fall-throughs
 2018-10-11  2:47 UTC  (2+ messages)

Using lockdep instead of spin_is_locked()
 2018-10-11  2:37 UTC  (3+ messages)
` [PATCH 09/16] scsi: Replace spin_is_locked() with lockdep

[PATCH v5 1/2] memory_hotplug: Free pages as higher order
 2018-10-11  2:29 UTC  (5+ messages)

[PATCH] scsi: mptfusion: Remove unnecessary parentheses and simplify null checks
 2018-10-11  2:14 UTC  (4+ messages)

[PATCH] scsi/mpt3sas: Use dma_pool_zalloc
 2018-10-11  2:06 UTC  (4+ messages)

linux-next: manual merge of the kvm-ppc tree with the kvm-arm tree
 2018-10-11  2:06 UTC  (2+ messages)

[PATCH] MAINTAINERS: Fix typo in cxlflash stanza
 2018-10-11  2:01 UTC  (2+ messages)

[PATCH v5 0/4] Address issues slowing persistent memory initialization
 2018-10-11  8:39 UTC  (14+ messages)
` [PATCH v5 4/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap

[PATCH v2 RESEND] trace_uprobe: support reference counter in fd-based uprobe
 2018-10-11  1:58 UTC  (4+ messages)

[PATCH 0/7] hisi_sas: Misc bugfixes and an optimisation patch
 2018-10-11  1:58 UTC  (2+ messages)

[PATCH v4 0/3] Randomize free memory
 2018-10-11  1:36 UTC  (4+ messages)
` [PATCH v4 1/3] mm: Shuffle initial "
` [PATCH v4 2/3] mm: Move buddy list manipulations into helpers
` [PATCH v4 3/3] mm: Maintain randomization of page free lists

[PATCH 0/7] Neaten logging uses
 2018-10-11  1:54 UTC  (2+ messages)

[PATCH v8 0/3] x86/boot/KASLR: Parse ACPI table and limit kaslr in immovable memory
 2018-10-11  1:30 UTC  (10+ messages)

[PATCH] selftests/gpio: fix compiling errors
 2018-10-11  1:24 UTC  (4+ messages)

INFO: rcu detected stall in shmem_fault
 2018-10-11  1:17 UTC  (11+ messages)

[PATCH] fbdev: make FB_BACKLIGHT a tristate
 2018-10-11  1:16 UTC  (3+ messages)

[LKP] 4ce5f9c9e7 [ 1.323881] WARNING: CPU: 0 PID: 1 at mm/slab_common.c:1031 kmalloc_slab
 2018-10-11  1:14 UTC  (7+ messages)

linux-next: build warnings from the build of Linus' tree
 2018-10-11  0:48 UTC  (9+ messages)

On holy wars, and a plea for peace
 2018-10-11  0:46 UTC 

Code of Conduct, more attacks on Ted Ts'o
 2018-10-11  0:43 UTC 

Three avenues to rescind GPLv2 property. RAP strategy added
 2018-10-11  0:38 UTC 

[PATCH] x86/tsc: use real seqcount_latch in cyc2ns_read_begin()
 2018-10-11  0:33 UTC 

[PATCH RFC 0/1] QCOM: GPIO IRQ wakeup using PDC irqchip
 2018-10-11  0:29 UTC  (2+ messages)
` [PATCH RFC 1/1] drivers: pinctrl: qcom: add wakeup capability to GPIO

[PATCH 5/5] RISC-V: Implement sparsemem
 2018-10-11  0:27 UTC  (2+ messages)

[PATCH 0/2] hwmon: Add operating mode support for core and ina3221
 2018-10-11  0:24 UTC  (6+ messages)
` [PATCH 2/2] hwmon: (ina3221) Add operating mode support

linux-next: manual merge of the akpm tree with the jc_docs tree
 2018-10-11  0:21 UTC  (5+ messages)

linux-next: manual merge of the crypto tree with the mac80211-next tree
 2018-10-11  0:13 UTC 

[PATCH v2 0/3] Randomize free memory
 2018-10-11  0:13 UTC  (7+ messages)

R8169: Network lockups in 4.18.{8,9,10} (and 4.19 dev)
 2018-10-11  0:12 UTC  (11+ messages)

[PATCH v2] Input: elants_i2c - Use DMA safe i2c when possible
 2018-10-11  0:11 UTC  (2+ messages)

Gang scheduling
 2018-10-11  0:09 UTC 

[PATCH] crypto: ccree - avoid implicit enum conversion
 2018-10-10 23:49 UTC  (2+ messages)

[PATCH v4 0/3] get_user_pages*() and RDMA: first steps
 2018-10-10 23:45 UTC  (11+ messages)
` [PATCH v4 2/3] mm: introduce put_user_page*(), placeholder versions

[PATCH] misc: mic: fix a DMA pool free failure
 2018-10-10 23:38 UTC 

[PATCH AUTOSEL 4.18 01/58] soundwire: Fix duplicate stream state assignment
 2018-10-10 23:38 UTC  (8+ messages)
` [PATCH AUTOSEL 4.18 24/58] Input: atakbd - fix Atari CapsLock behaviour

[PATCH] code-of-conduct: Remove explicit list of discrimination factors
 2018-10-10 23:35 UTC  (5+ messages)
  ` [Ksummit-discuss] "

[PATCH] staging: ion: Rework ion_map_dma_buf() to minimize re-mapping
 2018-10-10 23:33 UTC 

[PATCH v3 0/3] mm: Fix for movable_node boot option
 2018-10-10 23:29 UTC  (3+ messages)
` [PATCH v3 1/3] mm: zero remaining unavailable struct pages

[PATCH 1/4] ASoC: max98373: Sort Digital Volume in reverse order
 2018-10-10 23:26 UTC  (4+ messages)
` [PATCH 2/4] ASoC: max98373: Sort BDE Limiter Thresh "
` [PATCH 3/4] ASoC: max98373: Sort max98373_bde_gain_tlv "
` [PATCH 4/4] ASoC: max98373: Sort DHT Rot Pnt Volume "

[RFC PATCH 00/30] softirq: Make softirqs soft-interruptible (+ per vector disablement)
 2018-10-10 23:12 UTC  (31+ messages)
` [RFC PATCH 01/30] x86: Revert "x86/irq: Demote irq_cpustat_t::__softirq_pending to u16"
` [RFC PATCH 02/30] arch/softirq: Rename softirq_pending fields to softirq_data
` [RFC PATCH 03/30] softirq: Implement local_softirq_pending() below softirq vector definition
` [RFC PATCH 04/30] softirq: Normalize softirq_pending naming scheme
` [RFC PATCH 05/30] softirq: Convert softirq_pending_set() to softirq_pending_nand()
` [RFC PATCH 06/30] softirq: Introduce disabled softirq vectors bits
` [RFC PATCH 07/30] softirq: Rename _local_bh_enable() to local_bh_enable_no_softirq()
` [RFC PATCH 08/30] softirq: Move vectors bits to bottom_half.h
` [RFC PATCH 09/30] x86: Init softirq enabled field
` [RFC PATCH 10/30] softirq: Check enabled bits on the softirq loop
` [RFC PATCH 11/30] net: Prepare netif_tx_lock_bh/netif_tx_unlock_bh() for handling softirq mask
` [RFC PATCH 12/30] rcu: Prepare rcu_read_[un]lock_bh() "
` [RFC PATCH 13/30] net: Prepare tcp_get_md5sig_pool() "
` [RFC PATCH 14/30] softirq: Introduce local_bh_disable_all()
` [RFC PATCH 15/30] net: Prepare [un]lock_sock_fast() for handling softirq mask
` [RFC PATCH 16/30] net: Prepare nf_log_buf_open() "
` [RFC PATCH 17/30] isdn: Prepare isdn_net_get_locked_lp() "
` [RFC PATCH 18/30] softirq: Prepare local_bh_disable() "
` [RFC PATCH 19/30] diva: Prepare diva_os_enter_spin_lock() "
` [RFC PATCH 20/30] tg3: Prepare tg3_full_[un]lock() "
` [RFC PATCH 21/30] locking: Prepare spin_lock_bh() "
` [RFC PATCH 22/30] seqlock: Prepare write_seq[un]lock_bh() "
` [RFC PATCH 23/30] rwlock: Prepare write_[un]lock_bh() "
` [RFC PATCH 24/30] softirq: Introduce Local_bh_enter/exit()
` [RFC PATCH 25/30] softirq: Push down softirq mask to __local_bh_disable_ip()
` [RFC PATCH 26/30] softirq: Increment the softirq offset on top of enabled bits
` [RFC PATCH 27/30] softirq: Swap softirq serving VS disable on preempt mask layout
` [RFC PATCH 28/30] softirq: Disable vector on execution
` [RFC PATCH 29/30] softirq: Make softirq processing softinterruptible
` [RFC PATCH 30/30] softirq: Tasklet/net-rx fixup

[PATCH v2] PCI: Fix Switchtec DMA aliasing quirk dmesg noise
 2018-10-10 23:13 UTC  (3+ messages)

[workqueue/driver-core PATCH v2 0/5] Add NUMA aware async_schedule calls
 2018-10-10 23:08 UTC  (6+ messages)
` [workqueue/driver-core PATCH v2 1/5] workqueue: Provide queue_work_node to queue work near a given NUMA node
` [workqueue/driver-core PATCH v2 2/5] async: Add support for queueing on specific "
` [workqueue/driver-core PATCH v2 3/5] driver core: Probe devices asynchronously instead of the driver
` [workqueue/driver-core PATCH v2 4/5] driver core: Attach devices on CPU local to device node
` [workqueue/driver-core PATCH v2 5/5] PM core: Use new async_schedule_dev command

[PATCH 1/3] staging: greybus: loopback.c: remove unused gb_loopback::lbid
 2018-10-10 23:03 UTC  (4+ messages)
` [PATCH 2/3] staging: greybus: loopback.c: do insertion in O(n) instead of O(n lg n)


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