linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-10 20:36:34 to 2019-10-11 00:38:52 UTC [more...]

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-10-11  0:38 UTC  (3+ messages)
` [PATCH ghak90 V7 04/21] audit: convert to contid list to check for orch/engine ownership

[PATCH] staging: sm750fb: Potential uninitialized field in "pll"
 2019-10-11  0:37 UTC  (3+ messages)

[Patch v2 1/2] mm/rmap.c: don't reuse anon_vma if we just want a copy
 2019-10-11  0:36 UTC  (3+ messages)

[PATCH V4 0/2] Add support for arm64 to carry ima measurement
 2019-10-11  0:36 UTC  (3+ messages)
` [PATCH V4 1/2] Add support for arm64 to carry ima measurement log in kexec_file_load
` [PATCH V4 2/2] update powerpc implementation to call into of_ima*

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

[PATCH] Convert filldir[64]() from __put_user() to unsafe_put_user()
 2019-10-11  0:31 UTC  (14+ messages)

[PATCH v5 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-10-11  0:28 UTC  (16+ messages)
` [PATCH v5 bpf-next 01/15] samples/bpf: fix HDR_PROBE "echo"
` [PATCH v5 bpf-next 02/15] samples/bpf: fix cookie_uid_helper_example obj build
` [PATCH v5 bpf-next 03/15] samples/bpf: use --target from cross-compile
` [PATCH v5 bpf-next 04/15] samples/bpf: use own EXTRA_CFLAGS for clang commands
` [PATCH v5 bpf-next 05/15] samples/bpf: use __LINUX_ARM_ARCH__ selector for arm
` [PATCH v5 bpf-next 06/15] samples/bpf: drop unnecessarily inclusion for bpf_load
` [PATCH v5 bpf-next 07/15] samples/bpf: add makefile.target for separate CC target build
` [PATCH v5 bpf-next 08/15] samples/bpf: base target programs rules on Makefile.target
` [PATCH v5 bpf-next 09/15] samples/bpf: use own flags but not HOSTCFLAGS
` [PATCH v5 bpf-next 10/15] samples/bpf: use target CC environment for HDR_PROBE
` [PATCH v5 bpf-next 11/15] libbpf: don't use cxx to test_libpf target
` [PATCH v5 bpf-next 12/15] libbpf: add C/LDFLAGS to libbpf.so and test_libpf targets
` [PATCH v5 bpf-next 13/15] samples/bpf: provide C/LDFLAGS to libbpf
` [PATCH v5 bpf-next 14/15] samples/bpf: add sysroot support
` [PATCH v5 bpf-next 15/15] samples/bpf: add preparation steps and sysroot info to readme

