linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-29 11:42:32 to 2018-03-29 14:34:04 UTC [more...]

[PATCH 0/2 v8] Lattice MachXO2 Slave SPI FPGA Manager support
 2018-03-29 14:33 UTC  (5+ messages)
` [PATCH 2/2] fpga: lattice machxo2: Add Lattice MachXO2 support

[PATCHv2 00/14] Partial MKTME enabling
 2018-03-29 14:33 UTC  (13+ messages)
` [PATCHv2 06/14] mm/page_alloc: Propagate encryption KeyID through page allocator
` [PATCHv2 12/14] x86/mm: Implement page_keyid() using page_ext

[RESEND PATCH v2 0/8] Add support for PWM input capture on STM32
 2018-03-29 14:31 UTC  (7+ messages)
` [RESEND PATCH v2 4/8] mfd: stm32-timers: add support for dmas

[PATCH for v3.18 00/18] Backport CVE-2017-13166 fixes to Kernel 3.18
 2018-03-29 14:30 UTC  (3+ messages)

[PATCH] mtd: nand: raw: atmel: add module param to avoid using dma
 2018-03-29 14:29 UTC  (8+ messages)

[PATCH] ftrace: fix task's invalid comm of <...> when big pid
 2018-03-29 14:26 UTC  (5+ messages)

[PATCHv3] gpio: Remove VLA from gpiolib
 2018-03-29 14:25 UTC  (2+ messages)

aio poll and a new in-kernel poll API V7
 2018-03-29 14:25 UTC  (5+ messages)
` [PATCH 07/30] aio: add delayed cancel support

[RFC PATCH for 4.17 00/21] Restartable sequences and CPU op vector
 2018-03-29 14:23 UTC  (10+ messages)
` [RFC PATCH for 4.17 02/21] rseq: Introduce restartable sequences system call (v12)

[GIT PULL] sound fixes for 4.16-final
 2018-03-29 14:23 UTC 

[PATCH] connector: add parent pid and tgid to coredump and exit events
 2018-03-29 14:12 UTC 

[PATCHv5,5/5] ARM: dts: omap4-droid4: add soundcard
 2018-03-29 14:21 UTC  (14+ messages)
    ` omap4-droid4: voice call support was "

[PATCH 000/109] remove in-kernel calls to syscalls
 2018-03-29 14:20 UTC  (57+ messages)
` [PATCH 001/109] syscalls: define and explain goal to not call syscalls in the kernel
` [PATCH 004/109] kexec: call do_kexec_load() in compat syscall directly
` [PATCH 005/109] mm: use do_futex() instead of sys_futex() in mm_release()
` [PATCH 006/109] x86: use _do_fork() in compat_sys_x86_clone()
` [PATCH 008/109] net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
` [PATCH 010/109] net: socket: add __sys_accept4() "
` [PATCH 012/109] net: socket: add __sys_bind() "
` [PATCH 015/109] net: socket: add __sys_getsockname() "
` [PATCH 017/109] net: socket: add __sys_socketpair() "
` [PATCH 019/109] net: socket: add __sys_setsockopt() "
` [PATCH 020/109] net: socket: add __sys_getsockopt() "
` [PATCH 021/109] net: socket: add do_sys_recvmmsg() "
` [PATCH 022/109] net: socket: move check for forbid_cmsg_compat to __sys_...msg()
` [PATCH 025/109] net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to compat syscall
` [PATCH 027/109] net: socket: add __compat_sys_getsockopt() "
` [PATCH 034/109] ipc: add shmget syscall wrapper
` [PATCH 039/109] ipc: add msgsnd syscall/compat_syscall wrappers
` [PATCH 042/109] kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c
` [PATCH 043/109] sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()
` [PATCH 045/109] mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c
` [PATCH 046/109] mm: add kernel_mbind() helper; remove in-kernel call to syscall
` [PATCH 047/109] mm: add kernel_[sg]et_mempolicy() helpers; remove in-kernel calls to syscalls
` [PATCH 049/109] fs: add do_pipe2() helper; remove internal call to sys_pipe2()
` [PATCH 052/109] fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()
` [PATCH 053/109] fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()
` [PATCH 054/109] fs: add do_eventfd() helper; remove internal call to sys_eventfd()
` [PATCH 056/109] fs: add do_vmsplice() helper; remove in-kernel call to syscall
` [PATCH 058/109] fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall
` [PATCH 059/109] fs: add do_compat_select() "
` [PATCH 062/109] inotify: add do_inotify_init() helper; remove in-kernel call to syscall
` [PATCH 063/109] fanotify: add do_fanotify_mark() "
` [PATCH 064/109] fs/quota: add kernel_quotactl() "
` [PATCH 067/109] fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
` [PATCH 070/109] fs: add ksys_write() helper; remove in-kernel calls to sys_write()
` [PATCH 071/109] fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
` [PATCH 072/109] fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()
` [PATCH 073/109] hostfs: rename do_rmdir() to hostfs_do_rmdir()
` [PATCH 074/109] fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
` [PATCH 075/109] fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall
` [PATCH 077/109] fs: add do_mknodat() helper and ksys_mknod() "
` [PATCH 079/109] fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() "
` [PATCH 081/109] fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
` [PATCH 084/109] fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
` [PATCH 085/109] fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
` [PATCH 086/109] fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()
` [PATCH 087/109] fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()
` [PATCH 089/109] fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
` [PATCH 092/109] fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
` [PATCH 095/109] fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
` [PATCH 098/109] mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
` [PATCH 101/109] x86/sigreturn: use SYSCALL_DEFINE0
` [PATCH 102/109] kexec: move sys_kexec_load() prototype to syscalls.h
` [PATCH 105/109] syscalls: sort syscall prototypes in include/linux/compat.h
` [PATCH 107/109] kernel/sys_ni: sort cond_syscall() entries
` [PATCH 109/109] bpf: whitelist all syscalls for error injection

