linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-30 14:37:31 to 2020-10-30 16:29:15 UTC [more...]

[PATCH v2 1/2] mm: reorganize internal_get_user_pages_fast()
 2020-10-30 16:29 UTC  (2+ messages)

[GIT PULL] Power management fixes for v5.10-rc2
 2020-10-30 16:28 UTC 

[PATCH 0/3] optimize handling of memory debugging parameters
 2020-10-30 16:27 UTC  (3+ messages)
` [PATCH 2/3] mm, page_poison: use static key more efficiently

[PATCH 0/4] deterministic random testing
 2020-10-30 16:26 UTC  (9+ messages)
` [PATCH 1/4] prandom.h: add *_state variant of prandom_u32_max
` [PATCH 2/4] kselftest_module.h: unconditionally expand the KSTM_MODULE_GLOBALS() macro
` [PATCH 3/4] kselftest_module.h: add struct rnd_state and seed parameter
` [PATCH 4/4] lib/test_printf.c: use deterministic sequence of random numbers

[PATCH v11 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-10-30 16:24 UTC  (14+ messages)
` [PATCH v11 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v11 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v11 03/10] fs/ntfs3: Add bitmap
` [PATCH v11 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v11 05/10] fs/ntfs3: Add attrib operations
` [PATCH v11 06/10] fs/ntfs3: Add compression
` [PATCH v11 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v11 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v11 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v11 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH v3] soundwire: SDCA: add helper macro to access controls
 2020-10-30 15:52 UTC  (5+ messages)

[PATCH 0/2] Add rt1015 support to CML boards
 2020-10-30 15:32 UTC  (3+ messages)
` [PATCH 2/2] ASoC: intel: sof_rt5682: Add quirk for Dooly

[PATCH RFC v2 00/21] kasan: hardware tag-based mode for production use on arm64
 2020-10-30 16:19 UTC  (10+ messages)
` [PATCH RFC v2 09/21] kasan: inline kasan_reset_tag for tag-based modes
` [PATCH RFC v2 10/21] kasan: inline random_tag for HW_TAGS
` [PATCH RFC v2 14/21] kasan: add and integrate kasan boot parameters

[PATCH] vhost/vsock: add IOTLB API support
 2020-10-30 16:19 UTC  (5+ messages)

[GIT PULL, staging, net-next] wimax: move to staging
 2020-10-30 16:18 UTC  (3+ messages)

[RFC PATCH v2] selinux: Fix kmemleak after disabling selinux runtime
 2020-10-30 16:14 UTC  (4+ messages)

[GIT PULL] Btrfs fixes for 5.10-rc2
 2020-10-30 16:12 UTC 

[PATCH v11 00/14] s390/vfio-ap: dynamic configuration support
 2020-10-30 16:13 UTC  (5+ messages)
` [PATCH v11 01/14] s390/vfio-ap: No need to disable IRQ after queue reset

[PATCH 00/24] x86/resctrl: Merge the CDP resources
 2020-10-30 16:11 UTC  (25+ messages)
` [PATCH 01/24] x86/resctrl: Split struct rdt_resource
` [PATCH 02/24] x86/resctrl: Split struct rdt_domain
` [PATCH 03/24] x86/resctrl: Add resctrl_arch_get_num_closid()
` [PATCH 04/24] x86/resctrl: Add a separate schema list for resctrl
` [PATCH 05/24] x86/resctrl: Pass the schema in resdir's private pointer
` [PATCH 06/24] x86/resctrl: Store the effective num_closid in the schema
` [PATCH 07/24] x86/resctrl: Label the resources with their configuration type
` [PATCH 08/24] x86/resctrl: Walk the resctrl schema list instead of an arch list
` [PATCH 09/24] x86/resctrl: Change rdt_resource to resctrl_schema in pseudo_lock_region
` [PATCH 10/24] x86/resctrl: Move the schema names into struct resctrl_schema
` [PATCH 11/24] x86/resctrl: Group staged configuration into a separate struct
` [PATCH 12/24] x86/resctrl: Add closid to the staged config
` [PATCH 13/24] x86/resctrl: Allow different CODE/DATA configurations to be staged
` [PATCH 14/24] x86/resctrl: Make update_domains() learn the affected closids
` [PATCH 15/24] x86/resctrl: Add a helper to read a closid's configuration
` [PATCH 16/24] x86/resctrl: Add a helper to read/set the CDP configuration
` [PATCH 17/24] x86/resctrl: Use cdp_enabled in rdt_domain_reconfigure_cdp()
` [PATCH 18/24] x86/resctrl: Pass configuration type to resctrl_arch_get_config()
` [PATCH 19/24] x86/resctrl: Make ctrlval arrays the same size
` [PATCH 20/24] x86/resctrl: Apply offset correction when config is staged
` [PATCH 21/24] x86/resctrl: Calculate the index from the configuration type
` [PATCH 22/24] x86/resctrl: Merge the ctrlval arrays
` [PATCH 23/24] x86/resctrl: Remove rdt_cdp_peer_get()
` [PATCH 24/24] x86/resctrl: Merge the CDP resources

