linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-20 20:20:02 to 2017-09-21 00:03:33 UTC [more...]

[PATCH v6 00/11] Add support for eXclusive Page Frame Ownership
 2017-09-21  0:03 UTC  (14+ messages)
` [PATCH v6 03/11] mm, x86: Add support for eXclusive Page Frame Ownership (XPFO)

[PATCH V2] PM / OPP: Call notifier without holding opp_table->lock
 2017-09-20 23:58 UTC  (2+ messages)

[PATCH] media: dvb_ca_en50221: sanity check slot number from userspace
 2017-09-20 23:49 UTC  (2+ messages)

[PATCH] tty: vt: keyboard: add range check to kbs->kb_func index
 2017-09-20 23:40 UTC  (2+ messages)

[PATCH v2 00/31] struct timer_list callback argument conversion, step 1
 2017-09-20 23:27 UTC  (32+ messages)
` [PATCH v2 01/31] coccinelle: Improve setup_timer.cocci matching
` [PATCH v2 02/31] timer: Convert open-coded init_timer() to setup_timer()
` [PATCH v2 03/31] timer: Remove init_timer_pinned_deferrable() in favor of setup_pinned_deferrable_timer()
` [PATCH v2 04/31] timer: Remove init_timer_on_stack() in favor of setup_timer_on_stack()
` [PATCH v2 05/31] timer: Remove init_timer_pinned() in favor of setup_pinned_timer()
` [PATCH v2 06/31] timer: Remove init_timer_deferrable() in favor of setup_deferrable_timer()
` [PATCH v2 07/31] timer: Remove users of TIMER_DEFERRED_INITIALIZER
` [PATCH v2 08/31] timer: Remove users of TIMER_INITIALIZER
` [PATCH v2 09/31] timer: Remove unused static initializer macros
` [PATCH v2 10/31] timer: Remove users of expire and data arguments to DEFINE_TIMER
` [PATCH v2 11/31] timer: Remove expires and data arguments from DEFINE_TIMER
` [PATCH v2 12/31] timer: Remove expires argument from __TIMER_INITIALIZER()
` [PATCH v2 13/31] timer: Remove meaningless .data/.function assignments
` [PATCH v2 14/31] timer: Collapse cross-function single-assignment .data into setup_timer()
` [PATCH v2 15/31] timer: Additional init_timer() -> setup_timer() conversions
` [PATCH v2 16/31] usb/phy-isp1301-omap: Remove .data assignment
` [PATCH v2 17/31] media/i2c/tc358743: Initialize timer
` [PATCH v2 18/31] scsi/aic7xxx: Clean up timer usage
` [PATCH v2 19/31] timer: Remove open-coded casts for .data and .function
` [PATCH v2 20/31] net/core: Collapse redundant sk_timer callback data assignments
` [PATCH v2 21/31] s390/char/sclp: Use separate static data field with with static timer
` [PATCH v2 22/31] sparc/led: "
` [PATCH v2 23/31] mips/sgi-ip32: "
` [PATCH v2 24/31] mips/sgi-ip22: "
` [PATCH v2 25/31] net/atm/mpc: "
` [PATCH v2 26/31] staging/comedi/das16: Make timer initialization unconditional
` [PATCH v2 27/31] usb/gadget/snps_udc_core: Remove struct timer_list.data use
` [PATCH v2 28/31] infiniband/rdmavt: Remove redundant timer initialization
` [PATCH v2 29/31] scsi/bnx2i: Initialize timer
` [PATCH v2 30/31] appletalk: Remove unneeded synchronization
` [PATCH v2 31/31] timer: Switch to testing for .function instead of .data

[tip:timers/core] kselftests: timers: set-timer-lat: Tweak reporting when timer fires early
 2017-09-20 23:38 UTC  (4+ messages)

[PATCH net-next] net: dsa: add port fdb dump
 2017-09-20 23:32 UTC 

[PATCH net-next] net: dsa: better scoping of slave functions
 2017-09-20 23:31 UTC 

