linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-29 07:27:05 to 2018-03-29 11:33:18 UTC [more...]

[PATCH v4 1/3] Add notrace to lib/ucmpdi2.c
 2018-03-29 10:41 UTC  (3+ messages)
` [PATCH v4 2/3] lib: Rename compiler intrinsic selects to GENERIC_LIB_*
` [PATCH v4 3/3] MIPS: use generic GCC library routines from lib/

[PATCH 000/109] remove in-kernel calls to syscalls
 2018-03-29 11:24 UTC  (33+ messages)
` [PATCH 003/109] kernel: open-code sys_rt_sigpending() in sys_sigpending()
` [PATCH 007/109] x86: remove compat_sys_x86_waitpid()
` [PATCH 011/109] net: socket: add __sys_socket() helper; remove in-kernel call to syscall
` [PATCH 013/109] net: socket: add __sys_connect() "
` [PATCH 024/109] net: socket: replace call to sys_recv() with __sys_recvfrom()
` [PATCH 026/109] net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to compat syscall
` [PATCH 028/109] net: socket: add __compat_sys_recvmmsg() "
` [PATCH 030/109] ipc: add semtimedop syscall/compat_syscall wrappers
` [PATCH 032/109] ipc: add semctl "
` [PATCH 036/109] ipc: add shmctl "
` [PATCH 037/109] ipc: add msgctl "
` [PATCH 038/109] ipc: add msgrcv "
` [PATCH 040/109] kernel: add do_getpgid() helper; remove internal call to sys_getpgid()
` [PATCH 041/109] kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat syscall
` [PATCH 044/109] mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c
` [PATCH 048/109] fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()
` [PATCH 050/109] fs: add do_renameat2() helper; remove internal call to sys_renameat2()
` [PATCH 051/109] fs: add do_futimesat() helper; remove internal call to sys_futimesat()
` [PATCH 055/109] fs: add do_lookup_dcookie() helper; remove in-kernel call to syscall
` [PATCH 057/109] fs: add kern_select() helper; remove in-kernel call to sys_select()
` [PATCH 061/109] fs: add do_compat_futimesat() helper; remove in-kernel call to compat syscall
` [PATCH 065/109] fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
` [PATCH 068/109] fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()
` [PATCH 076/109] fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall
` [PATCH 078/109] fs: add do_linkat() helper and ksys_link() "
` [PATCH 080/109] fs: add do_faccessat() helper and ksys_access() "
` [PATCH 090/109] kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
` [PATCH 094/109] fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
` [PATCH 096/109] mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
` [PATCH 099/109] x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()
` [PATCH 103/109] syscalls: sort syscall prototypes in include/linux/syscalls.h
` [PATCH 106/109] syscalls/x86: auto-create compat_sys_*() prototypes

[PATCH] Extract initrd free logic from arch-specific code
 2018-03-29 11:32 UTC  (14+ messages)
` [PATCH v4 0/16] Generic initrd_free_mem
  ` [PATCH v4 02/16] riscv: Use generic free_initrd_mem
  ` [PATCH v5 01/16] initrd: Add weakly-linked "
    ` [PATCH v5 02/16] riscv: Free initrds with "
    ` [PATCH v5 03/16] alpha: Switch to "
    ` [PATCH v5 06/16] frv: "
    ` [PATCH v5 08/16] m32r: "
    ` [PATCH v5 09/16] m68k: "
    ` [PATCH v5 10/16] microblaze: "
    ` [PATCH v5 11/16] nios2: "
    ` [PATCH v5 14/16] powerpc: "

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

[RFC PATCH 0/2] driver core: add new dl device status DL_DEV_PROBE_FAILED
 2018-03-29 11:24 UTC  (5+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] ACPI/IORT: use swiotlb_dma_ops when smmu probe failed

[PATCH 1/3] virt: vbox: Add vbg_req_free() helper function
 2018-03-29 11:21 UTC  (3+ messages)
` [PATCH 2/3] virt: vbox: Use __get_free_pages instead of kmalloc for DMA32 memory
` [PATCH 3/3] virt: vbox: Log an error whenwe fail to get the host version

[PATCHv2 00/14] Partial MKTME enabling
 2018-03-29 11:20 UTC  (3+ messages)
` [PATCHv2 06/14] mm/page_alloc: Propagate encryption KeyID through page allocator

[PATCH] drm: Use srcu to protect drm_device.unplugged
 2018-03-29 11:18 UTC  (3+ messages)