[PATCH v10 00/15] Add Allwinner H3/H5/H6/A64 HDMI audio
 2020-10-30 16:11 UTC  (17+ messages)
` [PATCH v10 01/15] ASoC: sun4i-i2s: Fix lrck_period computation for I2S justified mode
` [PATCH v10 02/15] ASoC: sun4i-i2s: Change set_chan_cfg() params
` [PATCH v10 03/15] ASoC: sun4i-i2s: Add support for H6 I2S
` [PATCH v10 04/15] ASoC: sun4i-i2s: Change get_sr() and get_wss() to be more explicit
` [PATCH v10 05/15] ASoC: sun4i-i2s: Set sign extend sample
` [PATCH v10 06/15] ASoC: sun4i-i2s: Add 20 and 24 bit support
` [PATCH v10 07/15] ASoC: sun4i-i2s: Fix sun8i volatile regs
` [PATCH v10 08/15] ASoC: sun4i-i2s: Fix setting of FIFO modes
` [PATCH v10 09/15] ASoC: sun4i-i2s: fix coding-style for callback definition
` [PATCH v10 10/15] dt-bindings: ASoC: sun4i-i2s: Add H6 compatible
` [PATCH v10 11/15] arm64: dts: allwinner: h6: Add I2S1 node
` [PATCH v10 12/15] arm64: dts: allwinner: a64: Add I2S2 node
` [PATCH v10 13/15] arm64: defconfig: Enable Allwinner i2s driver
` [PATCH v10 14/15] dt-bindings: sound: sun4i-i2s: Document H3 with missing RX channel possibility
` [PATCH v10 15/15] arm: dts: sunxi: h3/h5: Add I2S2 node

[PATCH 1/2] mailbox: stm32-ipcc: add COMPILE_TEST dependency
 2020-10-30 16:07 UTC  (2+ messages)

[PATCH v1 0/2] Fix misuse of security_capable()
 2020-10-30 16:06 UTC  (6+ messages)
` [PATCH v1 1/2] ptrace: Set PF_SUPERPRIV when checking capability
` [PATCH v1 2/2] seccomp: "

[RESEND PATCH v18 0/4] overlayfs override_creds=off & nested get xattr fix
 2020-10-30 16:00 UTC  (4+ messages)
` [RESEND PATCH v18 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method

[PATCH v2 1/2] init/Kconfig: Fix CPU number in LOG_CPU_MAX_BUF_SHIFT description
 2020-10-30 16:00 UTC  (6+ messages)
` [PATCH v2 2/2] init/Kconfig: Increase default log buffer size from 128 KB to 512 KB

[PATCH v6 0/9] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-30 16:00 UTC  (18+ messages)
` [PATCH v6 2/9] x86, kfence: enable KFENCE for x86
` [PATCH v6 3/9] arm64, kfence: enable KFENCE for ARM64
` [PATCH v6 4/9] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH v6 6/9] kfence, kasan: make KFENCE compatible with KASAN

[PATCH v2 1/2] mm/compaction: count pages and stop correctly during page isolation
 2020-10-30 15:57 UTC  (2+ messages)
