linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-11 09:11:33 to 2019-10-11 12:21:40 UTC [more...]

[PATCH 0/4] treewide: Add 'fallthrough' pseudo-keyword
 2019-10-11 12:20 UTC  (3+ messages)
` [PATCH 1/4] net: sctp: Rename fallthrough label to unhandled

[PATCH 0/3] eldie generated code for folded p4d/pud
 2019-10-11 12:19 UTC  (4+ messages)

[PATCH 0/2] acpi: Unconditional GED build
 2019-10-11 12:14 UTC  (4+ messages)
` [PATCH 1/2] acpi: Fail GED probe when not on hardware-reduced

[PATCH v2] staging: wfx: fix potential vulnerability to spectre
 2019-10-11 12:14 UTC 

[PATCH 0/3] arm64: Fix support for systems without FP/SIMD
 2019-10-11 12:13 UTC  (6+ messages)
` [PATCH 1/3] arm64: cpufeature: Fix the type of no FP/SIMD capability
` [PATCH 2/3] arm64: nofpsmid: Clear TIF_FOREIGN_FPSTATE flag for early tasks

[PATCH v3 00/10] Rework REFCOUNT_FULL using atomic_fetch_* operations
 2019-10-11 12:12 UTC  (7+ messages)
` [PATCH v3 06/10] lib/refcount: Move saturation warnings out of line
` [PATCH v3 09/10] lib/refcount: Remove unused 'refcount_error_report()' function

[RFC PATCH v3 00/16] Core scheduling v3
 2019-10-11 12:10 UTC  (14+ messages)

[PATCH] staging: wfx: fix potential vulnerability to spectre
 2019-10-11 12:10 UTC  (2+ messages)

[PATCH 00/19] EDAC: Rework edac_mc and ghes drivers
 2019-10-11 12:08 UTC  (45+ messages)
` [PATCH 01/19] EDAC: Replace EDAC_DIMM_PTR() macro with edac_get_dimm() function
` [PATCH 02/19] EDAC: Remove EDAC_DIMM_OFF() macro
` [PATCH 03/19] EDAC: Introduce mci_for_each_dimm() iterator
` [PATCH 04/19] EDAC, mc: Do not BUG_ON() in edac_mc_alloc()
` [PATCH 05/19] EDAC, mc: Reduce indentation level in edac_mc_handle_error()
` [PATCH 06/19] EDAC, mc: Remove per layer counters
` [PATCH 07/19] EDAC, mc: Rename iterator variable to idx
` [PATCH 08/19] EDAC, mc: Split edac_mc_alloc() into smaller functions
` [PATCH 09/19] EDAC, mc: Reorder functions edac_mc_alloc*()
` [PATCH 10/19] EDAC, mc: Rework edac_raw_mc_handle_error() to use struct dimm_info
` [PATCH 11/19] EDAC: Remove misleading comment in struct edac_raw_error_desc
` [PATCH 12/19] EDAC: Store error type "
` [PATCH 13/19] EDAC, mc: Determine mci pointer from the error descriptor
` [PATCH 14/19] EDAC, mc: Create new function edac_inc_csrow()
` [PATCH 15/19] EDAC, ghes: Use standard kernel macros for page calculations
` [PATCH 16/19] EDAC, ghes: Fix grain calculation
` [PATCH 17/19] EDAC, ghes: Remove intermediate buffer pvt->detail_location
` [PATCH 18/19] EDAC, ghes: Unify trace_mc_event() code with edac_mc driver
` [PATCH 19/19] EDAC, Documentation: Describe CPER module definition and DIMM ranks

[PATCH v3 0/4] staging: rtl8723bs: Style clean-up in rtw_mlme.c
 2019-10-11 12:08 UTC  (5+ messages)
` [PATCH v3 1/4] staging: rtl8723bs: Remove comparisons to NULL in conditionals