[GIT PULL 00/10] stm class/intel_th: Updates for v4.17
 2018-03-29 11:14 UTC  (11+ messages)
` [GIT PULL 01/10] MAINTAINERS: Bestow upon myself the care for drivers/hwtracing
` [GIT PULL 02/10] stm class: Add SPDX GPL-2.0 header to replace GPLv2 boilerplate
` [GIT PULL 03/10] stm class: Make dummy's master/channel ranges configurable
` [GIT PULL 04/10] intel_th: Add SPDX GPL-2.0 header to replace GPLv2 boilerplate
` [GIT PULL 05/10] intel_th: Use correct method of finding hub
` [GIT PULL 06/10] intel_th: Don't touch switch routing in host mode
` [GIT PULL 07/10] intel_th: Pick up irq number from resources
` [GIT PULL 08/10] intel_th: Allow forcing host mode through drvdata
` [GIT PULL 09/10] intel_th: Add ACPI glue layer
` [GIT PULL 10/10] hwtracing: Add HW tracing support menu

[PATCH v4 0/9] extend PWM framework to support PWM modes
 2018-03-29 11:10 UTC  (10+ messages)
` [PATCH v4 1/9] pwm: extend PWM framework with "
` [PATCH v4 2/9] pwm: clps711x: populate PWM mode in of_xlate function
` [PATCH v4 3/9] pwm: cros-ec: "
` [PATCH v4 4/9] pwm: pxa: "
` [PATCH v4 5/9] pwm: add PWM modes
` [PATCH v4 6/9] pwm: atmel: add pwm capabilities
` [PATCH v4 7/9] pwm: add push-pull mode support
` [PATCH v4 8/9] pwm: add documentation for pwm push-pull mode
` [PATCH v4 9/9] pwm: atmel: add push-pull mode support

[PATCH v3 0/8] arm: Base support for Renesas RZN1D-DB Board
 2018-03-29 11:12 UTC  (11+ messages)
` [PATCH v3 1/8] DT: mfd: renesas,rzn1-sysctrl: document RZ/N1 sysctrl node
` [PATCH v3 2/8] DT: reset: renesas,rzn1-reboot: document RZ/N1 reboot driver
` [PATCH v3 3/8] DT: arm: renesas,rzn1: add the RZ/N1 SoC and RZN1D-DB board
` [PATCH v3 4/8] reset: Renesas RZ/N1 reboot driver
` [PATCH v3 5/8] arm: shmobile: Add the RZ/N1 arch to the shmobile Kconfig
` [PATCH v3 6/8] DT: arm: Add Renesas RZ/N1 SoC base device tree file
` [PATCH v3 7/8] DT: arm: Add Renesas RZN1D-DB Board base file
` [PATCH v3 8/8] DT: arm: Add the RZN1D-DB Board to Renesas Makefile target

[GIT PULL] irqchip updates for v4.17
 2018-03-29 11:11 UTC 

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

[PATCH v4 0/7] phy: qcom: Updates for USB PHYs on SDM845
 2018-03-29 11:04 UTC  (8+ messages)
` [PATCH v4 1/7] clk: msm8996-gcc: change halt check for USB/PCIE pipe_clk
` [PATCH v4 2/7] phy: qcom-qmp: Enable pipe_clk before PHY initialization
` [PATCH v4 3/7] phy: qcom-qusb2: Fix crash if nvmem cell not specified
` [PATCH v4 4/7] dt-bindings: phy-qcom-qmp: Update bindings for sdm845
` [PATCH v4 5/7] phy: qcom-qmp: Add QMP V3 USB3 UNI PHY support "
` [PATCH v4 6/7] dt-bindings: phy-qcom-usb2: Add support to override tuning values
` [PATCH v4 7/7] phy: qcom-qusb2: Add QUSB2 PHYs support for sdm845

[PATCH] Delete some unusefull operations for centaur CPU/platform
 2018-03-29 11:03 UTC  (3+ messages)
` 答复: "
    ` 答复: "

[PATCH] pci: move pcie_pme_root_status_cleanup into SUSPEND section
 2018-03-29 11:01 UTC  (2+ messages)

[PATCH net-next] MAINTAINERS: Update my email address from freescale to nxp
 2018-03-29 10:58 UTC 

[PATCH v4 0/6] ipc: Clamp *mni to the real IPCMNI limit
 2018-03-29 10:56 UTC  (13+ messages)
