linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-15 10:59:07 to 2020-05-15 13:19:55 UTC [more...]

move the SIOCDELRT and SIOCADDRT compat_ioctl handlers v2
 2020-05-15 13:19 UTC  (4+ messages)
` [PATCH 1/4] ipv6: lift copy_from_user out of ipv6_route_ioctl
` [PATCH 3/4] appletalk: factor out a atrtr_ioctl_addrt helper
` [PATCH 4/4] ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl

[PATCH v4 00/36] Large pages in the page cache
 2020-05-15 13:16 UTC  (36+ messages)
` [PATCH v4 01/36] mm: Move PageDoubleMap bit
` [PATCH v4 02/36] mm: Simplify PageDoubleMap with PF_SECOND policy
` [PATCH v4 03/36] mm: Allow hpages to be arbitrary order
` [PATCH v4 04/36] mm: Introduce thp_size
` [PATCH v4 06/36] mm: Introduce offset_in_thp
` [PATCH v4 07/36] fs: Add a filesystem flag for large pages
` [PATCH v4 08/36] fs: Do not update nr_thps for large page mappings
` [PATCH v4 09/36] fs: Introduce i_blocks_per_page
` [PATCH v4 10/36] fs: Make page_mkwrite_check_truncate thp-aware
` [PATCH v4 11/36] fs: Support THPs in zero_user_segments
` [PATCH v4 12/36] bio: Add bio_for_each_thp_segment_all
` [PATCH v4 13/36] iomap: Support arbitrarily many blocks per page
` [PATCH v4 14/36] iomap: Support large pages in iomap_adjust_read_range
` [PATCH v4 15/36] iomap: Support large pages in read paths
` [PATCH v4 16/36] iomap: Support large pages in write paths
` [PATCH v4 17/36] iomap: Inline data shouldn't see large pages
` [PATCH v4 18/36] iomap: Handle tail pages in iomap_page_mkwrite
` [PATCH v4 19/36] xfs: Support large pages
` [PATCH v4 20/36] mm: Make prep_transhuge_page return its argument
` [PATCH v4 21/36] mm: Add __page_cache_alloc_order
` [PATCH v4 22/36] mm: Allow large pages to be added to the page cache
` [PATCH v4 23/36] mm: Allow large pages to be removed from "
` [PATCH v4 24/36] mm: Remove page fault assumption of compound page size
` [PATCH v4 25/36] mm: Fix total_mapcount assumption of "
` [PATCH v4 26/36] mm: Avoid splitting large pages
` [PATCH v4 27/36] mm: Fix truncation for pages of arbitrary size
` [PATCH v4 28/36] mm: Support storing shadow entries for large pages
` [PATCH v4 29/36] mm: Support retrieving tail pages from the page cache
` [PATCH v4 30/36] mm: Support tail pages in wait_for_stable_page
` [PATCH v4 31/36] mm: Add DEFINE_READAHEAD
` [PATCH v4 32/36] mm: Make page_cache_readahead_unbounded take a readahead_control
` [PATCH v4 33/36] mm: Make __do_page_cache_readahead "
` [PATCH v4 34/36] mm: Allow PageReadahead to be set on head pages
` [PATCH v4 35/36] mm: Add large page readahead
` [PATCH v4 36/36] mm: Align THP mappings for non-DAX

Setting mount propagation type in new mount API
 2020-05-15 13:18 UTC  (3+ messages)

[PATCH v2 0/5] PCI: uniphier: Add features for UniPhier PCIe host controller
 2020-05-15 13:16 UTC  (3+ messages)
` [PATCH v2 4/5] PCI: uniphier: Add iATU register support

[PATCH] ftrace: show debugging information when panic_on_warn set
 2020-05-15 13:15 UTC  (2+ messages)

[PATCH v3 00/15] mediatek: add support for MediaTek Ethernet MAC
 2020-05-15 13:14 UTC  (8+ messages)
` [PATCH v3 10/15] net: ethernet: mtk-eth-mac: new driver