[PATCH v2 0/3] can: m_can: Add PM Runtime Support
 2017-09-20 23:29 UTC  (4+ messages)
` [PATCH v2 1/3] can: m_can: Make hclk optional

[PATCH v5 00/10] Add support for eXclusive Page Frame Ownership
 2017-09-20 23:25 UTC  (5+ messages)
` [PATCH v5 03/10] swiotlb: Map the buffer if it was unmapped by XPFO

[PATCH v3 00/31] Hardened usercopy whitelisting
 2017-09-20 23:22 UTC  (35+ messages)
` [PATCH v3 01/31] usercopy: Prepare for "
` [PATCH v3 02/31] usercopy: Enforce slab cache usercopy region boundaries
` [PATCH v3 03/31] usercopy: Mark kmalloc caches as usercopy caches
` [PATCH v3 04/31] dcache: Define usercopy region in dentry_cache slab cache
` [PATCH v3 05/31] vfs: Define usercopy region in names_cache slab caches
` [PATCH v3 06/31] vfs: Copy struct mount.mnt_id to userspace using put_user()
` [PATCH v3 07/31] ext4: Define usercopy region in ext4_inode_cache slab cache
` [PATCH v3 08/31] ext2: Define usercopy region in ext2_inode_cache "
` [PATCH v3 09/31] jfs: Define usercopy region in jfs_ip "
` [PATCH v3 10/31] befs: Define usercopy region in befs_inode_cache "
` [PATCH v3 11/31] exofs: Define usercopy region in exofs_inode_cache "
` [PATCH v3 12/31] orangefs: Define usercopy region in orangefs_inode_cache "
` [PATCH v3 13/31] ufs: Define usercopy region in ufs_inode_cache "
` [PATCH v3 14/31] vxfs: Define usercopy region in vxfs_inode "
` [PATCH v3 15/31] xfs: Define usercopy region in xfs_inode "
` [PATCH v3 16/31] cifs: Define usercopy region in cifs_request "
` [PATCH v3 17/31] scsi: Define usercopy region in scsi_sense_cache "
` [PATCH v3 18/31] net: Define usercopy region in struct proto "
` [PATCH v3 19/31] ip: Define usercopy region in IP "
` [PATCH v3 20/31] caif: Define usercopy region in caif "
` [PATCH v3 21/31] sctp: Define usercopy region in SCTP "
` [PATCH v3 22/31] sctp: Copy struct sctp_sock.autoclose to userspace using put_user()
` [PATCH v3 23/31] net: Restrict unwhitelisted proto caches to size 0
` [PATCH v3 24/31] fork: Define usercopy region in mm_struct slab caches
` [PATCH v3 25/31] fork: Define usercopy region in thread_stack "
` [PATCH v3 26/31] fork: Provide usercopy whitelisting for task_struct
` [PATCH v3 27/31] x86: Implement thread_struct whitelist for hardened usercopy
` [PATCH v3 28/31] arm64: "
` [PATCH v3 29/31] arm: "
` [PATCH v3 30/31] usercopy: Restrict non-usercopy caches to size 0
` [PATCH v3 31/31] lkdtm: Update usercopy tests for whitelisting

[PATCH net 0/9] TM related bugfixes for the HNS3 Ethernet Driver
 2017-09-20 23:15 UTC  (2+ messages)

[PATCH 0/6] More graceful flusher thread memory reclaim wakeup
 2017-09-20 23:11 UTC  (4+ messages)

[PATCH 0/5] [media] s2255drv: Fine-tuning for some function implementations
 2017-09-20 23:07 UTC  (3+ messages)
` [PATCH 2/5] [media] s2255drv: Adjust 13 checks for null pointers

[RFC] proc, coredump: add CoreDumping flag to /proc/pid/status
 2017-09-20 23:06 UTC  (2+ messages)