` [PATCH v4 4/6] ipc: Clamp msgmni and shmmni "
          ` [RFC][PATCH] ipc: Remove IPCMNI

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

[PATCH v2] staging: vt6655: check for memory allocation failures
 2018-03-29 10:53 UTC  (3+ messages)

4.16-rc2+git: pata_serverworks: hanging ata detection thread on HP DL380G3
 2018-03-29 10:50 UTC  (4+ messages)

[PATCH v1] kernel/trace:check the val against the available mem
 2018-03-29 10:41 UTC 

[PATCH] lockdep: Show address of "struct lockdep_map" at print_lock()
 2018-03-29 10:26 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH v8 00/14] iommu/rockchip: Use OF_IOMMU
 2018-03-29 10:24 UTC  (2+ messages)

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

[PATCH v5 00/12] PCI endpoint 64-bit BAR fixes
 2018-03-29 10:03 UTC  (21+ messages)
` [PATCH v5 01/12] PCI: endpoint: BAR width should not depend on sizeof dma_addr_t
` [PATCH v5 02/12] PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()
` [PATCH v5 03/12] PCI: endpoint: Setting BAR_5 to 64-bits wide is invalid
` [PATCH v5 04/12] PCI: endpoint: Setting 64-bit/prefetch bit is invalid when IO is set
` [PATCH v5 05/12] PCI: endpoint: Setting a BAR size > 4 GB is invalid if 64-bit flag is not set
` [PATCH v5 06/12] PCI: designware-ep: Make dw_pcie_ep_set_bar() handle 64-bit BARs properly
` [PATCH v5 08/12] PCI: endpoint: Handle "
` [PATCH v5 09/12] PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *epf_bar
` [PATCH v5 10/12] PCI: endpoint: Make sure that BAR_5 does not have 64-bit flag set when clearing
` [PATCH v5 11/12] PCI: designware-ep: Make dw_pcie_ep_reset_bar() handle 64-bit BARs properly

[PATCH] Documentation/usb: Fix dead links and convert others to https
 2018-03-29 10:02 UTC  (2+ messages)

[PATCH v6 1/3] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder
 2018-03-29 10:02 UTC  (10+ messages)

[PATCH] w1: gpio: fix problem with platfom data in w1-gpio
 2018-03-29 10:01 UTC  (6+ messages)

[PATCH] staging: mt7621-eth: Fix sparse warning in ethtool.c
 2018-03-29  9:56 UTC  (2+ messages)

[PATCH] Staging: comedi: ni_stc: Fixed comment coding style issue
 2018-03-29  9:53 UTC  (2+ messages)

[PATCH] [mmc_block] Prevent bus reference leak in mmc_blk_init
 2018-03-29  9:52 UTC  (2+ messages)

[PATCH 1/9] staging: ks7010: Replace manual array copy with ether_addr_copy()
 2018-03-29  9:51 UTC  (5+ messages)
` [PATCH 3/9] staging: ks7010: Reorder ks_wlan_netdev_ops members
` [PATCH 7/9] staging: ks7010: Remove trailing "_t" from all structure names

[RFC PATCH] sdhci: arasan: Add runtime PM support
 2018-03-29  9:46 UTC  (3+ messages)

linux-next: Tree for Mar 29
 2018-03-29  9:45 UTC 

[PATCH] gpio: dwapb: Add support for 32 interrupts
 2018-03-29  9:39 UTC  (2+ messages)

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

[PATCH] net: mvneta: remove duplicate *_coal assignment
 2018-03-29  9:29 UTC 

Important Notice. (Treat As Urgent)
 2018-03-29  9:24 UTC 

[PATCH v5 0/1] drm/xen-front: Add support for Xen PV display frontend
 2018-03-29  9:24 UTC  (3+ messages)
` [PATCH v5 1/1] "

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

[PATCH v6 0/6] adis16209 driver cleanup
 2018-03-29  9:22 UTC  (7+ messages)
` [PATCH v6 1/6] Staging: iio: adis16209: Indent the field definitions
` [PATCH v6 2/6] Staging: iio: adis16209: Prefer reverse christmas tree ordering
` [PATCH v6 3/6] Staging: iio: adis16209: Add a blank line after return statements
` [PATCH v6 4/6] Staging: iio: adis16209: Remove unused headers
` [PATCH v6 5/6] Staging: iio: adis16209: Use GENMASK
` [PATCH v6 6/6] Staging: iio: adis16209: Move adis16209 driver out of staging

[PATCH] Allwinner SPI sun6i : add dual mode support
 2018-03-29  9:18 UTC  (2+ messages)

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

General protection fault with use_blk_mq=1
 2018-03-29  9:12 UTC  (6+ messages)

[PATCH] ath: Remove unnecessary ath_bcast_mac and use eth_broadcast_addr
 2018-03-29  9:11 UTC  (2+ messages)
`  "

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