[PATCH] efi/cper: Remove the INDENT_SP silliness
 2018-03-29 14:14 UTC 

[PATCH net-next 0/8] Microsemi Ocelot switch support
 2018-03-29 14:14 UTC  (6+ messages)
` [PATCH net-next 3/8] net: mscc: Add MDIO driver

[PATCH] alarmtimer: Init nanosleep alarm timer on stack
 2018-03-29 14:13 UTC  (4+ messages)
` [tip:timers/core] "

[PATCH 00/10] softirq: Consolidate and optimize softirq mask
 2018-03-29 14:07 UTC  (6+ messages)
` [PATCH 10/10] softirq: Remove __ARCH_SET_SOFTIRQ_PENDING

[PATCH v2] perf, pt, coresight: Clean up address filter structure
 2018-03-29 14:06 UTC  (3+ messages)

[PATCH 5/5] perf list: Add pmu event json file for IBM z14
 2018-03-29 14:02 UTC  (2+ messages)
` [tip:perf/core] perf vendor events s390: Add JSON files "

[PATCH 4/5] perf list: Add pmu event json file for IBM z13
 2018-03-29 14:01 UTC  (2+ messages)
` [tip:perf/core] perf vendor events s390: Add JSON files "

[PATCH 3/5] perf list: Add pmu event json file for IBM zEC12 zBC12
 2018-03-29 14:00 UTC  (2+ messages)
` [tip:perf/core] perf vendor events s390: Add JSON files "

WARNING: kobject bug in device_add
 2018-03-29 14:01 UTC 

[PATCH 2/5] perf list: Add pmu event json file for IBM z196
 2018-03-29 14:00 UTC  (2+ messages)
` [tip:perf/core] perf vendor events s390: Add JSON files "

[PATCH 1/5] perf list: Add pmu event json file for IBM z10EC z10BC
 2018-03-29 13:59 UTC  (2+ messages)
` [tip:perf/core] perf vendor events s390: Add JSON files "

[PATCH] perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done()
 2018-03-29 13:58 UTC  (2+ messages)
` [tip:perf/core] perf mmap: Be consistent when checking for an unmaped ring buffer

[PATCH] perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done()
 2018-03-29 13:58 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] perf check-headers.sh: Fix check-headers.sh opts assignment
 2018-03-29 13:57 UTC  (2+ messages)
` [tip:perf/core] perf build: "

[PATCH v3 0/3] perf/core: expose thread context switch out event type to user space
 2018-03-29 13:57 UTC  (4+ messages)
` [PATCH v3 1/3] perf/core: store context switch out type into Perf trace

[PATCH v3] x86,sched: allow topologies where NUMA nodes share an LLC
 2018-03-29 13:57 UTC  (5+ messages)

[PATCH 0/8] Designware EP support and code clenan up
 2018-03-29 13:56 UTC  (5+ messages)
` [PATCH 6/8] PCI: dwc: Replace lower into upper case characters