` [PATCH v2 2/2] mm/compaction: stop isolation if too many pages are isolated and we have pages to migrate

[PATCH 4.14 ] platform/x86: Corrects warning: missing braces around initializer
 2020-10-30 15:56 UTC  (2+ messages)

[PATCH 4.14 v2 ] platform/x86: Corrects warning: missing braces around initializer
 2020-10-30 15:55 UTC 

[PATCH net-next] net: phy: realtek: Add support for RTL8221B-CG series
 2020-10-30 15:54 UTC  (3+ messages)

Re: (3) [PATCH v2] input: add 2 kind of switch
 2020-10-30 15:54 UTC  (10+ messages)
`  "
  ` (2) "
    `  "
        `  "
              ` [PATCH] Input: add SW_COVER_ATTACHED and SW_EXT_PEN_ATTACHED
                  `  "

[PATCH v10 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-10-30 15:54 UTC  (4+ messages)
` [PATCH v10 02/10] fs/ntfs3: Add initialization of super block

[PATCH -next] fs: Fix memory leaks in do_renameat2() error paths
 2020-10-30 15:52 UTC  (3+ messages)

[PATCH v2 0/5] Add DRM/DSI support for MT8167 SoC
 2020-10-30 15:49 UTC  (3+ messages)
` [PATCH v2 1/5] dt-bindings: display: mediatek: disp: add documentation "

[PATCH v4 0/9] ARM: remove set_fs callers and implementation
 2020-10-30 15:49 UTC  (10+ messages)
` [PATCH 1/9] mm/maccess: fix unaligned copy_{from,to}_kernel_nofault
  ` [PATCH 2/9] ARM: traps: use get_kernel_nofault instead of set_fs()
  ` [PATCH 3/9] ARM: oabi-compat: add epoll_pwait handler
  ` [PATCH 4/9] ARM: syscall: always store thread_info->syscall
  ` [PATCH 5/9] ARM: oabi-compat: rework epoll_wait/epoll_pwait emulation
  ` [PATCH 6/9] ARM: oabi-compat: rework sys_semtimedop emulation
  ` [PATCH 7/9] ARM: oabi-compat: rework fcntl64() emulation
  ` [PATCH 8/9] ARM: uaccess: add __{get,put}_kernel_nofault
  ` [PATCH 9/9] ARM: uaccess: remove set_fs() implementation

[PATCH v2 0/6] ARM: dts: sun8i: v3s: Enable video decoder
 2020-10-30 15:49 UTC  (3+ messages)

[PATCH v2 0/3] Add support for Qualcomm MFD PMIC register layout
 2020-10-30 15:49 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: mfd: Add QCOM PM8008 MFD bindings

[PATCH] arm64: qcom: sc7180: trogdor: Add ADC nodes and thermal zone for charger thermistor
 2020-10-30 15:48 UTC 

[PATCH 4.14 ] ALSA: Corrects warning: missing braces around initializer
 2020-10-30 15:47 UTC 

[Y2038][time namespaces] Question regarding CLOCK_REALTIME support plans in Linux time namespaces
 2020-10-30 15:43 UTC  (6+ messages)

[PATCH v2 0/7] Add support for SDM630/660 Camera Subsystem
 2020-10-30 15:43 UTC  (3+ messages)
` [PATCH v2 6/7] media: dt-bindings: media: qcom,camss: Add bindings for SDM660 camss

[PATCH] sched/fair: remove the spin_lock operations
 2020-10-30 15:42 UTC  (2+ messages)

[PATCH v2 00/10] Raspberry Pi PoE HAT fan support
 2020-10-30 15:37 UTC  (3+ messages)
` [PATCH v2 08/10] dt-bindings: pwm: Add binding for RPi firmware PWM bus

[PATCH 0/4] Add i.MX8MN power domain and fix USB
 2020-10-30 15:36 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: add defines for i.MX8MN power domains

[PATCH v3 0/2] convert flexcan to the yaml
 2020-10-30 15:35 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: can: add can-controller.yaml
` [PATCH v3 2/2] dt-bindings: can: flexcan: convert fsl,*flexcan bindings to yaml

[RESEND PATCH v3 0/4] STUSB1600 support on STM32MP15xx-DKx
 2020-10-30 15:27 UTC  (6+ messages)
` [RESEND PATCH v3 1/4] dt-bindings: connector: add power-opmode optional property to usb-connector