[PATCH v4 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-10-11  0:29 UTC  (3+ messages)

[PATCH] btrfs: ioctl: Try to use btrfs_fs_info instead of *file
 2019-10-11  0:23 UTC 

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-11  0:06 UTC  (30+ messages)
` [PATCH v2 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH v2 02/29] powerpc: Remove PT_NOTE workaround
` [PATCH v2 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
` [PATCH v2 04/29] alpha: "
` [PATCH v2 05/29] ia64: Rename PT_LOAD identifier "code" "
` [PATCH v2 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH v2 07/29] x86: Restore "text" Program Header with dummy section
` [PATCH v2 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
` [PATCH v2 09/29] vmlinux.lds.h: Move Program Header restoration into NOTES macro
` [PATCH v2 10/29] vmlinux.lds.h: Move NOTES into RO_DATA
` [PATCH v2 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA
` [PATCH v2 12/29] vmlinux.lds.h: Replace RO_DATA_SECTION "
` [PATCH v2 13/29] vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
` [PATCH v2 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH v2 15/29] x86: Actually use _etext for end of text segment
` [PATCH v2 16/29] x86: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH v2 17/29] alpha: "
` [PATCH v2 18/29] arm64: "
` [PATCH v2 19/29] c6x: "
` [PATCH v2 20/29] h8300: "
` [PATCH v2 21/29] ia64: "
` [PATCH v2 22/29] microblaze: "
` [PATCH v2 23/29] parisc: "
` [PATCH v2 24/29] powerpc: "
` [PATCH v2 25/29] xtensa: "
` [PATCH v2 26/29] x86/mm: Remove redundant &s on addresses
` [PATCH v2 27/29] x86/mm: Report which part of kernel image is freed
` [PATCH v2 28/29] x86/mm: Report actual image regions in /proc/iomem
` [PATCH v2 29/29] x86: Use INT3 instead of NOP for linker fill bytes

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

[PATCH v7] gpio/mpc8xxx: change irq handler from chained to normal
 2019-10-11  0:10 UTC  (2+ messages)

[PATCH 1/2] firmware: coreboot: Export the binary FMAP
 2019-10-11  0:03 UTC  (5+ messages)
` [PATCH 2/2] firmware: coreboot: Export active CBFS partition

linux-next: build failure after merge of the sound-asoc tree
 2019-10-11  0:01 UTC 

[PATCH 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-10 23:57 UTC  (3+ messages)

[PATCH] block: account statistics for passthrough requests
 2019-10-10 23:52 UTC  (2+ messages)

[PATCH 4.14 00/61] 4.14.149-stable review
 2019-10-10 23:50 UTC  (3+ messages)

[PATCH v2] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2019-10-10 23:40 UTC 

[PATCH v2 0/4] treewide: Use sizeof_member() macro
 2019-10-10 23:50 UTC  (6+ messages)
` [PATCH v2 1/4] MIPS: OCTEON: Replace SIZEOF_FIELD() macro
` [PATCH v2 2/4] linux/stddef.h: Add sizeof_member() macro
` [PATCH v2 3/4] treewide: Use "
` [PATCH v2 4/4] include: Remove FIELD_SIZEOF() and sizeof_field() macros

[PATCH 0/1] drm/rockchip: vop: add the definition of dclk_pol
 2019-10-10 23:46 UTC  (3+ messages)
` [PATCH 1/1] "

linux-next: build warning after merge of the drm-misc tree
 2019-10-10 23:45 UTC 

[PATCH v7 0/7] Introduce support for Guest CET feature
 2019-10-10 23:44 UTC  (7+ messages)
` [PATCH v7 4/7] KVM: VMX: Load Guest CET via VMCS when CET is enabled in Guest

[PATCH v2 0/3] net: ftgmac100: Ungate RCLK for RMII on ASPEED MACs
 2019-10-10 23:44 UTC  (3+ messages)
` [PATCH v2 3/3] "

[PATCH v2 0/2] clk: ast2600: Expose RMII RCLK for MACs 1-4
 2019-10-10 23:43 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: clock: Add AST2600 RMII RCLK gate definitions
` [PATCH v2 2/2] clk: ast2600: Add RMII RCLK gates for all four MACs

[PATCH v2 0/2] clk: aspeed: Expose RMII RCLK gate for MACs 1-2 on AST2500
 2019-10-10 23:41 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: clock: Add AST2500 RMII RCLK definitions
` [PATCH v2 2/2] clk: aspeed: Add RMII RCLK gates for both AST2500 MACs

[amdgpu] ASSERT()'s in write_i2c*retimer_setting() functions
 2019-10-10 23:34 UTC 

[PATCH 5.3 000/148] 5.3.6-stable review
 2019-10-10 23:32 UTC  (5+ messages)
` [PATCH 5.3 111/148] x86/purgatory: Disable the stackleak GCC plugin for the purgatory

[PATCH] docs: misc: xilinx_sdfec: Actually add documentation
 2019-10-10 23:29 UTC  (5+ messages)

[PATCH -next] ptp: ptp_dte: use devm_platform_ioremap_resource() to simplify code
 2019-10-10 23:23 UTC  (2+ messages)

[PATCH 0/3] PCI/ATS: Clean up unnecessary stubs and exports
 2019-10-10 23:07 UTC  (3+ messages)
` [PATCH 1/3] PCI/ATS: Remove unused PRI and PASID stubs

[PATCH 4.19 000/114] 4.19.79-stable review
 2019-10-10 23:03 UTC  (3+ messages)

[PATCH] MIPS: OCTEON: Replace SIZEOF_FIELD() macro
 2019-10-10 23:02 UTC  (2+ messages)

Question about sched_prio_to_weight values
 2019-10-10 22:51 UTC  (5+ messages)

[PATCH] net: stmmac: disable/enable ptp_ref_clk in suspend/resume flow
 2019-10-10 23:01 UTC  (2+ messages)

[PATCH] perf/kprobe: maxactive for fd-based kprobe (pmu perf_kprobe)
 2019-10-10 22:44 UTC  (3+ messages)

[PATCH 00/36] ARM: samsung platform cleanup
 2019-10-10 22:44 UTC  (32+ messages)
` [PATCH 01/36] ARM: samsung: make S3C24XX_MISCCR access indirect
  ` [PATCH 10/36] ARM: s5pv210: use private pm save/restore
  ` [PATCH 11/36] ARM: s5pv210: split from plat-samsung
  ` [PATCH 12/36] ARM: s3c64xx: remove mach/hardware.h
  ` [PATCH 13/36] ARM: s3c: move regs-spi.h into spi driver
  ` [PATCH 14/36] ARM: s3c: move irqchip driver back into platform
  ` [PATCH 15/36] ARM: s3c: adc: move header to linux/soc/samsung
  ` [PATCH 16/36] ARM: s3c: move spi fiq handler into platform
  ` [PATCH 17/36] ARM: s3c: h1940-audio: turn into platform driver
  ` [PATCH 18/36] ARM: s3c: gta02-audio: "
  ` [PATCH 19/36] ARM: s3c: rx1950: "
  ` [PATCH 20/36] ASoC: samsung: s3c2412-i2s: avoid hardcoded S3C2410_PA_IIS
  ` [PATCH 21/36] ARM: s3c: move iis pinctrl config into boards
  ` [PATCH 22/36] ARM: s3c: leds: move setpull() calls into board files
  ` [PATCH 23/36] ARM: s3c: move s3cmci pinctrl handling "
  ` [PATCH 24/36] ARM: s3c: include mach/irqs.h where needed
  ` [PATCH 25/36] ARM: s3c: spi: avoid hardcoding fiq number in driver
  ` [PATCH 26/36] ARM: s3c: bast: avoid irq_desc array usage
  ` [PATCH 27/36] ARM: s3c: fix mmc gpio lookup tables
  ` [PATCH 28/36] fbdev: s3c2410fb: remove mach header dependency
  ` [PATCH 29/36] ARM: s3c: cpufreq: split out registers
  ` [PATCH 30/36] ARM: s3c: remove cpufreq header dependencies
  ` [PATCH 31/36] ARM: s3c: cpufreq: use global s3c2412_cpufreq_setrefresh
  ` [PATCH 32/36] ARM: s3c: iotiming: make functions static
  ` [PATCH 33/36] ARM: s3c: move low-level clk reg access into platform code
  ` [PATCH 34/36] ARM: s3c: stop including mach/hardware.h from mach/io.h

[PATCH 0/3] Logitech G920 fixes
 2019-10-10 22:38 UTC  (2+ messages)

[PATCH v2 1/1] mm/vmalloc: remove preempt_disable/enable when do preloading
 2019-10-10 22:33 UTC 

[PATCH v2] arm64: dts: ls1028a: fix a compatible issue
 2019-10-10 22:31 UTC  (2+ messages)

[PATCH v3 0/2] dma-mapping: Add vmap checks to dma_map_single()
 2019-10-10 22:28 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] usb: core: Remove redundant vmap checks

[PATCH] acpi/hmat: ACPI_HMAT_MEMORY_PD_VALID is deprecated in ACPI-6.3
 2019-10-10 22:20 UTC  (2+ messages)

[PATCH] mm: annotate refault stalls from swap_readpage
 2019-10-10 22:11 UTC  (3+ messages)

[PATCH 00/19] EDAC: Rework edac_mc and ghes drivers
 2019-10-10 22:10 UTC  (4+ messages)
` [PATCH 05/19] EDAC, mc: Reduce indentation level in edac_mc_handle_error()

[PATCH] PM: sleep: include <linux/pm_runtime.h> for pm_wq
 2019-10-10 22:02 UTC  (2+ messages)

[PATCH v2 0/4] Propagate module notifier errors
 2019-10-10 22:01 UTC  (3+ messages)
` [PATCH v2 1/4] notifier: Fix broken error handling pattern

[PATCH v2] dt-bindings: sound: Convert Samsung Exynos5433 TM2(E) audio complex with WM5110 codec to dt-schema
 2019-10-10 21:56 UTC  (2+ messages)

[RFC][PATCH] kprobes/x86: While list ftrace locations in kprobe blacklist areas
 2019-10-10 21:55 UTC  (2+ messages)

[PATCH] seccomp: remove unused arg from secure_computing()
 2019-10-10 21:53 UTC  (3+ messages)
` [PATCH v1] seccomp: simplify secure_computing()

[PATCH v2] ASoC: samsung: i2s: Document clocks macros
 2019-10-10 21:51 UTC  (2+ messages)

[RFC PATCHv2 1/3] dt-bindings: misc: Add dt bindings for flex noc Performance Monitor
 2019-10-10 21:48 UTC  (2+ messages)

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

[PATCH 1/3] tracing/hwlat: Report total time spent in all NMIs during the sample
 2019-10-10 21:44 UTC  (4+ messages)
` [PATCH 3/3] tracing/hwlat: Fix a few trivial nits

[PATCH v5 0/9] Enable Sub-page Write Protection Support
 2019-10-10 21:42 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Fix override mode for rk3399-kevin panel
 2019-10-10 21:42 UTC  (2+ messages)

[RESEND PATCH v1 2/5] staging: qlge: fix "alignment should match open parenthesis" checks
 2019-10-10 21:40 UTC  (4+ messages)
` [RESEND PATCH v1 3/5] staging: qlge: Fix multiple assignments warning by replacing integer variables to bool
` [RESEND PATCH v1 4/5] staging: qlge: add space to fix check warning
` [RESEND PATCH v1 5/5] staging: qlge: fix comparison to NULL warning

[PATCH 0/4] cpuidle: teo: Fix issues related to disabled idle states
 2019-10-10 21:37 UTC  (5+ messages)
` [PATCH 1/4] cpuidle: teo: Ignore disabled idle states that are too deep
` [PATCH 2/4] cpuidle: teo: Rename local variable in teo_select()
` [PATCH 3/4] cpuidle: teo: Consider hits and misses metrics of disabled states
` [PATCH 4/4] cpuidle: teo: Fix "early hits" handling for disabled idle states

NULL pointer deref in put_fs_context with unprivileged LXC
 2019-10-10 21:35 UTC 

[PATCH v3 0/8] Introduce max12xx ADC support
 2019-10-10 21:31 UTC  (4+ messages)
` [PATCH v3 8/8] dt-bindings: Add max12xx SPI ADC series as trivial devices

[PATCH] arm64: dts: rockchip: Fix usb-c on Hugsun X99 TV Box
 2019-10-10 21:30 UTC  (2+ messages)

[PATCH v2] arm64: dts: rockchip: fix RockPro64 sdmmc settings
 2019-10-10 21:30 UTC  (2+ messages)

[PATCH v2] dt-bindings: crypto: samsung: Convert SSS and SlimSSS bindings to json-schema
 2019-10-10 21:25 UTC  (2+ messages)

[PATCH v2] ARM: dts: rockchip: Use interpolated brightness tables for veyron
 2019-10-10 21:23 UTC  (2+ messages)

[PATCH v2 1/8] dt-bindings: rng: exynos4-rng: Convert Exynos PRNG bindings to json-schema
 2019-10-10 21:23 UTC  (3+ messages)
` [PATCH v2 4/8] dt-bindings: memory-controllers: Convert Samsung Exynos SROM "

[PATCH] ftrace: fix function type mismatches
 2019-10-10 21:12 UTC  (2+ messages)

[PATCH] x86/mce: Lower throttling MCE messages to warnings
 2019-10-10 21:08 UTC  (3+ messages)

[PATCH] dt-bindings: display: Convert sharp,ld-d5116z01b panel to DT schema
 2019-10-10 21:06 UTC 

[PATCH] mips: Fix unroll macro when building with Clang
 2019-10-10 21:04 UTC  (2+ messages)

[RESEND PATCH v1 0/5] checkpatch warnings cleanup
 2019-10-10 21:02 UTC  (2+ messages)
` [RESEND PATCH v1 1/5] staging: qlge: correct a misspelled word

[RFC PATCH v2 0/2] ELF: Alternate program property parser
 2019-10-10 21:00 UTC  (6+ messages)
` [RFC PATCH v2 2/2] ELF: Add ELF program property parsing support

[PATCH] arm64: lse: fix LSE atomics with LLVM's integrated assembler
 2019-10-10 20:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] ARM: dts: lpc32xx: Revert set default clock rate of HCLK PLL
 2019-10-10 20:57 UTC 

[PATCH v3] dt-bindings: iio: maxbotix,mb1232.yaml: transform to yaml
 2019-10-10 20:53 UTC  (2+ messages)

[PATCH v3 00/10] Rework REFCOUNT_FULL using atomic_fetch_* operations
 2019-10-10 20:50 UTC  (9+ messages)
` [PATCH v3 06/10] lib/refcount: Move saturation warnings out of line
` [PATCH v3 08/10] refcount: Consolidate implementations of refcount_t
` [PATCH v3 09/10] lib/refcount: Remove unused 'refcount_error_report()' function
` [PATCH v3 10/10] drivers/lkdtm: Remove references to CONFIG_REFCOUNT_FULL

[PATCH] ARM: lpc32xx: debug: add low-level debug support on hsuart
 2019-10-10 20:49 UTC 

[PATCH 0/4] treewide: Add 'fallthrough' pseudo-keyword
 2019-10-10 20:48 UTC  (9+ messages)
` [PATCH 2/4] compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use
` [PATCH 4/4] scripts/cvt_style.pl: Tool to reformat sources in various ways

linux-next: Fixes tag needs some work in the v4l-dvb tree
 2019-10-10 20:47 UTC 

[PATCH] net: lpc_eth: avoid resetting twice
 2019-10-10 20:46 UTC 

[PATCH 1/2] dt-bindings: net: lpc-eth: document optional properties
 2019-10-10 20:45 UTC  (2+ messages)
` [PATCH 2/2] net: lpc_eth: parse phy nodes from device tree

[PATCH] hv_sock: use HV_HYP_PAGE_SIZE instead of PAGE_SIZE_4K
 2019-10-10 20:43 UTC  (4+ messages)

[PATCH v2 1/1] blk-mq: fill header with kernel-doc
 2019-10-10 20:41 UTC  (8+ messages)

linux-next: Fixes tag needs some work in the staging.current tree
 2019-10-10 20:42 UTC 

[PATCH 0/3] PCI: pciehp: Do not turn off slot if presence comes up after link
 2019-10-10 20:37 UTC  (5+ messages)
` [PATCH 2/3] PCI: pciehp: Wait for PDS if in-band presence is disabled

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


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