[PATCH 0/3] iio: add unit converter
 2018-03-29 13:55 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: iio: wrapper: add io-channel-unit-converter

[PATCH v3 0/8] Decode IA32/X64 CPER
 2018-03-29 13:53 UTC  (7+ messages)
` [PATCH v3 2/8] efi: Decode IA32/X64 Processor Error Section
` [PATCH v3 3/8] efi: Decode IA32/X64 Processor Error Info Structure

[PATCHv3] iommu/intel: Ratelimit each dmar fault printing
 2018-03-29 13:52 UTC  (10+ messages)

[PATCH v5 00/12] PCI endpoint 64-bit BAR fixes
 2018-03-29 13:52 UTC  (2+ messages)

[PATCH RFC v10 0/6] Introduce the STACKLEAK feature and a test for it
 2018-03-29 13:51 UTC  (5+ messages)
` [PATCH RFC v10 2/6] x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls

[PATCH] qedr: ix spelling mistake: "hanlde" -> "handle"
 2018-03-29 13:49 UTC  (2+ messages)

[PATCH v5 1/1] drm/xen-front: Add support for Xen PV display frontend
 2018-03-29 13:45 UTC  (2+ messages)

[PATCH v7 3/7] bnx2x: Replace doorbell barrier() with wmb()
 2018-03-29 13:45 UTC  (3+ messages)

[PATCH 1/3] virt: vbox: Add vbg_req_free() helper function
 2018-03-29 13:42 UTC  (9+ messages)
` [PATCH 2/3] virt: vbox: Use __get_free_pages instead of kmalloc for DMA32 memory

[PATCH v1] hwmon, via-cputem: support new centaur CPUs
 2018-03-29 13:42 UTC  (2+ messages)

[PATCH 1/3] serial: 8250_early: Add earlycon support for AMD Carrizo / Stoneyridge
 2018-03-29 13:34 UTC  (8+ messages)

[tip:timers/core 2/2] kernel/time/alarmtimer.c:738:33: error: 'alarm' is a pointer; did you mean to use '->'?
 2018-03-29 13:27 UTC 

[PATCH v4 1/3] Add notrace to lib/ucmpdi2.c
 2018-03-29 10:41 UTC 

pull-request: wireless-drivers-next 2018-03-29
 2018-03-29 13:21 UTC 

[PATCH] Extract initrd free logic from arch-specific code
 2018-03-29 13:19 UTC  (9+ messages)
` [PATCH v4 0/16] Generic initrd_free_mem
  ` [PATCH v4 14/16] powerpc: Use generic free_initrd_mem
  ` [PATCH v5 01/16] initrd: Add weakly-linked "
    ` [PATCH v5 12/16] openrisc: Switch to "

[PATCH 0/1] drm/xen-zcopy: Add Xen zero-copy helper DRM driver
 2018-03-29 13:19 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] qed: fix a bunch of spelling mistakes/typos
 2018-03-29 13:18 UTC  (4+ messages)

[PATCH v2 0/2] gfs2: Stop using rhashtable_walk_peek
 2018-03-29 13:15 UTC  (7+ messages)
` [PATCH v2 1/2] lockref: Add lockref_put_not_zero
` [PATCH v2 2/2] gfs2: Stop using rhashtable_walk_peek
` [Cluster-devel] [PATCH v2 0/2] "

[PATCH] MAINTAINERS: update entry for entry for ARM/berlin
 2018-03-29 13:08 UTC  (3+ messages)

[PATCH v6 0/6] Add MediaTek PMIC keys support
 2018-03-29 13:04 UTC  (8+ messages)

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-03-29 13:03 UTC  (5+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "

[PATCH v3 0/6] clocksource: rework Atmel TCB timer driver
 2018-03-29 13:02 UTC  (7+ messages)

[PATCH net-next v2 0/2] phylink: API changes
 2018-03-29 12:57 UTC  (4+ messages)
` [PATCH net-next v2 1/2] net: phy: phylink: Provide PHY interface to mac_link_{up,down}
  ` [EXT] "

[PATCH] sched: support dynamiQ cluster
 2018-03-29 12:53 UTC  (2+ messages)

[PATCH v9 00/24] Speculative page faults
 2018-03-29 12:49 UTC  (3+ messages)

[PATCH v2] mmc: sdhci-of-arasan: Add quirk to avoid unexpected interrupt msgs
 2018-03-29 12:49 UTC  (2+ messages)

[PATCH net] vhost: validate log when IOTLB is enabled
 2018-03-29 12:48 UTC  (2+ messages)

[PATCH] staging: mt7621-eth: Fix sparse warning in ethtool.c
 2018-03-29 12:47 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] lockdep: Show address of "struct lockdep_map" at print_lock()
 2018-03-29 12:45 UTC  (7+ messages)
    ` [PATCH v2] "
      ` [tip:locking/core] lockdep: Make the lock debug output more useful

[PATCH V4 1/3] mmc: sdhci: Add support for O2 eMMC HS200 mode
 2018-03-29 12:44 UTC  (6+ messages)
` [PATCH V4 2/3] mmc: sdhci: Add support for O2 hardware tuning
` [PATCH V4 3/3] mmc: sdhci: Add MSI interrupt support for O2 SD host

[PATCH] clocksource/drivers/mips-gic-timer: Add pr_fmt and reword pr_* messages
 2018-03-29  9:49 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/4] vfio: ccw: error handling fixes and improvements
 2018-03-29 12:32 UTC  (6+ messages)
` [PATCH 4/4] vfio: ccw: add traceponits for interesting error paths