[PATCH] usb: chipidea: Don't select EXTCON
 2018-03-29  9:05 UTC 

[PATCH 00/10] drm/sun4i: Frontend YUV and MB32 tile modifier support
 2018-03-29  9:03 UTC  (9+ messages)
` [PATCH 04/10] drm/sun4i: Explicitly list and check formats supported by the backend
` [PATCH 05/10] drm/sun4i: Explicitly list and check formats supported by the frontend

[PATCH v3 1/3] arm64: dts: meson-axg: add AO clock driver DT info
 2018-03-29  8:59 UTC  (2+ messages)

[RESEND PATCH v2 0/8] Add support for PWM input capture on STM32
 2018-03-29  8:58 UTC  (4+ messages)

[PATCH] nvme-multipath: implement active-active round-robin path selector
 2018-03-29  8:56 UTC  (4+ messages)

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

[PATCH 0/3] iommu/vt-d: Global PASID name space
 2018-03-29  8:52 UTC  (3+ messages)

[PATCHv3] iommu/intel: Ratelimit each dmar fault printing
 2018-03-29  8:50 UTC  (9+ messages)

[PATCH v7 0/5] Add Intel IOMMU debugfs support
 2018-03-29  8:48 UTC  (9+ messages)

[PATCH] MAINTAINERS: update entry for entry for ARM/berlin
 2018-03-29  8:42 UTC 

[PATCH 00/10 v3] iommu/amd: lock splitting & GFP_KERNEL allocation
 2018-03-29  8:38 UTC  (2+ messages)

[PATCH v3 0/5] Support perf -vv
 2018-03-29 14:56 UTC  (4+ messages)

[PATCH] iommu/vt-d, trivial: Remove unused variable
 2018-03-29  8:32 UTC  (2+ messages)

`do_IRQ: 1.55 No irq handler for vector` on ASRock E350M1
 2018-03-29  8:29 UTC  (10+ messages)

[PATCH v3 0/2] SDM845 System Cache Driver
 2018-03-29  8:25 UTC  (5+ messages)
` [PATCH v3 1/2] Documentation: Documentation for qcom, llcc
` [PATCH v3 2/2] drivers: soc: Add LLCC driver

[PATCH v2 0/2] Add support for ov7251 camera sensor
 2018-03-29  8:24 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: media: Binding document for OV7251 "

[PATCH v3 0/5] optimize memblock_next_valid_pfn and early_pfn_valid
 2018-03-29  8:06 UTC  (4+ messages)
` [PATCH v3 2/5] mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()

[PATCH net V2] vhost: correctly remove wait queue during poll failure
 2018-03-29  8:01 UTC  (3+ messages)

[PATCH net] vhost: validate log when IOTLB is enabled
 2018-03-29  8:00 UTC 

[PATCH v8 00/24] Speculative page faults
 2018-03-29  7:50 UTC  (5+ messages)
` [PATCH v8 22/24] mm: Speculative page fault handler return VMA

[PATCH v4 0/2] drm/xen-front: Add support for Xen PV display frontend
 2018-03-29  7:49 UTC  (8+ messages)
` [PATCH v4 2/2] "
  ` [RFC PATCH] drm/xen-front: display_mode_valid() can be static

[PATCH v2] PM / wakeup: use seq_open() to show wakeup stats
 2018-03-29  7:49 UTC  (2+ messages)

[PATCH v2] wcn36xx: Disable 5GHz for wcn3610
 2018-03-29  7:45 UTC  (5+ messages)

linux-next: build failure after merge of the powerpc tree
 2018-03-29  7:43 UTC 

[PATCH net-next v2 0/2] phylink: API changes
 2018-03-29  7:44 UTC  (3+ messages)
` [EXT] "

Problem with commit 31e77c93e432 "sched/fair: Update blocked load when newly idle"
 2018-03-29  7:41 UTC  (6+ messages)

[PATCH] drm: clarify adjusted_mode for a bridge connected to a crtc
 2018-03-29  7:39 UTC  (4+ messages)

Linux 4.4.125
 2018-03-29  7:26 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).