[RFC PATCH] mwifiex: pcie: use shutdown_sw()/reinit_sw() on suspend/resume
 2020-10-30 15:27 UTC  (2+ messages)

[PATCH v2 00/15] timers: clean up ARCH_GETTIMEOFFSET, LEGACY_TIMER_TICK
 2020-10-30 15:17 UTC  (16+ messages)
` [PATCH v2 01/15] ARM: remove ebsa110 platform
` [PATCH v2 02/15] net: remove am79c961a driver
` [PATCH v2 03/15] timekeeping: remove arch_gettimeoffset
` [PATCH v2 04/15] timekeeping: add CONFIG_LEGACY_TIMER_TICK
` [PATCH v2 05/15] ia64: convert to legacy_timer_tick
` [PATCH v2 06/15] ARM: rpc: use legacy_timer_tick
` [PATCH v2 07/15] parisc: "
` [PATCH v2 08/15] m68k: coldfire: use legacy_timer_tick()
` [PATCH v2 09/15] m68k: split heartbeat out of timer function
` [PATCH v2 10/15] m68k: sun3/sun3c: use legacy_timer_tick
` [PATCH v2 11/15] m68k: m68328: use legacy_timer_tick()
` [PATCH v2 12/15] m68k: change remaining timers to legacy_timer_tick
` [PATCH v2 13/15] m68k: remove timer_interrupt() function
` [PATCH v2 14/15] timekeeping: remove xtime_update
` [PATCH v2 15/15] timekeeping: default GENERIC_CLOCKEVENTS to enabled

[PATCH v6 0/6] spi: cadence-quadspi: Add QSPI controller support for Intel LGM SoC
 2020-10-30 15:18 UTC  (3+ messages)
` [PATCH v6 5/6] dt-bindings: spi: Convert cadence-quadspi.txt to cadence-quadspi.yaml

[PATCH RESEND v2 0/3] condition EAS enablement on FI support
 2020-10-30 15:26 UTC  (3+ messages)
` [PATCH RESEND v2 1/3] sched/topology,schedutil: wrap sched domains rebuild

[PATCH] cpufreq: schedutil: set sg_policy->next_freq to the final cpufreq
 2020-10-30 15:23 UTC  (4+ messages)
` [PATCH] cpufreq: schedutil: Don't skip freq update if need_freq_update is set

[PATCH 0/6] perf: Reduce stack usage (and misc bits)
 2020-10-30 15:13 UTC  (7+ messages)
` [PATCH 1/6] perf: Reduce stack usage of perf_output_begin()
` [PATCH 2/6] perf/x86: Reduce stack usage for x86_pmu::drain_pebs()
` [PATCH 3/6] perf: Fix get_recursion_context()
` [PATCH 4/6] perf: Optimize get_recursion_context()
` [PATCH 5/6] perf/arch: Remove perf_sample_data::regs_user_copy
` [PATCH 6/6] perf/x86: Make dummy_iregs static

[PATCH v2 00/19] Free some vmemmap pages of hugetlb page
 2020-10-30 15:19 UTC  (4+ messages)
  ` [External] "

[PATCH] mm/compaction: count pages and stop correctly during page isolation
 2020-10-30 15:18 UTC  (10+ messages)

[PATCH v3] usb: dwc3: core: fix a issue about clear connect state
 2020-10-30 15:15 UTC  (5+ messages)

[PATCH] KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()
 2020-10-30 15:14 UTC 

[rcu] 44bad5b3cc: dmesg.INFO:rcu_preempt_detected_stalls_on_CPUs/tasks
 2020-10-30 15:11 UTC  (3+ messages)
  ` [LKP] "

[PATCH] drm/msm/dsi: save PLL registers across first PHY reset
 2020-10-30 15:12 UTC  (2+ messages)
` [PATCH] drm/msm/dsi: do not try reading 28nm vco rate if it's not enabled

[PATCH] media: v4l2-mem2mem: always call poll_wait() on queues
 2020-10-30 15:09 UTC  (2+ messages)

Python 2.7 support and automarkup.py - Was: Re: [PATCH v2 1/5] docs: automarkup.py: Use new C roles in Sphinx 3
 2020-10-30 15:07 UTC 

[PATCH] drm/panfrost: Fix module unload
 2020-10-30 14:58 UTC 

[PATCH 0/2] coresight: Fixes for v5.10-rc2
 2020-10-30 15:04 UTC  (4+ messages)
` [PATCH 1/2] coresight: cti: Initialize dynamic sysfs attributes