[PATCH 1/2] rbtree_latch: quit searching when reaching to maximum depth
 2020-05-15 13:14 UTC  (5+ messages)
` [PATCH 2/2] rbtree_latch: don't need to check seq when it found a node

[PATCH 00/13] Reconcile NUMA balancing decisions with the load balancer v6
 2020-05-15 13:12 UTC  (15+ messages)

[RFC PATCH 0/6] drm/bridge: Add mux input selection bridge
 2020-05-15 13:12 UTC  (7+ messages)
` [RFC PATCH 1/6] dt-bindings: display/bridge: Add binding for input mux bridge
` [RFC PATCH 2/6] drm/bridge: Add mux-input bridge
` [RFC PATCH 3/6] dt-bindings: display/bridge/nwl-dsi: Drop mux handling
` [RFC PATCH 4/6] drm/bridge/nwl-dsi: "
` [RFC PATCH 5/6] arm64: dts: imx8mq: Add NWL dsi controller
` [RFC PATCH 6/6] arm64: dts: imx8mq-librem5-devkit: Enable MIPI DSI panel

[patch V4 part 1 00/36] x86/entry: Entry/exception code rework, preparatory patches
 2020-05-15 13:11 UTC  (5+ messages)
` [patch V4 part 1 14/36] x86/entry: Get rid of ist_begin/end_non_atomic()

Documentation/trace/events.rst: wrong numbering of sections
 2020-05-15 13:11 UTC  (2+ messages)

[PATCH v4 0/8] Add MA USB Host driver
 2020-05-15 13:08 UTC  (20+ messages)
` [PATCH v5 "
    ` [External] "
  ` [PATCH v6 "
    ` [PATCH v6 1/8] usb: Add MA-USB Host kernel module
    ` [PATCH v6 2/8] usb: mausb_host: Add link layer implementation
    ` [PATCH v6 3/8] usb: mausb_host: HCD initialization
    ` [PATCH v6 4/8] usb: mausb_host: Implement initial hub handlers
    ` [PATCH v6 5/8] usb: mausb_host: Introduce PAL processing
    ` [PATCH v6 6/8] usb: mausb_host: Add logic for PAL-to-PAL communication
    ` [PATCH v6 7/8] usb: mausb_host: MA-USB PAL events processing
    ` [PATCH v6 8/8] usb: mausb_host: Process MA-USB data packets

[PATCH] tty: serial: fsl_lpuart: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
 2020-05-15 12:58 UTC 

[PATCH v2 0/7] mm: Get rid of vmalloc_sync_(un)mappings()
 2020-05-15 13:03 UTC  (3+ messages)

[PATCH 00/17] spi: dw: Add generic DW DMA controller support
 2020-05-15 13:03 UTC  (18+ messages)
` [PATCH v2 00/19] "
  ` [PATCH v2 01/19] dt-bindings: spi: dw: Add Tx/Rx DMA properties
  ` [PATCH v2 03/19] spi: dw: Clear DMAC register when done or stopped
  ` [PATCH v2 05/19] spi: dw: Enable interrupts in accordance with DMA xfer mode
    ` [PATCH v2 02/19] spi: dw: Add Tx/Rx finish wait methods to the MID DMA
    ` [PATCH v2 04/19] spi: dw: Fix native CS being unset
    ` [PATCH v2 06/19] spi: dw: Discard static DW DMA slave structures
    ` [PATCH v2 07/19] spi: dw: Discard unused void priv pointer
    ` [PATCH v2 08/19] spi: dw: Discard dma_width member of the dw_spi structure

[PATCH 0/3] make vm_committed_as_batch aware of vm overcommit policy
 2020-05-15 13:01 UTC  (11+ messages)
` [PATCH 2/3] mm/util.c: make vm_memory_committed() more accurate
` [PATCH 3/3] mm: adjust vm_committed_as_batch according to vm overcommit policy

[PATCH v3 0/7] firmware: smccc: Add basic SMCCC v1.2 + ARCH_SOC_ID support
 2020-05-15 12:57 UTC  (18+ messages)