[PATCH v5 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-10-11 12:07 UTC  (9+ messages)
` [PATCH v5 bpf-next 05/15] samples/bpf: use __LINUX_ARM_ARCH__ selector for arm
` [PATCH v5 bpf-next 09/15] samples/bpf: use own flags but not HOSTCFLAGS

[PATCH 0/2] AFBC for Rockchip
 2019-10-11 11:59 UTC  (4+ messages)
` [PATCH 1/2] drm/arm: Factor out generic afbc helpers
` [PATCH 2/2] drm/rockchip: Add support for afbc

[PATCH] ath10k: Correct error check of dma_map_single()
 2019-10-11 11:57 UTC  (2+ messages)

[PATCH v9 00/28] New macros for assembler symbols
 2019-10-11 11:51 UTC  (29+ messages)
` [PATCH v9 01/28] linkage: Introduce new "
` [PATCH v9 02/28] x86/asm/suspend: Use SYM_DATA for data
` [PATCH v9 03/28] x86/asm: Annotate relocate_kernel_{32,64}.c
` [PATCH v9 04/28] x86/asm/entry: Annotate THUNKs
` [PATCH v9 05/28] x86/asm: Annotate local pseudo-functions
` [PATCH v9 06/28] x86/asm/crypto: Annotate local functions
` [PATCH v9 07/28] x86/boot: "
` [PATCH v9 08/28] x86/uaccess: Annotate local function
` [PATCH v9 09/28] x86/asm: Annotate aliases
` [PATCH v9 10/28] x86/asm/entry: Annotate interrupt symbols properly
` [PATCH v9 11/28] x86/asm/head: Annotate data appropriately
` [PATCH v9 12/28] x86/boot: "
` [PATCH v9 13/28] um: "
` [PATCH v9 14/28] xen/pvh: "
` [PATCH v9 15/28] x86/asm/purgatory: Start using annotations
` [PATCH v9 16/28] x86/asm: Do not annotate functions by GLOBAL
` [PATCH v9 17/28] x86/asm: Use SYM_INNER_LABEL instead of GLOBAL
` [PATCH v9 18/28] x86/asm/realmode: Use SYM_DATA_* "
` [PATCH v9 19/28] x86/asm: Kill the last GLOBAL user and remove the macro
` [PATCH v9 20/28] x86/asm: Make some functions local
` [PATCH v9 21/28] x86/asm/ftrace: Mark function_hook as function
` [PATCH v9 22/28] x86_64/asm: Add ENDs to some functions and relabel with SYM_CODE_*
` [PATCH v9 23/28] x86_64/asm: Change all ENTRY+END to SYM_CODE_*
` [PATCH v9 24/28] x86_64/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH v9 25/28] x86_32/asm: Add ENDs to some functions and relabel with SYM_CODE_*
` [PATCH v9 26/28] x86_32/asm: Change all ENTRY+END to SYM_CODE_*
` [PATCH v9 27/28] x86_32/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH v9 28/28] x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGN

KMSAN: uninit-value in alauda_check_media
 2019-10-11 11:51 UTC  (3+ messages)

[Patch v7 0/4] Create and consolidate trusted keys subsystem
 2019-10-11 11:47 UTC  (5+ messages)
` [Patch v7 1/4] tpm: Move tpm_buf code to include/linux/
` [Patch v7 2/4] KEYS: Use common tpm_buf for trusted and asymmetric keys

[PATCH] pinctrl: rzn1: array reg_drive static, makes object smaller
 2019-10-11 11:46 UTC  (2+ messages)

[PATCH 1/3] arm64: dts: rockchip: fix RockPro64 vdd-log regulator settings
 2019-10-11 11:40 UTC  (11+ messages)
` [PATCH 3/3] arm64: dts: rockchip: fix RockPro64 sdmmc settings
      ` [PATCH 3/3] arm64: dts: rockchip: fix RockPro64 sdmmc settings【请注意,邮件由linux-rockchip-bounces+shawn.lin=rock-chips.com@lists.infradead.org代发】

[PATCH] devfreq: exynos-bus: workaround dev_pm_opp_set_rate() errors on Exynos5422/5800 SoCs
 2019-10-11 11:33 UTC  (3+ messages)

[PATCH] fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t
 2019-10-11 11:25 UTC  (4+ messages)

[PATCH] staging: fbtft: fbtft-core: Fix last line displayed on fbcon
 2019-10-11 11:24 UTC 

msm8996: sdhci-msm: apq8096-db820c sdhci fails to init - "Timeout waiting for hardware interrupt."
 2019-10-11 11:22 UTC  (3+ messages)

[RESEND PATCH v2 1/5] x86: use the correct function type in SYSCALL_DEFINE0
 2019-10-11 11:22 UTC  (2+ messages)
` [tip: x86/entry] syscalls/x86: Use "

[RESEND PATCH v2 4/5] x86: use the correct function type for sys_ni_syscall
 2019-10-11 11:22 UTC  (2+ messages)
` [tip: x86/entry] syscalls/x86: Use "