[PATCH v2] f2fs: move ioctl interface definitions to separated file
 2020-10-30 15:03 UTC  (3+ messages)

[PATCH] hidraw: Remove the redundent spaces
 2020-10-30 15:02 UTC 

[mm] e6e88712e4: stress-ng.tmpfs.ops_per_sec -69.7% regression
 2020-10-30 14:58 UTC  (4+ messages)

[PATCH] vfio/pci: Implement ioeventfd thread handler for contended memory lock
 2020-10-30 15:01 UTC 

[PATCH 1/9] mfd: maxim: remove unnecessary CONFIG_PM_SLEEP
 2020-10-30 15:01 UTC  (6+ messages)
` [PATCH 9/9] mfd: sprd-sc27xx-spi: "

[PATCH V6 0/3] Implement Shutdown callback for geni-i2c
 2020-10-30 14:59 UTC  (4+ messages)
` [PATCH V6 1/3] soc: qcom: geni: Remove "iova" check
` [PATCH V6 2/3] i2c: i2c-qcom-geni: Store DMA mapping data in geni_i2c_dev struct
` [PATCH V6 3/3] i2c: i2c-qcom-geni: Add shutdown callback for i2c

[PATCH V5 0/3] Implement Shutdown callback for geni-i2c
 2020-10-30 14:59 UTC  (4+ messages)
` [PATCH V5 3/3] i2c: i2c-qcom-geni: Add shutdown callback for i2c

[PATCH] gpiolib: cdev: add GPIO_V2_LINE_FLAG_EDGE_BOTH and use it in edge_irq_thread()
 2020-10-30 14:53 UTC  (2+ messages)

Queries on ARM SDEI Linux kernel code
 2020-10-30 14:53 UTC  (4+ messages)

[PATCH v2 0/3] gpiolib: cdev: allow edge event timestamps to be configured as REALTIME
 2020-10-30 14:52 UTC  (5+ messages)

[PATCH 0/2] Designware I2C slave confusing IC_INTR_STOP_DET handle
 2020-10-30 14:46 UTC  (3+ messages)
` [PATCH 2/2] i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVED

[PATCH 0/2] kernel-doc: Handle function typedefs
 2020-10-30 14:47 UTC  (3+ messages)
` [PATCH 1/2] kernel-doc: Handle function typedefs that return pointers
` [PATCH 2/2] kernel-doc: Handle function typedefs without asterisks

Linux 4.19.153
 2020-10-30 14:44 UTC  (5+ messages)

[PATCH][next] SFH: fix error return check for -ERESTARTSYS
 2020-10-30 14:40 UTC  (2+ messages)
` AW: "

[PATCH v2 0/5] docs: automarkup.py: Make automarkup ready for Sphinx 3.1+
 2020-10-30 14:39 UTC  (6+ messages)
` [PATCH v2 1/5] docs: automarkup.py: Use new C roles in Sphinx 3
    ` Python 2.7 support and automarkup.py - Was: "

[drm/vkms] ea40d7857d: WARNING:at_drivers/gpu/drm/vkms/vkms_crtc.c:#vkms_vblank_simulate
 2020-10-30 14:38 UTC 

[PATCH v2 00/39] ABI: add it to the documentation build system
 2020-10-30 14:39 UTC  (3+ messages)
` [PATCH v2 28/39] docs: ABI: fix syntax to be parsed using ReST notation

[PATCH v5 00/15] follow_pfn and other iomap races
 2020-10-30 14:37 UTC  (4+ messages)
` [PATCH v5 05/15] mm/frame-vector: Use FOLL_LONGTERM

[PATCH v2 0/4] media: meson: Add support for the Amlogic GE2D Accelerator Unit
 2020-10-30 14:37 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: media: Add bindings "
` [PATCH v2 2/4] media: meson: Add M2M driver "
` [PATCH v2 3/4] MAINTAINERS: Add myself as maintainer of the Amlogic GE2D driver
` [PATCH v2 4/4] arm64: dts: meson-axg: add GE2D node


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