` [PATCH v3 1/7] firmware: smccc: Add HAVE_ARM_SMCCC_DISCOVERY to identify SMCCC v1.1 and above
` [PATCH v3 2/7] firmware: smccc: Update link to latest SMCCC specification
` [PATCH v3 3/7] firmware: smccc: Add the definition for SMCCCv1.2 version/error codes
` [PATCH v3 4/7] firmware: smccc: Drop smccc_version enum and use ARM_SMCCC_VERSION_1_x instead
` [PATCH v3 5/7] firmware: smccc: Refactor SMCCC specific bits into separate file
` [PATCH v3 6/7] firmware: smccc: Add function to fetch SMCCC version
` [PATCH v3 7/7] firmware: smccc: Add ARCH_SOC_ID support

[PATCH] Backport security fixe to 4.9 and 4.4 stable trees
 2020-05-15 12:57 UTC  (3+ messages)

[PATCH v2] Backport xfs security fix to 4.9 and 4.4 stable trees
 2020-05-15 12:54 UTC  (3+ messages)
` [PATCH 4.4 v2] xfs: validate cached inodes are free when allocated
` [PATCH 4.9 "

[PATCH 01/11] tty/sysrq: alpha: export and use __sysrq_get_key_op()
 2020-05-15 12:54 UTC  (2+ messages)

[PATCH] Staging: rtl8723bs: os_de: if-else coding style issues
 2020-05-15 12:49 UTC 

[PATCH 0/3] add wakeup_irq for in-band wakeup support
 2020-05-15 12:46 UTC  (3+ messages)
` [PATCH 1/3] serdev: ttyport: add devt for tty port

Horrors, Anguish and Frustrations of Forming Business Partnership with Mr. X
 2020-05-15 12:45 UTC 

[PATCH v2] serial: 8250_dw: Fix common clocks usage race condition
 2020-05-15 12:45 UTC  (4+ messages)
` [PATCH v3 0/4] serial: 8250_dw: Fix ref clock usage
  ` [PATCH v3 2/4] serial: 8250: Add 8250 port clock update method

[PATCH v2] arm64: dts: qcom: apq8016-sbc-d3: Add Qualcomm APQ8016 SBC + D3Camera mezzanine
 2020-05-15 12:43 UTC  (2+ messages)

linux-next: Tree for May 15
 2020-05-15 12:42 UTC 

[PATCH] libata: Use per port sync for detach
 2020-05-15 12:38 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8192ee: remove redundant for-loop
 2020-05-15 12:38 UTC  (2+ messages)
` AW: "

[PATCH v2 0/8] iio: core: wrap IIO device into an iio_dev_opaque object
 2020-05-15 12:37 UTC  (5+ messages)
` [PATCH v2 7/8] iio: core: simplify alloc alignment code

get_maintainer.pl: unexpected behaviour for path/to//file
 2020-05-15 12:31 UTC  (2+ messages)

[V5 PATCH 2/2] ASoC: max98390: Added Amplifier Driver
 2020-05-15 12:29 UTC  (3+ messages)

[PATCH v2 0/6] Capacity awareness for SCHED_DEADLINE
 2020-05-15 12:26 UTC  (8+ messages)
` [PATCH v2 3/6] sched/deadline: Add dl_bw_capacity()

PTRACE_SYSEMU behavior difference on arm64
 2020-05-15 12:13 UTC  (2+ messages)

[PATCH] blkcg:fixes memory leaks in blkg_conf_prep()
 2020-05-15 12:24 UTC 

[PATCH AUTOSEL 5.6 01/62] kbuild: avoid concurrency issue in parallel building dtbs and dtbs_check
 2020-05-15 12:07 UTC  (4+ messages)
` [PATCH AUTOSEL 5.6 30/62] net: Make PTP-specific drivers depend on PTP_1588_CLOCK

[PATCH] drm/msm/dpu: ensure device suspend happens during PM sleep
 2020-05-15 12:05 UTC  (3+ messages)
  ` [Freedreno] "

[PATCH 0/4] usb: typec: Intel PMC driver changes
 2020-05-15 12:05 UTC  (10+ messages)
` [PATCH 2/4] usb: typec: mux: intel_pmc_mux: Support for static SBU/HSL orientation