` [RESEND] "

Read-only `slaves` with shared subtrees?
 2017-09-20 23:06 UTC  (7+ messages)

[RFC RESEND 0/3] Add support for Hisilicon Hi3521A SoC
 2017-09-20 23:04 UTC  (4+ messages)
` [RFC RESEND 3/3] arm: dts: add Hi3521A dts

[PATCH net] net/ncsi: Don't assume last available channel exists
 2017-09-20 23:05 UTC  (2+ messages)

[PATCH] isdn/i4l: fetch the ppp_write buffer in one shot
 2017-09-20 23:01 UTC  (2+ messages)

[PATCH 1/2] drm/vc4: Reject HDMI modes with too high of clocks
 2017-09-20 22:59 UTC  (2+ messages)
` [PATCH 2/2] drm/vc4: Update kerneldoc about CEC and power management

[PATCH 0/1] Cocci spatch "simple_open" - v4.14-rc1
 2017-09-20 22:56 UTC  (2+ messages)
` [PATCH 1/1] [SCSI] fnic: Cocci spatch "simple_open"

[PATCH][drm-next] drm/i915/gvt: ensure -ve return value is handled correctly
 2017-09-20 22:44 UTC  (4+ messages)

[PATCH net-next] net: dsa: Utilize dsa_slave_dev_check()
 2017-09-20 22:49 UTC  (2+ messages)

[PATCH 07/10] bus: ti-sysc: Add minimal TI sysc interconnect target driver
 2017-09-20 22:46 UTC 

[PATCH v2 0/2] enable hires timer to timeout datagram socket
 2017-09-20 22:48 UTC  (8+ messages)

[PATCH] arm64: Always use REFCOUNT_FULL
 2017-09-20 22:44 UTC  (2+ messages)

[PATCH 1/2] i2c: designware: switch to suspend_late/resume_early
 2017-09-20 22:42 UTC  (3+ messages)
` [PATCH 2/2] mfd: intel-lpss: switch to suspend_late()/resume_early()

[PATCH] selftests/seccomp: Support glibc 2.26 siginfo_t.h
 2017-09-20 22:42 UTC  (5+ messages)

[PATCH 0/7] Cocci spatch "vma_pages" - v4.14-rc1
 2017-09-20 22:29 UTC  (8+ messages)
` [PATCH 5/7] MIPS: Cocci spatch "vma_pages"
` [PATCH 6/7] KVM: PPC: "
` [PATCH 3/7] metag: "
` [PATCH 4/7] microblaze: "
` [PATCH 7/7] drm/rockchip: "
` [PATCH 2/7] arm64: "
` [PATCH 1/7] ARM: dma-mapping: "

[PATCH 0/2 v4] oom: capture unreclaimable slab info in oom message when kernel panic
 2017-09-20 22:38 UTC  (3+ messages)
` [PATCH 1/2] tools: slabinfo: add "-U" option to show unreclaimable slabs only
` [PATCH 2/2] mm: oom: show unreclaimable slab info when kernel panic

MADV_FREE is broken
 2017-09-20 22:37 UTC  (2+ messages)

[PATCH V5 0/4] Add Broadcom STB USB phy driver
 2017-09-20 22:37 UTC  (5+ messages)

[PATCH] net: compat: assert the size of cmsg copied in is as expected
 2017-09-20 22:36 UTC  (2+ messages)

linux-next: error while fetching the microblaze tree
 2017-09-20 22:27 UTC  (5+ messages)

[v8 0/4] cgroup-aware OOM killer
 2017-09-20 22:24 UTC  (14+ messages)

shared/298 lockdep splat?
 2017-09-20 22:22 UTC 

I/O hangs after resuming from suspend-to-ram
 2017-09-20 22:20 UTC  (8+ messages)

Proper way to allocate DMA buffer within a single 4GB block?
 2017-09-20 22:18 UTC 

Android kernel configs (was Re: configs)
 2017-09-20 22:03 UTC 

[PATCH] ARM: uaccess: Add missing include for set_thread_flag
 2017-09-20 22:03 UTC  (5+ messages)

