linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-25 14:23:56 to 2018-04-25 16:06:36 UTC [more...]

[PATCH 00/17] y2038: system calls, part 3
 2018-04-25 16:03 UTC  (14+ messages)
` [PATCH 01/17] y2038: compat: Move common compat types to asm-generic/compat.h
` [PATCH 02/17] y2038: Remove newstat family from default syscall set
` [PATCH 04/17] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
` [PATCH 05/17] asm-generic: Remove empty asm/unistd.h
` [PATCH 08/17] y2038: utimes: Rework #ifdef guards for compat syscalls
` [PATCH 10/17] y2038: futex: Add support for __kernel_timespec
` [PATCH 11/17] y2038: Prepare sched_rr_get_interval "
` [PATCH 12/17] y2038: aio: Prepare sys_io_getevents "
` [PATCH 13/17] y2038: socket: Convert recvmmsg to __kernel_timespec
` [PATCH 14/17] y2038: socket: Add compat_sys_recvmmsg_time64
` [PATCH 15/17] y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
` [PATCH 16/17] y2038: Make compat_sys_rt_sigtimedwait usable on 32-bit
` [PATCH 17/17] y2038: signal: Add compat_sys_rt_sigtimedwait_time64

[PATCH net-next 0/2] tcp: mmap: rework zerocopy receive
 2018-04-25 16:04 UTC  (6+ messages)
` [PATCH net-next 1/2] tcp: add TCP_ZEROCOPY_RECEIVE support for "

[GIT PULL 00/12] perf/urgent fixes
 2018-04-25 16:00 UTC  (13+ messages)
` [PATCH 01/12] perf machine: Set main kernel end address properly
` [PATCH 02/12] perf list: Remove s390 specific strcmp_cpuid_cmp function
` [PATCH 03/12] perf test: Adapt test case record+probe_libc_inet_pton.sh for s390
` [PATCH 04/12] perf stat: Keep the / modifier separator in fallback
` [PATCH 05/12] perf pmu: Fix pmu events parsing rule
` [PATCH 06/12] perf evsel: Disable write_backward for leader sampling group events
` [PATCH 07/12] perf mem: Document incorrect and missing options
` [PATCH 08/12] perf record: Fix s390 undefined record__auxtrace_init() return value
` [PATCH 09/12] perf pmu: Fix core PMU alias list for X86 platform
` [PATCH 10/12] perf stat: Print out hint for mixed PMU group error
` [PATCH 11/12] perf evsel: Only fall back group read for leader
` [PATCH 12/12] perf stat: Fix duplicate PMU name for interval print

[BUG] igb: reconnecting of cable not always detected
 2018-04-25 16:01 UTC  (4+ messages)

[PATCH] sparc: vio: use put_device() instead of kfree()
 2018-04-25 15:59 UTC  (3+ messages)

[REVIEW][PATCH 00/22] Simplifying siginfo users
 2018-04-25 15:57 UTC  (4+ messages)
` [REVIEW][PATCH 09/22] signal/nds32: Use force_sig_fault where appropriate

[PATCH] media: zoran: move to dma-mapping interface
 2018-04-25 15:58 UTC  (7+ messages)

[PATCH v2 0/4] ARM: amba: driver_override improvements and fixes
 2018-04-25 15:58 UTC  (9+ messages)
` [PATCH v2 1/4] ARM: amba: Make driver_override output consistent with other buses
` [PATCH v2 2/4] ARM: amba: Fix race condition with driver_override
` [PATCH v2 3/4] ARM: amba: Don't read past the end of sysfs "driver_override" buffer
` [PATCH v2 4/4] ARM: amba: Fix wrong indentation in driver_override_store()

[RFC PATCH RESEND 0/3] UP Squared board drivers
 2018-04-25 15:57 UTC  (3+ messages)
` [RFC PATCH RESEND 1/3] mfd: upboard: Add UP2 platform controller driver

[PATCH v3 0/2] Add support for ov7251 camera sensor
 2018-04-25 15:56 UTC  (4+ messages)
` [PATCH v3 2/2] media: Add a driver for the "

[PATCH 0/3] indirectly reclaimable memory
 2018-04-25 15:55 UTC  (8+ messages)
` [PATCH 1/3] mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES

simplify procfs code for seq_file instances V2
 2018-04-25 15:48 UTC  (41+ messages)