[PATCH v8 00/10] sched/cpuidle: Idle loop rework
 2018-03-29 12:21 UTC  (11+ messages)
` [PATCH v8 01/10] time: tick-sched: Reorganize idle tick management code
` [PATCH v8 02/10] sched: idle: Do not stop the tick upfront in the idle loop
` [PATCH v8 03/10] sched: idle: Do not stop the tick before cpuidle_idle_call()
` [PATCH v8 04/10] jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC
` [PATCH v8 05/10] cpuidle: Return nohz hint from cpuidle_select()
` [PATCH v8 06/10] time: tick-sched: Split tick_nohz_stop_sched_tick()
` [PATCH v8 07/10] time: hrtimer: Timer exclusion support for hrtimer_get_next_event()
` [PATCH v8 08/10] sched: idle: Select idle state before stopping the tick
` [PATCH v8 09/10] cpuidle: menu: Refine idle state selection for running tick
` [PATCH v8 10/10] cpuidle: menu: Avoid selecting shallow states with stopped tick

[PATCH 0/2] MIPS: memset.S: Fix 2 issues with __clear_user
 2018-03-29  9:28 UTC  (2+ messages)
` [PATCH 1/2] MIPS: memset.S: EVA & fault support for small_memset

[PATCH] regmap: debugfs: check pointer before access
 2018-03-29 12:21 UTC 

[PATCH 0/1] cover-letter/lz4: Implement lz4 with dynamic offset length
 2018-03-29 10:26 UTC  (5+ messages)

[PATCH] qed: fix spelling mistake: "checksumed" -> "checksummed"
 2018-03-29 12:05 UTC  (2+ messages)
` NAK: "

[PATCH] ALSA: hda_intel: mark PM functions as __maybe_unused
 2018-03-29 11:59 UTC  (4+ messages)

[PATCH] usb: musb: Support gadget mode when the port is set to dual role
 2018-03-29 11:57 UTC  (3+ messages)

[PATCH v1 1/4] perf: Allow suppressing AUX records
 2018-03-29 11:54 UTC  (3+ messages)
` [PATCH] "

[PATCH 0/2] net: mvneta: improve suspend/resume
 2018-03-29 11:54 UTC  (5+ messages)
` [PATCH 1/2] net: mvneta: split rxq/txq init into SW and HW parts
` [PATCH 2/2] net: mvneta: improve suspend/resume

[PATCH v7 1/4] ioremap: Update pgtable free interfaces with addr
 2018-03-29 11:53 UTC  (2+ messages)

[PATCH] jffs2: safely remove obsolete dirent from the f->dents list
 2018-03-29 12:00 UTC 

[PATCH v2 0/2] Add support for ov7251 camera sensor
 2018-03-29 11:51 UTC  (3+ messages)
` [PATCH v2 2/2] media: Add a driver for the "

[PATCH 1/8] lib/scatterlist: add sg_set_dma_addr() helper
 2018-03-29 11:44 UTC  (12+ messages)
` [PATCH 2/8] PCI: Add pci_find_common_upstream_dev()

[PATCH] crypto: chelsio: move chcr_ahash_continue declation out of header
 2018-03-29 11:43 UTC  (2+ messages)


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