[PATCH net-next 1/3] virtio-net: remove unnecessary parameter of virtnet_xdp_xmit()
 2017-09-20 22:02 UTC  (7+ messages)
` [PATCH net-next 2/3] virtio-net: add packet len average only when needed during XDP
` [PATCH net-next 3/3] virtio-net: support XDP_REDIRECT

[PATCH v4 1/2] wire: export w1_touch_bit
 2017-09-20 21:54 UTC  (3+ messages)

[PATCH v5 1/2] wire: export w1_touch_bit
 2017-09-20 21:52 UTC  (2+ messages)
` [PATCH v5 2/2] add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridge

[RFC PATCH] can: m_can: Support higher speed CAN-FD bitrates
 2017-09-20 21:37 UTC  (6+ messages)

[RFC v3] oom: capture unreclaimable slab info in oom message when kernel panic
 2017-09-20 21:32 UTC  (7+ messages)
` [PATCH 1/2] tools: slabinfo: add "-U" option to show unreclaimable slabs only
` [PATCH 2/2] mm: oom: show unreclaimable slab info when kernel panic

[PATCH net-next] net: Remove useless function skb_header_release
 2017-09-20 21:30 UTC  (2+ messages)

[PATCH 0/5] usb: usb251xb: Add USB2517i hub support and fix some bugs
 2017-09-20 21:29 UTC  (11+ messages)
` [PATCH 1/5] usb: usb251xb: Add USB2517/i hub support
` [PATCH 0/9 v2] usb: usb251xb: Add USB2517i hub support and fix some bugs
  ` [PATCH 8/9 v2] usb: usb251xb: Add max power/current dts property support
  ` [PATCH 9/9 v2] usb: usb251xb: Use GPIO descriptor consumer interface

usb/media/pvrusb2: warning in pvr2_send_request_ex/usb_submit_urb
 2017-09-20 21:28 UTC  (3+ messages)

[PATCH v4 1/4] samples/bpf: Use getppid instead of getpgrp for array map stress
 2017-09-20 21:25 UTC  (8+ messages)
` [PATCH v4 2/4] samples/bpf: Enable cross compiler support
` [PATCH v4 3/4] samples/bpf: Fix pt_regs issues when cross-compiling
` [PATCH v4 4/4] samples/bpf: Add documentation on cross compilation

[GIT PULL] a dma-mapping fix for 4.14-rc2
 2017-09-20 21:25 UTC 

[PATCH v2 0/2] x86: Fix inline asm call constraints for clang
 2017-09-20 21:24 UTC  (3+ messages)
` [PATCH v2 1/2] objtool: Handle another GCC stack pointer adjustment bug
` [PATCH v2 2/2] x86/asm: Fix inline asm call constraints for clang

[Patch v3 1/3] ipv4: Namespaceify tcp_fastopen knob
 2017-09-20 21:25 UTC  (4+ messages)
` [Patch v3 2/3] ipv4: Namespaceify tcp_fastopen_key knob

[PATCH v2 00/22] Intel FPGA Device Drivers
 2017-09-20 21:24 UTC  (3+ messages)
` [PATCH v2 07/22] fpga: intel: pcie: parse feature list and create platform device for features

[PATCH 0/3] locking/rwsem/x86: Add stack frame dependency for some inline asm
 2017-09-20 21:24 UTC  (3+ messages)
` [PATCH v3 0/6] "

[PATCH] staging: rtl8723bs: add missing range check on id
 2017-09-20 21:19 UTC 

[PATCH 0/2] x86: Fix inline asm call constraints for clang
 2017-09-20 21:19 UTC  (8+ messages)
` [PATCH 2/2] x86/asm: "

[RFC] sched/fair: Use wake_q length as a hint for wake_wide
 2017-09-20 21:17 UTC  (8+ messages)

[PATCH] rwsem: fix missed wakeup due to reordering of load
 2017-09-20 21:17 UTC  (3+ messages)

[PATCH net-next] net: dsa: lan9303: Add adjust_link() method
 2017-09-20 21:14 UTC  (2+ messages)