` [PATCH 01/40] net/can: single_open_net needs to be paired with single_release_net
` [PATCH 02/40] proc: simplify proc_register calling conventions
` [PATCH 03/40] proc: add a proc_create_reg helper
` [PATCH 04/40] proc: introduce proc_create_seq{,_data}
` [PATCH 05/40] proc: introduce proc_create_seq_private
` [PATCH 06/40] proc: introduce proc_create_single{,_data}
` [PATCH 07/40] ipv{4,6}/udp{,lite}: simplify proc registration
` [PATCH 08/40] ipv{4,6}/tcp: simplify procfs registration
` [PATCH 09/40] ipv{4,6}/ping: simplify proc file creation
` [PATCH 10/40] ipv{4, 6}/raw: simplify ѕeq_file code
` [PATCH 11/40] ipv6/flowlabel: simplify pid namespace lookup
` [PATCH 12/40] net/kcm: simplify proc registration
` [PATCH 13/40] netfilter/x_tables: simplify ѕeq_file code
` [PATCH 14/40] net: move seq_file_single_net to <linux/seq_file_net.h>
` [PATCH 15/40] proc: introduce proc_create_net{,_data}
` [PATCH 16/40] proc: introduce proc_create_net_single
` [PATCH 17/40] acpi/battery: simplify procfs code
` [PATCH 18/40] sgi-gru: "
` [PATCH 19/40] megaraid: "
` [PATCH 20/40] sg: "
` [PATCH 21/40] afs: "
` [PATCH 22/40] ext4: "
` [PATCH 23/40] jfs: "
` [PATCH 24/40] staging/rtl8192u: "
` [PATCH 25/40] resource: switch to proc_create_seq_data
` [PATCH 26/40] drbd: switch to proc_create_single
` [PATCH 27/40] rtc/proc: switch to proc_create_single_data
` [PATCH 28/40] bonding: switch to proc_create_seq_data
` [PATCH 29/40] hostap: switch to proc_create_{seq,single}_data
` [PATCH 30/40] neigh: switch to proc_create_seq_data
` [PATCH 31/40] netfilter/xt_hashlimit: switch to proc_create_{seq, single}_data
` [PATCH 32/40] netfilter/x_tables: switch to proc_create_seq_private
` [PATCH 33/40] bluetooth: switch to proc_create_seq_data
` [PATCH 34/40] atm: simplify procfs code
` [PATCH 35/40] atm: switch to proc_create_seq_private
` [PATCH 36/40] isdn: replace ->proc_fops with ->proc_show
` [PATCH 37/40] proc: don't detour through seq->private to get the inode
` [PATCH 38/40] ide: remove ide_driver_proc_write
` [PATCH 39/40] ide: replace ->proc_fops with ->proc_show
` [PATCH 40/40] tty: "

[PATCH v2 0/2] cleanup and hardware keys
 2018-04-25 15:47 UTC  (3+ messages)
` [PATCH v2 1/2] crypto: ccree: enable support for "

[PATCH] ion: Consider ion pool pages as indirectly reclaimable
 2018-04-25 15:47 UTC  (2+ messages)

Moving unmaintained filesystems to staging
 2018-04-25 15:47 UTC  (2+ messages)

[PATCH 4.16 00/26] 4.16.5-stable review
 2018-04-25 15:44 UTC  (4+ messages)

[PATCH] i2c: at91: Read all available bytes at once
 2018-04-25 15:43 UTC  (3+ messages)

[PATCH] sched/rt: Rework for_each_process_thread() iterations in tg_has_rt_tasks()
 2018-04-25 15:42 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH RFC] vfio/mdev: delay uevent after initialization complete
 2018-04-25 15:42 UTC  (6+ messages)

[PATCH bpf-next] bpf: Allow bpf_jit_enable = 2 with BPF_JIT_ALWAYS_ON config
 2018-04-25 15:37 UTC  (5+ messages)

[PATCH v4 00/22] IOMMU and VT-d driver support for Shared Virtual Address (SVA)
 2018-04-25 15:37 UTC  (4+ messages)
` [PATCH v4 14/22] iommu: handle page response timeout

[RFC/RFT PATCH 0/3] Improve scheduler scalability for fast path
 2018-04-25 15:36 UTC  (5+ messages)
` [PATCH 3/3] sched: limit cpu search and rotate search window for scalability

[PATCH] IB/ipoib: fix ipoib_start_xmit()'s return type
 2018-04-25 15:35 UTC  (2+ messages)

[PATCH] IB/nes: fix nes_netdev_start_xmit()'s return type
 2018-04-25 15:35 UTC  (3+ messages)

[PATCH v5 0/1] can: ucan: add driver for Theobroma Systems UCAN devices
 2018-04-25 15:34 UTC  (3+ messages)
` [PATCH v5 1/1] "