[PATCH] x86: use the correct function type for native_set_fixmap
 2019-10-11 11:22 UTC  (2+ messages)
` [tip: x86/entry] x86/mm: Use the correct function type for native_set_fixmap()

[RESEND PATCH v2 5/5] x86: fix function types in COND_SYSCALL
 2019-10-11 11:22 UTC  (2+ messages)
` [tip: x86/entry] syscalls/x86: Fix "

[RESEND PATCH v2 2/5] x86/syscalls: Wire up COMPAT_SYSCALL_DEFINE0
 2019-10-11 11:22 UTC  (2+ messages)
` [tip: x86/entry] syscalls/x86: "

[RESEND PATCH v2 3/5] x86: use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturn
 2019-10-11 11:22 UTC  (2+ messages)
` [tip: x86/entry] syscalls/x86: Use "

[PATCH 4.19 000/114] 4.19.79-stable review
 2019-10-11 11:21 UTC  (3+ messages)
` [PATCH 4.19 082/114] powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag

[PATCH v2 0/2] Add initial support for slimport anx7625
 2019-10-11 11:21 UTC  (4+ messages)
  ` [PATCH v2 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding

[PATCH] clk: imx7ulp: Correct DDR clock mux options
 2019-10-11 11:20 UTC  (2+ messages)

[PATCH 0/3] Clarify/standardize memory barriers for ipc
 2019-10-11 11:20 UTC  (6+ messages)
` [PATCH 1/5] wake_q: Cleanup + Documentation update
` [PATCH 2/5] ipc/mqueue.c: Update/document memory barriers
` [PATCH 3/5] ipc/msg.c: Update and document "
` [PATCH 4/5] ipc/sem.c: Document and update "
` [PATCH 5/5] Documentation/memory-barriers.txt: Clarify cmpxchg()

KMSAN: uninit-value in alauda_check_media
 2019-10-11 11:17 UTC  (2+ messages)
`  "

[PATCH v6] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
 2019-10-11 11:15 UTC  (11+ messages)

[PATCH] clk: imx7ulp: Correct system clock source option #7
 2019-10-11 11:14 UTC  (2+ messages)

[PATCH] ftrace/module: Allow ftrace to make only loaded module text read-write
 2019-10-11 11:09 UTC  (9+ messages)

[PATCH] xfs: fix wrong struct type in ioctl definition whih cmd XFS_IOC_GETBMAPAX
 2019-10-11 11:14 UTC 

[PATCH] mm/page_owner: fix a crash after memory offline
 2019-10-11 11:07 UTC  (5+ messages)

[PATCH 00/10] Refactor rxe driver to remove multiple race conditions
 2019-10-11 10:41 UTC  (7+ messages)
` [PATCH 10/10] Replace tasklets with workqueues

[RFC][PATCH v12 0/2] mm: Support for page reporting
 2019-10-11 11:02 UTC  (4+ messages)
` [RFC][Patch v12 1/2] mm: page_reporting: core infrastructure

[PATCH] hw_random: move add_early_randomness() out of rng_mutex
 2019-10-11 11:00 UTC  (3+ messages)

[PATCH] staging: isdn: remove assignment in if conditionals
 2019-10-11 11:00 UTC  (2+ messages)

[PATCH v3 4/4] adp5061: Add support for charging voltage limit enable
 2019-10-11 11:00 UTC  (2+ messages)
` [PATCH v3][RESEND] "

ARM Juno r1 + CONFIG_PROVE_LOCKING=y => boot failure
 2019-10-11 10:59 UTC  (5+ messages)

[PATCH 0/5] Remove declarations of new typedef in
 2019-10-11 10:58 UTC  (10+ messages)
` [PATCH 1/5] staging: octeon: remove typedef declaration for cvmx_wqe_t
  ` [Outreachy kernel] "
` [PATCH 2/5] staging: octeon: remove typedef declaration for cvmx_helper_link_info_t

[PATCH 0/3] Rewrite x86/ftrace to use text_poke()
 2019-10-11 10:57 UTC  (9+ messages)
` [PATCH 3/3] x86/ftrace: Use text_poke()

[PATCH -next] ASoC: fsl_mqs: fix old-style function declaration
 2019-10-11 10:56 UTC 

[PATCH v3 3/4] adp5061: Add support for battery charging enable
 2019-10-11 10:56 UTC  (2+ messages)
` [PATCH v3][RESEND] "

[PATCH v3 0/6] Rewrite x86/ftrace to use text_poke()
 2019-10-11 10:50 UTC  (13+ messages)
` [PATCH v3 5/6] x86/ftrace: Use text_poke()

Relax CPU features sanity checking on heterogeneous architectures
 2019-10-11 10:50 UTC  (2+ messages)

[PATCH 0/4] x86: fix syscall function type mismatches
 2019-10-11 10:50 UTC  (4+ messages)
` [RESEND PATCH v2 0/5] "

[PATCH 00/36] ARM: samsung platform cleanup
 2019-10-11 10:50 UTC  (4+ messages)
` [PATCH 01/36] ARM: samsung: make S3C24XX_MISCCR access indirect
  ` [PATCH 20/36] ASoC: samsung: s3c2412-i2s: avoid hardcoded S3C2410_PA_IIS

[PATCH] media: ov5695: enable vsync pin output
 2019-10-11 10:39 UTC 

[PATCH v11 0/4] fix double page fault in cow_user_page for pfn mapping
 2019-10-11 10:38 UTC  (5+ messages)
` [PATCH v11 1/4] arm64: cpufeature: introduce helper cpu_has_hw_af()

linux-next: Fixes tag needs some work in the staging.current tree
 2019-10-11 10:36 UTC  (4+ messages)

[PATCH 0/3] arm64: defconfig: set/unset for allmodconfig
 2019-10-11 10:33 UTC  (8+ messages)
` [PATCH 3/3] arm64: configs: unset CPU_BIG_ENDIAN

[PATCH v2 1/3] dt-bindings: sdhci-of-at91: new compatible string and update properties
 2019-10-11 10:33 UTC  (3+ messages)
` [PATCH v2 2/3] mmc: sdhci-of-at91: rework clocks management to support SAM9x60 device
` [PATCH v2 3/3] ARM: dts: at91: sama5d2: set the sdmmc gclk frequency

[PATCH 0/4] arm64: ARMv8.4 Activity Monitors support
 2019-10-11 10:31 UTC  (4+ messages)
` [PATCH 1/4] arm64: add support for the AMU extension v1

[PATCH v3 0/3] Add Global Clock controller (GCC) driver for SC7180
 2019-10-11 10:28 UTC  (12+ messages)
` [PATCH v3 3/3] clk: qcom: "

[RFC PATCH] iommu/vt-d: Fix IOMMU field not populated on device hot re-plug
 2019-10-11 10:27 UTC  (4+ messages)

[PATCH v2 0/4] drm/komeda: Enable CRTC color-mgmt
 2019-10-11 10:27 UTC  (5+ messages)
` [PATCH v2 4/4] drm/komeda: Adds gamma and color-transform support for DOU-IPS

[PATCH v2 linux-kselftest-test 0/3] kunit: support building core/tests as modules
 2019-10-11 10:25 UTC  (6+ messages)
` [PATCH v2 linux-kselftest-test 1/3] kunit: allow kunit tests to be loaded as a module

[PATCH v2 1/2] clone3: add CLONE3_CLEAR_SIGHAND
 2019-10-11 10:25 UTC  (2+ messages)
` [PATCH v2 2/2] tests: test CLONE3_CLEAR_SIGHAND

[PATCH] HID: i2c-hid: Remove runtime power management
 2019-10-11 10:21 UTC  (4+ messages)

[PATCH v2] x86, efi: never relocate kernel below lowest acceptable address
 2019-10-11 10:18 UTC  (4+ messages)

[GIT PULL] Thunderbolt fixes for v5.4
 2019-10-11 10:18 UTC 

[PATCH] staging: wfx: fix error handling in wfx_tx_get_raw_link_id()
 2019-10-11 10:16 UTC 

unregister_netdevice: waiting for DEV to become free (2)
 2019-10-11 10:14 UTC  (3+ messages)

[PATCH V10 0/2] arm64/mm: Enable memory hot remove
 2019-10-11 10:14 UTC  (3+ messages)
` [PATCH V10 1/2] arm64/mm: Hold memory hotplug lock while walking for kernel page table dump
` [PATCH V10 2/2] arm64/mm: Enable memory hot remove

[PATCH v2 0/2] mm: Don't access uninitialized memmaps in PFN walkers
 2019-10-11 10:13 UTC  (9+ messages)
` [PATCH v2 2/2] mm/memory-failure.c: Don't access uninitialized memmaps in memory_failure()

[PATCH] KPC2000: kpc2000_spi.c: Fix style issues (line length)
 2019-10-11 10:02 UTC  (3+ messages)

[PATCH] Ask user input only when CONFIG_X86 or CONFIG_COMPILE_TEST is set to y
 2019-10-11 10:01 UTC  (6+ messages)

[PATCH 1/2] net: fec_main: Use platform_get_irq_byname_optional() to avoid error message
 2019-10-11  9:55 UTC  (8+ messages)

[PATCH v1] mm: Fix access of uninitialized memmaps in fs/proc/page.c
 2019-10-11  9:53 UTC  (6+ messages)

[PATCH v1] drivers/base/memory.c: Don't access uninitialized memmaps in soft_offline_page_store()
 2019-10-11  9:51 UTC  (3+ messages)

[PATCH 1/1] PM / hibernate: memory_bm_find_bit -- tighten node optimisation
 2019-10-11  9:49 UTC  (2+ messages)

[PATCH] netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exit
 2019-10-11  9:46 UTC 

[PATCH v2 0/3] seccomp: continue syscall from notifier
 2019-10-11  9:46 UTC  (4+ messages)
` [PATCH v2 1/3] seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE

[PATCH v2 1/3] drm: Add some new format DRM_FORMAT_NVXX_10
 2019-10-11  9:45 UTC  (9+ messages)

[PATCH v6 0/3] selftests: netfilter: introduce test cases for ipvs
 2019-10-11  9:45 UTC  (2+ messages)

[PATCH] seccomp: remove unused arg from secure_computing()
 2019-10-11  9:45 UTC  (4+ messages)
` [PATCH v1] seccomp: simplify secure_computing()

[PATCH v4 1/4] lib: introduce copy_struct_from_user() helper
 2019-10-11  9:43 UTC  (4+ messages)
` [PATCH] usercopy: Avoid soft lockups in test_check_nonzero_user()

[PATCH] ACPI: acpi_video: update doc for acpi_video_bus_DOS
 2019-10-11  9:41 UTC  (2+ messages)

[PATCH 1/2] clone3: add CLONE3_CLEAR_SIGHAND
 2019-10-11  9:40 UTC  (3+ messages)

[PATCH 0/4] treewide: fix interrupted release
 2019-10-11  9:36 UTC  (3+ messages)

[PATCH V2] x86/mm: Split vmalloc_sync_all()
 2019-10-11  9:35 UTC  (2+ messages)

[PATCH] device property: Fix the description of struct fwnode_operations
 2019-10-11  9:34 UTC  (3+ messages)

[PATCH v3 0/2] dma-mapping: Add vmap checks to dma_map_single()
 2019-10-11  9:33 UTC  (4+ messages)
` [PATCH v3 1/2] "

[PATCH RESEND] mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer release
 2019-10-11  9:31 UTC  (2+ messages)

[PATCH v9 00/12] Device property improvements, add %pfw format specifier
 2019-10-11  9:28 UTC  (2+ messages)

[PATCH 1/2] habanalabs: support vmalloc memory mapping
 2019-10-11  9:27 UTC  (7+ messages)

[PATCH v9 0/5] Use MFD framework for SGI IOC3 drivers
 2019-10-11  9:28 UTC  (4+ messages)
` [PATCH v9 5/5] MIPS: SGI-IP27: Enable ethernet phy on second Origin 200 module

[PATCH net-next 0/2] net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()
 2019-10-11  9:24 UTC  (6+ messages)
` [PATCH net-next1/2] "

[PATCH] x86/asm: Make more symbols local
 2019-10-11  9:22 UTC 

[PATCH v3 00/13] software node: add support for reference properties
 2019-10-11  9:20 UTC  (2+ messages)

[PATCH v1 1/2] perf test: Report failure for mmap events
 2019-10-11  9:19 UTC  (2+ messages)
` [PATCH v1 2/2] perf test: Avoid infinite loop for task exit case

[PATCH] MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer
 2019-10-11  9:19 UTC  (4+ messages)

[PATCH] rtc: rv3028: add clkout support
 2019-10-11  9:17 UTC  (2+ messages)

[PATCH net-next v3] genetlink: do not parse attributes for families with zero maxattr
 2019-10-11  9:16 UTC  (2+ messages)

[PATCH 0/2] iommu/arm-smmu: Add an optional "input-address-size" property
 2019-10-11  9:16 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).