[PATCH] kgdb: Fix broken handling of printk() in NMI context
 2020-05-15 12:02 UTC  (8+ messages)
        ` [PATCH] printk/kdb: Redirect printk messages into kdb in any context

[PATCH] ALSA: pcm: fix incorrect hw_base increase
 2020-05-15 12:01 UTC  (6+ messages)

[PATCH 0/2] opp: core: add regulators enable and disable
 2020-05-15 12:00 UTC  (2+ messages)

CLONE_INTO_CGROUP documentation?
 2020-05-15 11:59 UTC  (7+ messages)
` [PATCH] clone.2: Document CLONE_INTO_CGROUP

[PATCH 0/4] Add the ability to get a pidfd on seccomp user notifications
 2020-05-15 11:58 UTC  (6+ messages)
` [PATCH 3/4] seccomp: Add SECCOMP_USER_NOTIF_FLAG_PIDFD to get pidfd on listener trap

[PATCH v3 0/2] irqchip/gic-v3-its: Balance LPI affinity across CPUs
 2020-05-15 11:50 UTC  (7+ messages)

[PATCH v2 2/7] iio: accel: Make bma180 conflict with input's bma150
 2020-05-15 11:49 UTC  (7+ messages)
` [PATCH v2 6/7] iio: accel: bma180: Rename center_temp to temp_offset
` [PATCH v2 7/7] iio: accel: Add bma150/smb380 support to bma180

[PATCH 1/2] perf expr: Test parsing of floating point numbers
 2020-05-15 11:48 UTC  (8+ messages)
` [PATCH 2/2] perf test: Improve pmu event metric testing