[Linaro-mm-sig] [PATCH 4/8] dma-buf: add peer2peer flag
 2018-04-25 15:33 UTC  (11+ messages)
              ` noveau vs arm dma ops

[PATCH v5 00/11] vsprintf: Prevent silent crashes and consolidate error handling
 2018-04-25 15:32 UTC  (14+ messages)
` [PATCH v5 01/11] vsprintf: Shuffle misc pointer to string functions
` [PATCH v5 02/11] vsprintf: Add missing const ptr qualifier to prt_to_id()
` [PATCH v5 03/11] vsprintf: Consistent %pK handling for kptr_restrict == 0
` [PATCH v5 07/11] vsprintf: Factor out %pV handler as va_format()
` [PATCH v5 08/11] vsprintf: Factor out %pO handler as kobject_string()
` [PATCH v5 09/11] vsprintf: Prevent crash when dereferencing invalid pointers

Avoid uninterruptible sleep during process exit
 2018-04-25 15:29 UTC  (10+ messages)
` [PATCH 2/3] drm/scheduler: Don't call wait_event_killable for signaled process

[PATCH] selftests:firmware: fixes a call to a wrong function name
 2018-04-25 15:30 UTC  (4+ messages)

[V2 PATCH] perf parse-events: Specially handle uncore event alias in small groups
 2018-04-25 15:28 UTC  (5+ messages)

[PATCH 0/9] Loading optional firmware v4
 2018-04-25 15:26 UTC  (4+ messages)
` [PATCH 1/9] firmware: some documentation fixes

vmalloc with GFP_NOFS
 2018-04-25 15:25 UTC  (9+ messages)

[PATCH 4.14 000/183] 4.14.37-stable review
 2018-04-25 15:24 UTC  (4+ messages)

[RFC v5 PATCH] mm: shmem: make stat.st_blksize return huge page size if THP is on
 2018-04-25 15:23 UTC  (3+ messages)

[PATCH v2 0/2] usb: dwc3: support clocks and resets for DWC3 core
 2018-04-25 15:21 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH] soc: qcom: smem: introduce qcom_smem_virt_to_phys()
 2018-04-25 15:18 UTC 

[GIT PULL, PATCH v4 00/16] y2038: IPC system call conversion
 2018-04-25 15:07 UTC  (23+ messages)
` [PATCH v4 01/16] y2038: asm-generic: Extend sysvipc data structures
` [PATCH v4 02/16] y2038: x86: "
` [PATCH v4 03/16] y2038: alpha: Remove unneeded ipc uapi header files
` [PATCH v4 04/16] y2038: ia64: "
` [PATCH v4 05/16] y2038: s390: "
` [PATCH v4 06/16] y2038: arm64: Extend sysvipc compat data structures
` [PATCH v4 07/16] y2038: mips: Extend sysvipc "
` [PATCH v4 08/16] y2038: parisc: "
` [PATCH v4 09/16] y2038: sparc: "
` [PATCH v4 10/16] y2038: powerpc: "
` [PATCH v4 11/16] y2038: xtensa: "
` [PATCH v4 12/16] y2038: ipc: Use ktime_get_real_seconds consistently
` [PATCH v4 13/16] y2038: ipc: Report long times to user space
` [PATCH v4 14/16] y2038: ipc: Use __kernel_timespec
` [PATCH v4 15/16] y2038: ipc: Enable COMPAT_32BIT_TIME
` [PATCH v4 16/16] y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop

[PATCH 1/2] md: dm-verity: aggregate crypto API calls
 2018-04-25 15:13 UTC  (4+ messages)
` [PATCH 2/2] md: dm-verity: allow parallel processing of bio blocks
  ` [dm-devel] "

[PATCH] perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1
 2018-04-25 15:11 UTC  (3+ messages)

[RFC v2 0/2] kvm "fake DAX" device flushing
 2018-04-25 15:11 UTC  (12+ messages)
` [RFC v2 1/2] virtio: add pmem driver
    ` [Qemu-devel] "
` [RFC v2 2/2] pmem: device flush over VIRTIO
` [RFC v2] qemu: Add virtio pmem device
  ` [Qemu-devel] "

[PATCH v4 0/5] Add support for remoteproc modem-pil on SDM845 SoCs
 2018-04-25 15:08 UTC  (6+ messages)