[PATCH v4 0/5] Add MediaTek PMIC keys support
 2017-09-20 21:14 UTC  (4+ messages)
` [PATCH v4 2/5] dt-bindings: input: Add document bindings for mtk-pmic-keys

[PATCH v4 00/13] introduce the Xen PV Calls frontend
 2017-09-20 21:08 UTC  (7+ messages)
` [PATCH v4 01/13] xen/pvcalls: introduce the pvcalls xenbus frontend
  ` [PATCH v4 02/13] xen/pvcalls: implement frontend disconnect
  ` [PATCH v4 03/13] xen/pvcalls: connect to the backend

[mainline][DLPAR][Oops] OF: ERROR: Bad of_node_put() on /cpus
 2017-09-20 21:02 UTC  (3+ messages)
` [PATCH 1/2] powerpc/pseries: fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPAR
  ` [PATCH 2/2] powerpc/pseries: fix parent_dn reference leak in add_dt_node()

[PATCH 1/3] RTC: rv3029: fix vendor string
 2017-09-20 20:52 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: spi: Add Spreadtrum ADI controller documentation
 2017-09-20 20:52 UTC  (2+ messages)

[PATCH v2 0/2] Support SDHCI on 8974pro devices
 2017-09-20 20:52 UTC  (3+ messages)
` [PATCH v2 2/2] mmc: sdhci-msm: Enable delay circuit calibration clocks

[PATCH] init/version: include <linux/export.h> instead of <linux/module.h>
 2017-09-20 20:55 UTC  (2+ messages)

[PATCH v2] [media] staging: atomisp: use clock framework for camera clocks
 2017-09-20 20:53 UTC 

[PATCH v2 00/10] dmaengine: sun6i: Fixes for H3/A83T, enable A64
 2017-09-20 20:53 UTC  (3+ messages)
` [PATCH v2 06/10] arm64: allwinner: a64: Add devicetree binding for DMA controller

[PATCH 1/3] of: Add vendor prefix for kingdisplay
 2017-09-20 20:53 UTC  (2+ messages)

[PATCH 3/3] dt-bindings: Add KINGDISPLAY KD097D04 panel bindings
 2017-09-20 20:53 UTC  (2+ messages)

[PATCH v2 5/5] dt: watchdog: Document compatibility with JZ4780
 2017-09-20 20:52 UTC  (2+ messages)

[PATCH] dt-bindings: RTC: Add bindings for m41t80 and compatibles
 2017-09-20 20:52 UTC  (3+ messages)
` [PATCH] dt-bindings: RTC: merge ds1339 in ds1307 documentation

[PATCH] dt-bindings: RTC: Add sirf,prima2-sysrtc bindings
 2017-09-20 20:52 UTC  (2+ messages)

[PATCH 00/10] honor AT_STATX_DONT_SYNC in netfs
 2017-09-20 20:04 UTC  (3+ messages)
` [PATCH 03/10] coda: honor AT_STATX_DONT_SYNC

[PATCH] ARM: unaligned.h: Use an arch-specific version
 2017-09-20 20:35 UTC  (3+ messages)

[PATCH 0/7] PM / OPP: per OPP node clock support and imx7ulp cpufreq driver
 2017-09-20 20:30 UTC  (5+ messages)
` [PATCH 1/7] PM / OPP: Add platform specific set_clk function

[PATCH v3] platform/chrome: Use proper protocol transfer function
 2017-09-20 20:22 UTC  (8+ messages)

[PATCH v9 00/12] complete deferred page initialization
 2017-09-20 20:17 UTC  (6+ messages)
` [PATCH v9 02/12] sparc64/mm: setting fields in deferred pages
` [PATCH v9 03/12] mm: deferred_init_memmap improvements
` [PATCH v9 07/12] sparc64: optimized struct page zeroing
` [PATCH v9 09/12] mm/kasan: kasan specific map populate function
` [PATCH v9 10/12] x86/kasan: use kasan_map_populate()


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