linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-13 13:20:24 to 2019-04-14 07:26:33 UTC [more...]

[PATCH 1/3] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
 2019-04-14  7:11 UTC  (14+ messages)
              ` [PATCH 1/2] vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM files
              ` [PATCH 2/2] vfs: use &file->f_pos directly on files that have position

[PATCH] new flag COPY_FILE_RANGE_FILESIZE for copy_file_range()
 2019-04-14  7:10 UTC  (3+ messages)

[PATCH v2 0/2] x86/mm/KASLR: Fix the wrong size of memory sections
 2019-04-14  7:01 UTC  (3+ messages)
` [PATCH v2 1/2] x86/mm/KASLR: Fix the size of the direct mapping section

[PATCH] smp: Do not warn if smp_call_function_single() is doing a self call
 2019-04-14  6:58 UTC  (2+ messages)

[PATCH] mm/hmm: kconfig split HMM address space mirroring from device memory
 2019-04-14  6:57 UTC  (2+ messages)

[PATCH V2 0/2] arm64/mm: Enable memory hot remove
 2019-04-14  5:59 UTC  (3+ messages)
` [PATCH V2 1/2] mm/hotplug: Reorder arch_remove_memory() call in __remove_memory()
` [PATCH V2 2/2] arm64/mm: Enable memory hot remove

[PATCH] ZEN: fix platform_no_drv_owner.cocci warnings
 2019-04-14  5:50 UTC 

[PATCH 1/3 RFC] ARM: mvebu: at least warn on kzalloc failure
 2019-04-14  4:49 UTC  (3+ messages)
` [PATCH 2/3] ARM: mvebu: drop return from void function
` [PATCH 3/3] ARM: mvebu: add SPDX license identifier

[PATCH 1/3] blk-mq.c: Add documention of function blk_mq_init_queue
 2019-04-14  3:10 UTC  (3+ messages)
` [PATCH 2/3] blk-mq.c: Rework documention of blk_mq_init_sq_queue function
` [PATCH 3/3] Documentation: kernel-api.rst: Add block/blk-mq.c

INFO: task hung in do_exit
 2019-04-14  2:55 UTC  (2+ messages)

[PATCH V2 net-next 00/12] code optimizations & bugfixes for HNS3 driver
 2019-04-14  1:47 UTC  (13+ messages)
` [PATCH V2 net-next 01/12] net: hns3: modify VLAN initialization to be compatible with port based VLAN
` [PATCH V2 net-next 02/12] net: hns3: fix VLAN offload handle for VLAN inserted by port
` [PATCH V2 net-next 03/12] net: hns3: fix set port based VLAN for PF
` [PATCH V2 net-next 04/12] net: hns3: fix set port based VLAN issue for VF
` [PATCH V2 net-next 05/12] net: hns3: minor refactor for hns3_rx_checksum
` [PATCH V2 net-next 06/12] net: hns3: add hns3_gro_complete for HW GRO process
` [PATCH V2 net-next 07/12] net: hns3: always assume no drop TC for performance reason
` [PATCH V2 net-next 08/12] net: hns3: divide shared buffer between TC
` [PATCH V2 net-next 09/12] net: hns3: set dividual reset level for all RAS and MSI-X errors
` [PATCH V2 net-next 10/12] net: hns3: do not initialize MDIO bus when PHY is inexistent
` [PATCH V2 net-next 11/12] net: hns3: free the pending skb when clean RX ring
` [PATCH V2 net-next 12/12] net: hns3: code optimization for command queue' spin lock

[PATCH 0/6] i.MX7D ADC improvements
 2019-04-14  1:05 UTC  (7+ messages)
` [PATCH 3/6] iio: imx7d_adc: Use devm_iio_device_register()
` [PATCH 5/6] iio: imx7d_adc: Use imx7d_adc_resume() in imx7d_adc_probe()

KMSAN: uninit-value in hci_event_packet
 2019-04-14  0:16 UTC 

perf tools:Is there any tools to found out the max latency by irq or cpu idle
 2019-04-14  0:09 UTC  (4+ messages)

[PATCH 0/4] ARM: imx legacy: cleanups
 2019-04-13 23:54 UTC  (4+ messages)
` [PATCH 4/4] ARM: imx legacy: add an SPDX license identifier

[PATCH v5 0/5] init: Do not select DEBUG_KERNEL by default
 2019-04-13 22:48 UTC  (7+ messages)