` [PATCH v4 1/5] dt-bindings: reset: Add AOSS reset bindings for "
` [PATCH v4 2/5] reset: qcom: AOSS (always on subsystem) reset controller
` [PATCH v4 3/5] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845
` [PATCH v4 4/5] remoteproc: qcom: Add support for mss remoteproc on SDM845
` [PATCH v4 5/5] remoteproc: qcom: Always assert and deassert reset signals in SDM845

pull request: linux-firmware: update cxgb4 firmware
 2018-04-25 15:06 UTC 

[PATCH v5 00/23] ASoC: qcom: Add support to QDSP based Audio
 2018-04-25 15:04 UTC  (5+ messages)
` [PATCH v5 21/23] ASoC: qdsp6: dt-bindings: Add apq8096 machine bindings

[PATCH] media: smiapp: fix timeout checking in smiapp_read_nvm
 2018-04-25 15:04 UTC 

Smatch check for Spectre stuff
 2018-04-25 15:03 UTC  (4+ messages)

[RFC PATCH v2 3/4] acpi: apei: Do not panic() when correctable errors are marked as fatal
 2018-04-25 15:00 UTC  (12+ messages)

Lack of suspend/resume/shutdown ordering between GPIO providers and consumers
 2018-04-25 15:00 UTC  (2+ messages)

[PATCH v7 0/5] of: change overlay apply input data from unflattened
 2018-04-25 14:59 UTC  (12+ messages)
` [PATCH v7 2/5] of: change overlay apply input data from unflattened to FDT

[PATCH v4 ipsec-next] xfrm: remove VLA usage in __xfrm6_sort()
 2018-04-25 14:58 UTC  (2+ messages)

[README] Reiteration of statement regarding NetDev conference and NetDev Society
 2018-04-25 14:57 UTC 

[RFC 0/2] dw_mmc: add multislot support
 2018-04-25 13:53 UTC  (5+ messages)

[RFC PATCH 00/35] overlayfs: stack file operations
 2018-04-25 14:49 UTC  (2+ messages)

DOS by unprivileged user
 2018-04-25 14:54 UTC  (3+ messages)

[PATCH 1/2] net: can: sja1000: Replace mdelay with usleep_range in peak_pci_probe
 2018-04-25 14:53 UTC  (2+ messages)

[Qemu-devel] [RFC v2] qemu: Add virtio pmem device
 2018-04-25 14:51 UTC  (4+ messages)

[dummy_stm_init] swapper/0: page allocation failure: order:9, mode:0x14040c0(GFP_KERNEL|__GFP_COMP), nodemask=(null)
 2018-04-25 14:51 UTC  (6+ messages)

[PATCH] remoteproc: Proxy unvote clk/regs in handover context
 2018-04-25 14:50 UTC 

[PATCH v3 00/15] dra7: mmc: Update mmc dt node to use sdhci-omap
 2018-04-25 14:49 UTC  (5+ messages)
` [PATCH v3 09/15] ARM: dts: dra72-evm-common: Add wilink8 wlan support
` [PATCH v3 11/15] ARM: dts: dra7-evm: "

[RFC][PATCH] printk: do not call console drivers from printk_safe context
 2018-04-25 14:48 UTC  (3+ messages)

[PATCH] remoteproc: rename "crashed" parameter
 2018-04-25 14:47 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: Add SDM845 SMEM nodes
 2018-04-25 14:46 UTC 

[PATCH 0/6] arm64: untag user pointers passed to the kernel
 2018-04-25 14:45 UTC  (3+ messages)

[PATCH] IA64: tiocx: use put_device() instead of kfree()
 2018-04-25 14:44 UTC 

Linux 4.17.0-rc2 - WARNING: inconsistent lock state
 2018-04-25 14:44 UTC 

[PATCH] can: dev: increase bus-off message severity
 2018-04-25 14:42 UTC  (2+ messages)

[PATCH v3] ath9k: dfs: Remove VLA usage
 2018-04-25 14:42 UTC  (3+ messages)

[PATCH] ARM: locomo: use put_device() instead of kfree()
 2018-04-25 14:40 UTC 

[PATCH] tty: Fix data race in tty_insert_flip_string_fixed_flag
 2018-04-25 14:39 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: mailbox: Add APSS shared binding for SDM845 SoCs
 2018-04-25 14:38 UTC  (3+ messages)
` [PATCH 2/3] mailbox: Add support for Qualcomm "
` [PATCH 3/3] arm64: dts: qcom: Add APSS shared mailbox node to SDM845

[RFC] mm: kmemleak: replace __GFP_NOFAIL to GFP_NOWAIT in gfp_kmemleak_mask
 2018-04-25 14:33 UTC  (9+ messages)

[PATCH v6 0/7] clk: meson-axg: Add AO Cloclk and Reset driver
 2018-04-25 14:32 UTC  (3+ messages)

[PATCH] mfd: omap-usb-host: Fix dts probe of children
 2018-04-25 14:29 UTC 


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