[PATCH v7 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-05-15 11:48 UTC  (3+ messages)
` [PATCH v7 2/2] "

[PATCH RFC 0/3] document openat2(2) patch series
 2020-05-15 11:42 UTC  (5+ messages)
` [PATCH RFC 1/3] symlink.7: document magic-links more completely

[PATCH v8] Add matrix keypad driver support for Mediatek SoCs
 2020-05-15 11:40 UTC  (4+ messages)
  ` [PATCH v8 2/3] drivers: input: keyboard: Add mtk keypad driver

[PATCH] ceph: don't return -ESTALE if there's still an open file
 2020-05-15 11:38 UTC  (7+ messages)

linux-next: manual merge of the akpm tree with the vfs tree
 2020-05-15 11:33 UTC 

[PATCH v6 0/4] Introduce the for_each_set_clump macro
 2020-05-15 11:32 UTC  (6+ messages)
` [PATCH v6 1/4] bitops: Introduce the "
` [PATCH v6 2/4] lib/test_bitmap.c: Add for_each_set_clump test cases

linux-next: manual merge of the drm-misc tree with the drm-misc-fixes tree
 2020-05-15 11:32 UTC  (4+ messages)

[PATCH v4 0/4] Add support for iMX8MQ Display Controller Subsystem
 2020-05-15 11:23 UTC  (5+ messages)
` [PATCH v4 2/4] drm/imx: Add initial support for DCSS on iMX8MQ

[PATCH] clk / soc: mediatek: fix ptr_ret.cocci warnings
 2020-05-15 11:20 UTC  (3+ messages)

[GIT PULL] sound fixes for 5.6-rc6
 2020-05-15 11:20 UTC 

[PATCH V1 0/3] Internal voltage control for qcom SDHC
 2020-05-15 11:18 UTC  (4+ messages)
` [PATCH V1 1/3] dt-bindings: mmc: Supply max load for mmc supplies
` [PATCH V1 2/3] mmc: sdhci-msm: Use internal voltage control
` [PATCH V1 3/3] mmc: sdhci: Allow platform controlled voltage switching

[PATCH] x86: fix early boot crash on gcc-10
 2020-05-15 11:20 UTC  (2+ messages)
` [tip: x86/urgent] x86: Fix early boot crash on gcc-10, third try

[PATCH v2 0/7] usb: gadget: udc: atmel: add usb device support for SAM9x60 SoC
 2020-05-15 11:16 UTC  (8+ messages)
` [PATCH v2 1/7] usb: gadget: udc: atmel: use of_find_matching_node_and_match
` [PATCH v2 2/7] dt-bindings: usb: atmel: Update DT bindings documentation for sam9x60
` [PATCH v2 3/7] usb: gadget: udc: atmel: simplify endpoint allocation
` [PATCH v2 4/7] usb: gadget: udc: atmel: use 1 bank endpoints for control transfers
` [PATCH v2 5/7] usb: gadget: udc: atmel: rename errata into caps
` [PATCH v2 6/7] usb: gadget: udc: atmel: update endpoint allocation for sam9x60
` [PATCH v2 7/7] ARM: dts: at91: sam9x60ek: enable usb device

[PATCH RFC 0/5] KVM: x86: KVM_MEM_ALLONES memory
 2020-05-15 11:15 UTC  (5+ messages)

[PATCH v2 2/6] dt-bindings: dma: dw: Add max burst transaction length property
 2020-05-15 11:11 UTC  (11+ messages)

[PATCH/RFC] MM: fix writeback for NFS
 2020-05-15 11:10 UTC  (11+ messages)
` Writeback fixes "
  ` Writeback fixes for NFS - V2
    ` Writeback fixes for NFS - V3
      ` [PATCH 1/2 V3] MM: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
                ` [PATCH 1/2 V4] "

[PATCH v2 0/2] ASoC: fsl_esai: Add support for imx8qm
 2020-05-15 11:10 UTC  (2+ messages)

[RFC v1 0/3] Add QTI QFPROM-Efuse driver support
 2020-05-15 11:09 UTC  (5+ messages)
` [RFC v1 2/3] drivers: nvmem: Add driver for QTI qfprom-efuse support

[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-05-15 11:08 UTC  (2+ messages)

[PATCH v5 0/6] Add support for O_MAYEXEC
 2020-05-15 11:04 UTC  (11+ messages)
` [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
                ` How about just O_EXEC? (was Re: [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC)

[PATCH v4 1/4] powercap/drivers/idle_inject: Specify idle state max latency
 2020-05-15 11:03 UTC  (7+ messages)
` [PATCH v4 4/4] thermal: cpuidle: Register cpuidle cooling device

[PATCH 0/5] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-05-15 11:02 UTC  (8+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 5/6] dmaengine: dw: Introduce max burst length hw config

[PATCH 1/2] hwrng: iproc-rng200 - Set the quality value
 2020-05-15 10:59 UTC  (2+ messages)

[PATCH v2 00/14] Split off nVHE hyp code
 2020-05-15 10:58 UTC  (14+ messages)
` [PATCH v2 01/14] arm64: kvm: Fix symbol dependency in __hyp_call_panic_nvhe
` [PATCH v2 03/14] arm64: kvm: Formalize hypcall ABI
` [PATCH v2 04/14] arm64: kvm: Add build rules for separate nVHE object files
` [PATCH v2 05/14] arm64: kvm: Build hyp-entry.S separately for VHE/nVHE
` [PATCH v2 06/14] arm64: kvm: Split hyp/tlb.c to VHE/nVHE
` [PATCH v2 07/14] arm64: kvm: Split hyp/switch.c "
` [PATCH v2 08/14] arm64: kvm: Split hyp/debug-sr.c "
` [PATCH v2 09/14] arm64: kvm: Split hyp/sysreg-sr.c "
` [PATCH v2 10/14] arm64: kvm: Split hyp/timer-sr.c "
` [PATCH v2 11/14] arm64: kvm: Compile remaining hyp/ files for both VHE/nVHE
` [PATCH v2 12/14] arm64: kvm: Add comments around __kvm_nvhe_ symbol aliases
` [PATCH v2 13/14] arm64: kvm: Remove __hyp_text macro, use build rules instead
` [PATCH v2 14/14] arm64: kvm: Lift instrumentation restrictions on VHE


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