` [PATCH v5 1/5] init: Introduce DEBUG_MISC option
` [PATCH v5 2/5] powerpc: Replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC
` [PATCH v5 3/5] mips: "
` [PATCH v5 4/5] xtensa: "
` [PATCH v5 5/5] net: "

[PATCH v3 net-next 00/24] NXP SJA1105 DSA driver
 2019-04-13 22:26 UTC  (39+ messages)
` [PATCH v3 net-next 06/24] net: dsa: Call driver's setup callback after setting up its switchdev notifier
` [PATCH v3 net-next 10/24] net: dsa: Unset vlan_filtering when ports leave the bridge
` [PATCH v3 net-next 11/24] net: dsa: mt7530: Let DSA handle the unsetting of vlan_filtering
` [PATCH v3 net-next 12/24] net: dsa: Copy the vlan_filtering setting on the CPU port if it's global
` [PATCH v3 net-next 13/24] net: dsa: Allow drivers to filter packets they can decode source port from
` [PATCH v3 net-next 14/24] net: dsa: Introduce driver for NXP SJA1105 5-port L2 switch
` [PATCH v3 net-next 15/24] net: dsa: sja1105: Add support for FDB and MDB management
` [PATCH v3 net-next 16/24] net: dsa: sja1105: Add support for VLAN operations
` [PATCH v3 net-next 17/24] net: dsa: sja1105: Add support for ethtool port counters
` [PATCH v3 net-next 18/24] net: dsa: sja1105: Add support for traffic through standalone ports
` [PATCH v3 net-next 19/24] net: dsa: sja1105: Add support for Spanning Tree Protocol
` [PATCH v3 net-next 20/24] net: dsa: sja1105: Error out if RGMII delays are requested in DT
` [PATCH v3 net-next 21/24] net: dsa: sja1105: Prevent PHY jabbering during switch reset

[GIT PULL] clk fixes for v5.1-rc4
 2019-04-13 22:00 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 5.1-rc4
 2019-04-13 22:00 UTC  (2+ messages)

[GIT PULL] PCI fixes for v5.1
 2019-04-13 22:00 UTC  (2+ messages)

[GIT PULL] Please pull NFS client bugfixes
 2019-04-13 22:00 UTC  (2+ messages)

[PATCH] new flag COPY_FILE_RANGE_FILESIZE for copy_file_range()
 2019-04-13 21:48 UTC  (2+ messages)

Adding plain accesses and detecting data races in the LKMM
 2019-04-13 21:39 UTC  (5+ messages)

[PATCH 27/27] x86/pkeys: add PKRU value to init_fpstate
 2019-04-13 21:05 UTC  (2+ messages)
` [tip:x86/fpu] x86/pkeys: Add "

[PATCH 26/27] x86/fpu: Restore FPU register in copy_fpstate_to_sigframe() in order to use the fastpath
 2019-04-13 21:04 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Restore regs "

[PATCH 25/27] x86/fpu: Add a fastpath to copy_fpstate_to_sigframe()
 2019-04-13 21:03 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 24/27] x86/fpu: Add a fastpath to __fpu__restore_sig()
 2019-04-13 21:02 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 23/27] x86/fpu: Defer FPU state load until return to userspace
 2019-04-13 21:02 UTC  (2+ messages)
` [tip:x86/fpu] "

misuse of fget_raw() in perf_event_get()
 2019-04-13 21:02 UTC 

[PATCH 21/27] x86/fpu: Let __fpu__restore_sig() restore the !32bit+fxsr frame from kernel memory
 2019-04-13 21:00 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Restore from kernel memory on the 64-bit path too

[PATCH 22/27] x86/fpu: Merge the two code paths in __fpu__restore_sig()
 2019-04-13 21:01 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 20/27] x86/fpu: Inline copy_user_to_fpregs_zeroing()
 2019-04-13 21:00 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 19/27] x86/fpu: Update xstate's PKRU value on write_pkru()
 2019-04-13 20:59 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 16/27] x86/entry: Add TIF_NEED_FPU_LOAD
 2019-04-13 20:57 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 18/27] x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
 2019-04-13 20:58 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 17/27] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
 2019-04-13 20:57 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 15/27] x86/fpu: Eager switch PKRU state
 2019-04-13 20:56 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 14/27] x86/pkeys: Don't check if PKRU is zero before writting it
 2019-04-13 20:55 UTC  (2+ messages)
` [tip:x86/fpu] x86/pkeys: Don't check if PKRU is zero before writing it

[PATCH 13/27] x86/fpu: Only write PKRU if it is different from current
 2019-04-13 20:55 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 12/27] x86/pkru: Provide .*_pkru_ins() functions
 2019-04-13 20:54 UTC  (2+ messages)
` [tip:x86/fpu] x86/pkeys: Provide *pkru() helpers

[PATCH 11/27] x86/fpu: Make get_xsave_field_ptr() and get_xsave_addr() use feature number instead of mask
 2019-04-13 20:53 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Use a feature number instead of mask in two more helpers

[PATCH 10/27] x86/fpu: Make __raw_xsave_addr() use feature number instead of mask
 2019-04-13 20:52 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Make __raw_xsave_addr() use a "

