linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-19 11:00:04 to 2018-04-19 13:39:37 UTC [more...]

[PATCH 00/24] VFS: Introduce filesystem context [ver #7]
 2018-04-19 13:33 UTC  (25+ messages)
` [PATCH 01/24] vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion "
` [PATCH 02/24] VFS: Suppress MS_* flag defs within the kernel unless explicitly enabled "
` [PATCH 03/24] VFS: Introduce the structs and doc for a filesystem context "
` [PATCH 04/24] VFS: Add LSM hooks for "
` [PATCH 05/24] apparmor: Implement security hooks for the new mount API "
` [PATCH 06/24] tomoyo: "
` [PATCH 07/24] smack: Implement filesystem context security hooks "
` [PATCH 08/24] VFS: Require specification of size of mount data for internal mounts "
` [PATCH 09/24] VFS: Implement a filesystem superblock creation/configuration context "
` [PATCH 10/24] VFS: Remove unused code after filesystem context changes "
` [PATCH 11/24] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 12/24] proc: Add fs_context support to procfs "
` [PATCH 13/24] ipc: Convert mqueue fs to fs_context "
` [PATCH 14/24] cpuset: Use "
` [PATCH 15/24] kernfs, sysfs, cgroup, intel_rdt: Support "
` [PATCH 16/24] hugetlbfs: Convert to "
` [PATCH 17/24] VFS: Remove kern_mount_data() "
` [PATCH 18/24] VFS: Implement fsopen() to prepare for a mount "
` [PATCH 19/24] VFS: Implement fsmount() to effect a pre-configured "
` [PATCH 20/24] afs: Fix server record deletion "
` [PATCH 21/24] net: Export get_proc_net() "
` [PATCH 22/24] afs: Add fs_context support "
` [PATCH 23/24] afs: Implement namespacing "
` [PATCH 24/24] afs: Use fs_context to pass parameters over automount "

[PATCH v2] ARM: dts: sunxi: Add sid for a83t
 2018-04-19 13:38 UTC  (11+ messages)

[PATCH v2] drm/sun4i: add lvds mode_valid function
 2018-04-19 13:36 UTC  (3+ messages)
` [v2] "

[PATCH 1/9] nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue
 2018-04-19 13:36 UTC  (11+ messages)
` [PATCH 2/9] nds32: Fix building error when CONFIG_FREEZE is enabled
` [PATCH 3/9] nds32: Fix building error of crypto/xor.c by adding xor.h
` [PATCH 4/9] nds32: Fix drivers/gpu/drm/udl/udl_fb.c building error by defining PAGE_SHARED
` [PATCH 5/9] nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and flush_kernel_vmap_range
` [PATCH 6/9] nds32: Fix the symbols undefined issue by exporting them
` [PATCH 7/9] nds32: Fix the unknown type u8 issue
` [PATCH 8/9] nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_hardirqs_off
` [PATCH 9/9] nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is default y

[PATCH 0/3] Introduce STM32MP1 RTC
 2018-04-19 13:34 UTC  (4+ messages)
` [PATCH 1/3] rtc: stm32: rework register management to prepare other version of RTC
` [PATCH 2/3] dt-bindings: rtc: update stm32-rtc documentation for stm32mp1 rtc
` [PATCH 3/3] rtc: stm32: add stm32mp1 rtc support

[cfs_trace_lock_tcd] BUG: unable to handle kernel NULL pointer dereference at 00000050
 2018-04-19 13:35 UTC  (4+ messages)
` [cfs_trace_lock_tcd] BUG: KASAN: null-ptr-deref in cfs_trace_lock_tcd+0x25/0xeb

[PATCH 0/3] Driver for AT91 USART in SPI mode
 2018-04-19 13:32 UTC  (7+ messages)
` [PATCH 2/3] dt-bindings: add binding for at91-usart in spi mode

[PATCH v2 0/2] Allow xhci-plat using a second clock
 2018-04-19 13:30 UTC  (3+ messages)
` [PATCH v2 1/2] usb: host: xhci-plat: Remove useless test before clk_disable_unprepare
` [PATCH v2 2/2] usb: host: xhci-plat: Fix clock resource by adding a register clock

[PATCH] HISI LPC: Add Kconfig MFD_CORE dependency
 2018-04-19 13:29 UTC  (4+ messages)

[PATCH] drm/stm: ltdc: fix warnings in ltdc_plane_create()
 2018-04-19 13:28 UTC 

[PATCH v2 net 0/3] virtio: ctrl buffer fixes
 2018-04-19 13:26 UTC  (8+ messages)
` [PATCH v2 net 1/3] virtio_net: split out ctrl buffer
` [PATCH v2 net 2/3] virtio_net: fix adding vids on big-endian
` [PATCH v2 net 3/3] virtio_net: sparse annotation fix

[PATCH v2 0/2] v2 patches for stm32-exti irq hierarchy
 2018-04-19 13:24 UTC  (6+ messages)
` [PATCH v2 1/2] irqchip: stm32: Optimizes and cleans up stm32-exti irq_domain

[PATCH] ipmi_ssif: Fix uninitialized variable issue
 2018-04-19 13:24 UTC 

[PATCH 0/4] Various fixes on STM32 RTC
 2018-04-19 13:21 UTC  (5+ messages)
` [PATCH 1/4] rtc: stm32: fix copyright and adopt SPDX identifier
` [PATCH 2/4] rtc: stm32: fix alarm interrupt flags by removing IRQF_TRIGGER_RISING
` [PATCH 3/4] dt-bindings: rtc: update stm32-rtc documentation for st,syscfg property
` [PATCH 4/4] rtc: stm32: get DBP register and mask from DT "

[PATCH] Input: xen-kbdfront - allow better run-time configuration
 2018-04-19 13:22 UTC  (9+ messages)
        ` [Xen-devel] "

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-04-19 13:13 UTC  (15+ messages)
` [RFC PATCH ghak32 V2 04/13] audit: add containerid filtering
` [RFC PATCH ghak32 V2 07/13] audit: add container aux record to watch/tree/mark
` [RFC PATCH ghak32 V2 09/13] audit: add containerid support for config/feature/user records
` [RFC PATCH ghak32 V2 12/13] audit: NETFILTER_PKT: record each container ID associated with a netNS

[PATCH 4.9 00/66] 4.9.95-stable review
 2018-04-19 13:21 UTC  (7+ messages)

[PATCH] i2c: mediatek: use of_device_get_match_data()
 2018-04-19 13:18 UTC  (3+ messages)
` [PATCH] mmc: "

[PATCH v3 00/20] Allow compile-testing NO_DMA (drivers)
 2018-04-19 13:17 UTC  (3+ messages)
` [PATCH v3 13/20] mmc: Remove depends on HAS_DMA in case of platform dependency

[PATCH 0/6] drm/sun4i: Support color dithering for LCD panels
 2018-04-19 13:15 UTC  (5+ messages)
` [PATCH 4/6] drm/panel: simple: Add support for Banana Pi 7" S070WV20-CT16 panel

[PATCH] drm/rockchip: vop: fixup linebuffer mode calc error
 2018-04-19 13:14 UTC  (3+ messages)

[PATCH 0/2] sparc64: Add privileged ADI driver
 2018-04-19 13:14 UTC  (4+ messages)
` [PATCH 1/2] char: "

[PATCH] Enable clock before calling clk_get_rate() on it
 2018-04-19 13:02 UTC 

[PATCH] Enable the clock before calling clk_get_rate()
 2018-04-19 13:03 UTC 

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

[PATCH v2 0/4] Refactor TPM event log code
 2018-04-19 13:09 UTC  (6+ messages)
` [PATCH v2 1/4] tpm: Add explicit endianness cast

[PATCH] Check for an error when the clock is enabled
 2018-04-19 13:02 UTC 

[PATCH] KVM: X86: Extend MAX_IRQ_ROUTES to 4096
 2018-04-19 13:06 UTC  (2+ messages)

[PATCH] x86/ldt: Fix support_pte_mask filtering in map_ldt_struct()
 2018-04-19 13:00 UTC  (5+ messages)

[PATCH] drm/sun4i: Add missing frontend compatibles for A10, A13, A20 and A31
 2018-04-19 12:56 UTC 

[PATCH] printk: Ratelimit messages printed by console drivers
 2018-04-19 12:53 UTC  (6+ messages)

[PATCH 0/4] selftests: rework RTC tests
 2018-04-19 12:50 UTC  (5+ messages)
` [PATCH 1/4] selftests: timers: move PIE tests out of rtctest
` [PATCH 2/4] selftests: timers: rtcpie: restore previous PIE rate
` [PATCH 3/4] selftests: move RTC tests to rtc subfolder
` [PATCH 4/4] selftests: rtc: rework rtctest

[bisected] Stack overflow after fs: "switch the IO-triggering parts of umount to fs_pin" (was net namespaces kernel stack overflow)
 2018-04-19 12:50 UTC 

[PATCH 0/2] drm/bridge: sii902x: add optional power supplies
 2018-04-19 12:50 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings/display/bridge: "
` [PATCH 2/2] drm/bridge: "

[patch] mm, oom: fix concurrent munlock and oom reaper unmap
 2018-04-19 12:48 UTC  (9+ messages)
` [patch v2] "

[PATCH 0/2] memory: aemif: add support for machine code
 2018-04-19 12:42 UTC  (4+ messages)
` [PATCH 2/2] memory: aemif: add support for board files

[PATCH 00/21] regulator: switch core to GPIO descriptors
 2018-04-19 12:36 UTC  (4+ messages)
` [PATCH 02/21] regulator: fixed: Convert to use GPIO descriptor only

[PATCH v8 0/2] drm: Add Thine THC63LVD1024 LVDS decoder bridge
 2018-04-19 12:33 UTC  (4+ messages)
` [PATCH v8 2/2] drm: bridge: Add thc63lvd1024 LVDS decoder driver

4.15.17 regression: bisected: timeout during microcode update
 2018-04-19 12:32 UTC  (10+ messages)

[v2 1/1] i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()
 2018-04-19 12:29 UTC 

KASAN: slab-out-of-bounds Write in tty_insert_flip_string_fixed_flag
 2018-04-19 12:25 UTC  (3+ messages)

[PATCH] net: phy: TLK10X initial driver submission
 2018-04-19 12:24 UTC  (3+ messages)

[PATCH] net: phy: marvell: clear wol event before setting it
 2018-04-19 12:18 UTC  (8+ messages)

[PATCH 0/2] regulator: add QCOM RPMh regulator driver
 2018-04-19 12:08 UTC  (6+ messages)
` [PATCH 1/2] "

[tip GIT PULL] y2038: timekeeping syscall changes
 2018-04-19 12:04 UTC  (3+ messages)

[tip GIT PULL v2] y2038: timekeeping syscall changes
 2018-04-19 12:03 UTC  (4+ messages)

[PATCH] davinci_all_defconfig: enable support for remoteproc drivers
 2018-04-19 12:03 UTC 

[PATCH] vfio-ccw: process ssch with interrupts disabled
 2018-04-19 12:01 UTC  (2+ messages)

[PATCH] crypto: testmgr: Allow different compression results
 2018-04-19 11:58 UTC  (3+ messages)

[PATCH AUTOSEL for 4.14 001/161] firewire-ohci: work around oversized DMA reads on JMicron controllers
 2018-04-19 11:41 UTC  (11+ messages)
` [PATCH AUTOSEL for 4.14 015/161] printk: Add console owner and waiter logic to load balance console writes

[RFC 0/6] Xilinx DMA enhancements and optimization
 2018-04-19 11:40 UTC  (12+ messages)
` [RFC 2/6] dmaengine: xilinx_dma: Pass AXI4-Stream control words to netdev dma client

[PATCH] ASoC: msm8916-wcd-analog: use threaded context for mbhc events
 2018-04-19 11:33 UTC  (2+ messages)
` Applied "ASoC: msm8916-wcd-analog: use threaded context for mbhc events" to the asoc tree

[PATCH 4.9 000/310] 4.9.94-stable review
 2018-04-19 11:32 UTC  (3+ messages)
` [PATCH 4.9 181/310] net: phy: micrel: Restore led_mode and clk_sel on resume

[PATCH 0/6] devfreq: rk3399_dmc: improve rk3399_dmc driver and it's documentation
 2018-04-19 11:30 UTC  (4+ messages)
` [PATCH 2/6] dt-bindings: clock: add DDR3 standard speed bins

[PATCH] clocksource: imx-tpm: correct -ETIME return condition check
 2018-04-19 11:25 UTC  (2+ messages)
` [tip:timers/urgent] clocksource/imx-tpm: Correct "

[BUG] NULL pointer on next-20180419 on Odroid XU3 (snd_soc_register_card)
 2018-04-19 11:22 UTC  (2+ messages)

[PATCH v2] coresight: Moving framework and drivers to SPDX identifier
 2018-04-19 11:17 UTC  (2+ messages)

[PATCH v3] tracing/x86: Update syscall trace events to handle new prefixed syscall func names
 2018-04-19 11:15 UTC  (4+ messages)

[PATCH] bpf, x86_32: add eBPF JIT compiler for ia32 (x86_32)
 2018-04-19 11:11 UTC  (2+ messages)

Early timeouts due to inaccurate jiffies during system suspend/resume
 2018-04-19 11:05 UTC  (2+ messages)

[i915] WARNING: CPU: 2 PID: 183 at drivers/gpu/drm/i915/intel_display.c:14584 intel_modeset_init+0x3be/0x1060
 2018-04-19 11:05 UTC  (3+ messages)

[RFC PATCH v3 0/3] ima: namespacing IMA
 2018-04-19 11:03 UTC  (9+ messages)
` [RFC PATCH v3 1/3] ima: extend clone() with IMA namespace support

[PATCH v2 0/2] usb: dwc3: support clocks and resets for DWC3 core
 2018-04-19 11:03 UTC  (3+ messages)
` [PATCH v2 1/2] usb: dwc3: use local copy of resource to fix-up register offset
` [PATCH v2 2/2] usb: dwc3: support clocks and resets for DWC3 core

[PATCH 0/1] thunderbolt: Fixes for v4.17-rc2
 2018-04-19 11:02 UTC  (2+ messages)
` [PATCH 1/1] MAINTAINERS: update my email address

[PATCH v5 0/2] media: Introduce Omnivision OV2680 driver
 2018-04-19 11:00 UTC  (3+ messages)
` [PATCH v5 1/2] media: ov2680: dt: Add bindings for OV2680
` [PATCH v5 2/2] media: ov2680: Add Omnivision OV2680 sensor driver

[PATCH] SLUB: Do not fallback to mininum order if __GFP_NORETRY is set
 2018-04-19 11:00 UTC  (2+ messages)

[RFC PATCH 0/6] Simplify setting thread flags to a particular value
 2018-04-19 10:58 UTC  (2+ messages)
` [RFC PATCH 3/6] arm64: Use update{,_tsk}_thread_flag()


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