bug disabling NX (noexec=off)
 2019-04-13 20:53 UTC 

[PATCH 09/27] x86/fpu: Add (__)make_fpregs_active helpers
 2019-04-13 20:52 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Add an __fpregs_load_activate() internal helper

[PATCH 08/27] x86/fpu: Remove user_fpu_begin()
 2019-04-13 20:51 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 07/27] x86/fpu: Remove fpu->initialized
 2019-04-13 20:50 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 06/27] x86/fpu: Don't save fxregs for ia32 frames in copy_fpstate_to_sigframe()
 2019-04-13 20:50 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 05/27] x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
 2019-04-13 20:49 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 04/27] x86/fpu: Always init the `state' in fpu__clear()
 2019-04-13 20:48 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Always init the state "

[PATCH 03/27] x86/fpu: Remove preempt_disable() in fpu__clear()
 2019-04-13 20:48 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 02/27] x86/fpu: Remove fpu__restore()
 2019-04-13 20:47 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 01/27] x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
 2019-04-13 20:46 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH v2] usb: typec: tcpm: collision avoidance
 2019-04-13 20:38 UTC  (13+ messages)

[PATCH 0/5] TI LMU rework
 2019-04-13 20:06 UTC  (3+ messages)
` [PATCH 5/5] leds: lm3697: Introduce the lm3697 driver

[PATCH] video: fbdev: gbefb: add COMPILE_TEST support
 2019-04-13 19:42 UTC  (2+ messages)

[PATCH] mwifiex: check for null return from skb_copy
 2019-04-13 19:27 UTC  (2+ messages)

[PATCH] drm/panel: Remove duplicate header
 2019-04-13 19:29 UTC 

[PATCH 0/3] 32-bit Meson: add the canvas module
 2019-04-13 18:54 UTC  (5+ messages)
` [PATCH 1/3] ARM: dts: meson8: "
` [PATCH 2/3] ARM: dts: meson8m2: update the offset of "
` [PATCH 3/3] ARM: dts: meson8b: add "

[PATCH 0/9] Emulated coherent graphics memory
 2019-04-13 18:39 UTC  (5+ messages)
` [PATCH 1/9] mm: Allow the [page|pfn]_mkwrite callbacks to drop the mmap_sem
` [PATCH 4/9] drm/ttm: Allow the driver to provide the ttm struct vm_operations_struct

[PATCH] vxlan: do not add dynamic fdb entry when the dev has been downed
 2019-04-13 18:40 UTC  (2+ messages)

Alleged fix for writer stall on -rcu branch dev
 2019-04-13 18:17 UTC  (3+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.1-5 tag
 2019-04-13 17:40 UTC  (2+ messages)

[GIT PULL] arm64 fixes for -rc5
 2019-04-13 17:40 UTC  (2+ messages)

[PATCH v4 00/16] locking/rwsem: Rwsem rearchitecture part 2
 2019-04-13 17:22 UTC  (17+ messages)
` [PATCH v4 01/16] locking/rwsem: Prevent unneeded warning during locking selftest
` [PATCH v4 02/16] locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNER
` [PATCH v4 03/16] locking/rwsem: Remove rwsem_wake() wakeup optimization
` [PATCH v4 04/16] locking/rwsem: Implement a new locking scheme
` [PATCH v4 05/16] locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.c
` [PATCH v4 06/16] locking/rwsem: Code cleanup after files merging
` [PATCH v4 07/16] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH v4 08/16] locking/rwsem: Make rwsem_spin_on_owner() return owner state
` [PATCH v4 09/16] locking/rwsem: Ensure an RT task will not spin on reader
` [PATCH v4 10/16] locking/rwsem: Wake up almost all readers in wait queue
` [PATCH v4 11/16] locking/rwsem: Enable readers spinning on writer
` [PATCH v4 12/16] locking/rwsem: Enable time-based spinning on reader-owned rwsem
` [PATCH v4 13/16] locking/rwsem: Add more rwsem owner access helpers
` [PATCH v4 14/16] locking/rwsem: Guard against making count negative
` [PATCH v4 15/16] locking/rwsem: Merge owner into count on x86-64
` [PATCH v4 16/16] locking/rwsem: Remove redundant computation of writer lock word

[PATCH] pci/switchtec: fix stream_open.cocci warnings (fwd)
 2019-04-13 17:01 UTC  (3+ messages)

[PATCH 1/2] driver core: printk to pr_*
 2019-04-13 16:57 UTC  (2+ messages)

[PATCH v4 0/9] Add support for Orange Pi 3
 2019-04-13 16:54 UTC  (10+ messages)
` [PATCH v4 1/9] net: stmmac: sun8i: add support for Allwinner H6 EMAC
` [PATCH v4 2/9] net: stmmac: sun8i: force select external PHY when no internal one
` [PATCH v4 3/9] pinctrl: sunxi: Prepare for alternative bias voltage setting methods
` [PATCH v4 4/9] pinctrl: sunxi: Support I/O bias voltage setting on H6
` [PATCH v4 5/9] arm64: dts: allwinner: orange-pi-3: Enable ethernet
` [PATCH v4 6/9] dt-bindings: display: hdmi-connector: Add DDC power supply
` [PATCH v4 7/9] drm: sun4i: Add support for enabling DDC I2C bus power to dw_hdmi glue
` [PATCH v4 8/9] arm64: dts: allwinner: orange-pi-3: Enable HDMI output
` [PATCH v4 9/9] arm64: dts: allwinner: h6: Add MMC1 pins

[PATCH v9 0/3] mfd: Add Renesas R-Car Gen3 RPC-IF MFD driver
 2019-04-13 16:39 UTC  (4+ messages)
` [PATCH v9 2/3] spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver

[PATCH 0/3] Meson8b: add support for the RTC on EC-100 and Odroid-C1
 2019-04-13 16:34 UTC  (4+ messages)
` [PATCH 1/3] ARM: dts: meson: add support for the RTC
` [PATCH 2/3] ARM: dts: meson8b: ec100: enable "
` [PATCH 3/3] ARM: dts: meson8b: odroid-c1: prepare support for "

[PATCH 1/1] arm: mm: Export __sync_icache_dcache() for xen-privcmd
 2019-04-13 16:30 UTC 

[PATCH] staging: axis-fifo: Add elaborate description in Kconfig
 2019-04-13 16:29 UTC 

WARNING in smc_unhash_sk (2)
 2019-04-13 16:16 UTC 

[PATCH v3 00/26] Add support for PCIe RC and EP mode in TI's AM654 SoC
 2019-04-13 16:04 UTC  (12+ messages)
` [PATCH v3 02/26] PCI: keystone: Cleanup error_irq configuration
` [PATCH v3 14/26] PCI: keystone: Add support for PCIe RC in AM654x Platforms
` [PATCH v3 20/26] PCI: dwc: Fix dw_pcie_ep_find_capability to return correct capability offset
` [PATCH v3 24/26] PCI: designware-ep: Use aligned ATU window for raising MSI interrupts

[PATCH v2 00/26] Add support for PCIe RC and EP mode in TI's AM654 SoC
 2019-04-13 16:00 UTC  (5+ messages)
` [PATCH v2 06/26] PCI: keystone: Move initializations to appropriate places
` [PATCH v2 23/26] PCI: designware-ep: Configure RESBAR to advertise the smallest size

[PATCH] RDMA/cxgb4: fix null pointer dereference on alloc_skb failure
 2019-04-13 16:00 UTC 

[PATCH v2 0/3] Allow accessing CSR using CSR number
 2019-04-13 15:38 UTC  (4+ messages)
` [PATCH v2 1/3] RISC-V: Add separate asm/encoding.h for spec related defines
` [PATCH v2 2/3] RISC-V: Add interrupt related SCAUSE defines in asm/encoding.h
` [PATCH v2 3/3] RISC-V: Access CSRs using CSR numbers

WARNING in io_uring_setup
 2019-04-13 15:25 UTC  (2+ messages)

[PATCH] sound: soc-acpi: fix implicit header use of module.h/export.h
 2019-04-13 15:15 UTC 

[PATCH] csky: Support vmlinux bootup with MMU off
 2019-04-13 15:14 UTC 

WARNING in __kthread_bind_mask
 2019-04-13 15:13 UTC  (2+ messages)

[PATCH] soundwire: intel: fix implicit header use of module.h/export.h
 2019-04-13 15:12 UTC 

[PATCH] arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear region
 2019-04-13 14:38 UTC  (9+ messages)

[PATCH -next] eventfd: Make eventfd_ida static
 2019-04-13 14:23 UTC 

[PATCH -next] scsi: megaraid_sas: Make megasas_host_device_list_query() static
 2019-04-13 14:21 UTC 

[PATCH -next] interconnect: qcom: Make qcs404_rpm static
 2019-04-13 14:19 UTC 

[PATCH -next] ARM: OMAP2+: Make some variables static
 2019-04-13 14:17 UTC 

[PATCH -next] drm/meson: Make some functions static
 2019-04-13 14:14 UTC 

[PATCH -next] soc: ti: pm33xx: Make two symbols static
 2019-04-13 14:12 UTC 

[PATCH] ARM: dts: imx6qdl-udoo: Add Pincfgs for OTG
 2019-04-13 14:08 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] orangefs: Make some functions static
 2019-04-13 13:41 UTC 

[PATCH] vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()
 2019-04-13 13:38 UTC  (3+ messages)

[PATCH] HID: fix compiling error in u2fzero_probe()
 2019-04-13 13:44 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).