linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-11 20:36:53 to 2019-04-12 01:52:56 UTC [more...]

[PATCH 0/5] Fix rhashtable bit-locking for m68k
 2019-04-12  1:52 UTC  (5+ messages)
` [PATCH 1/5] rhashtable: fix some __rcu annotation errors
` [PATCH 2/5] rhashtable: reorder some inline functions and macros
` [PATCH 4/5] rhashtable: replace rht_ptr_locked() with rht_assign_locked()
` [PATCH 3/5] rhashtable: move dereference inside rht_ptr()

[PATCH v4 0/5] init: Do not select DEBUG_KERNEL by default
 2019-04-12  1:43 UTC  (6+ messages)
` [PATCH v4 1/5] init: Introduce DEBUG_MISC option
` [PATCH v4 2/5] powerpc: Replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC
` [PATCH v4 3/5] mips: "
` [PATCH v4 4/5] xtensa: "
` [PATCH v4 5/5] net: "

[PATCH 0/3] rockchip: A few clock cleanups for rk3288
 2019-04-12  1:43 UTC  (4+ messages)
  ` [PATCH 1/3] Revert "clk: rockchip: mark noc and some special clk as critical on rk3288"

[PATCH v8 0/9] vfio/mdev: IOMMU aware mediated device
 2019-04-12  1:36 UTC  (3+ messages)

[PATCH v2 0/3] Refactor memory initialization hardening
 2019-04-12  1:38 UTC  (3+ messages)
` [PATCH v2 1/3] security: Create "kernel hardening" config area

[PATCH 3/3] virtio-gpu api: VIRTIO_GPU_F_RESSOURCE_V2
 2019-04-12  1:36 UTC  (3+ messages)

[PATCH v3] platform/chrome: cros_ec_spi: Transfer messages at high priority
 2019-04-12  1:27 UTC  (2+ messages)

[PATCH v5 00/13] Add support for usb on Hikey960
 2019-04-12  1:23 UTC  (8+ messages)
` [PATCH v5 09/13] usb: roles: Add usb role switch notifier
` [PATCH v5 10/13] usb: dwc3: Registering a role switch in the DRD code
` [PATCH v5 11/13] hikey960: Support usb functionality of Hikey960

[PATCH 1/3] media: dvb-usb-v2: Report error on all error paths
 2019-04-12  1:13 UTC  (3+ messages)
` [PATCH 2/3] media: dvbsky: Remove duplicate error reporting for dvbsky_usb_generic_rw
` [PATCH 3/3] media: af9035: "

[PATCH 0/3] Cleanup error reporting
 2019-04-12  1:12 UTC 

[PATCH] arm64: vdso: use $(LD) instead of $(CC) to link VDSO
 2019-04-12  1:21 UTC  (3+ messages)

[PATCH] selftests: livepatch use TEST_PROGS for test shell scripts
 2019-04-12  1:18 UTC 

[PATCH V7 1/4] dt-bindings: fsl: scu: add general interrupt support
 2019-04-12  1:05 UTC  (4+ messages)
` [PATCH V7 2/4] firmware: imx: enable imx scu general irq function
    ` [EXT] "

linux-next: manual merge of the bpf-next tree with the jc_docs tree
 2019-04-12  1:05 UTC 

[RFC PATCH v3 0/4] x86: Add the support of ACRN guest under arch/x86
 2019-04-12  1:00 UTC  (11+ messages)
` [RFC PATCH v3 2/4] x86: Add the support of ACRN guest
` [RFC PATCH v3 3/4] x86: Use HYPERVISOR_CALLBACK_VECTOR for acrn_guest upcall vector

[PATCH v14 1/3] /proc/pid/status: Add support for architecture specific output
 2019-04-12  0:55 UTC  (9+ messages)

[PATCH] extcon: axp288: Fix build err without CONFIG_ACPI
 2019-04-12  0:59 UTC  (4+ messages)
  ` [PATCH v2] extcon: axp288: Add a depends on ACPI to the Kconfig entry

perf tools:Is there any tools to found out the max latency by irq or cpu idle
 2019-04-12  0:57 UTC 

[crypto] 71052dcf4b: will-it-scale.per_thread_ops 59.5% improvement
 2019-04-12  0:55 UTC 

[PATCH-tip 00/22] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2019-04-12  0:49 UTC  (6+ messages)

[PATCH] extcon: arizona: Disable mic detect if running when driver is removed
 2019-04-12  0:38 UTC  (2+ messages)

[PATCH v4] x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernel
 2019-04-12  0:23 UTC  (8+ messages)

[PATCH] xfs: use struct_size() helper
 2019-04-12  0:19 UTC 

[PATCH v3 1/2] power_supply: Add more charge types and CHARGE_CONTROL_* properties
 2019-04-12  0:20 UTC  (2+ messages)
` [PATCH v3 2/2] power_supply: platform/chrome: wilco_ec: Add charging config driver

[PATCH] clk: rockchip: rk3288: Limit use of USB PHY clock to USB
 2019-04-12  0:16 UTC  (3+ messages)

[PATCH] selftests/harness: Add 30 second timeout per test
 2019-04-12  0:11 UTC 

[PATCH v1 00/15] Keep track of GUPed pages in fs and block
 2019-04-12  0:08 UTC  (18+ messages)
` [PATCH v1 01/15] fs/direct-io: fix trailing whitespace issues
` [PATCH v1 02/15] iov_iter: add helper to test if an iter would use GUP
` [PATCH v1 03/15] block: introduce bvec_page()/bvec_set_page() to get/set bio_vec.bv_page
` [PATCH v1 04/15] block: introduce BIO_VEC_INIT() macro to initialize bio_vec structure
` [PATCH v1 05/15] block: replace all bio_vec->bv_page by bvec_page()/bvec_set_page()
` [PATCH v1 06/15] block: convert bio_vec.bv_page to bv_pfn to store pfn and not page
` [PATCH v1 07/15] block: add bvec_put_page_dirty*() to replace put_page(bvec_page())
` [PATCH v1 08/15] block: use bvec_put_page() instead of put_page(bvec_page())
` [PATCH v1 09/15] block: bvec_put_page_dirty* instead of set_page_dirty* and bvec_put_page
` [PATCH v1 10/15] block: add gup flag to bio_add_page()/bio_add_pc_page()/__bio_add_page()
` [PATCH v1 11/15] block: make sure bio_add_page*() knows page that are coming from GUP
` [PATCH v1 12/15] fs/direct-io: keep track of wether a page is coming from GUP or not
` [PATCH v1 13/15] fs/splice: use put_user_page() when appropriate
` [PATCH v1 14/15] fs: use bvec_set_gup_page() where appropriate
` [PATCH v1 15/15] ceph: use put_user_pages() instead of ceph_put_page_vector()

[PATCH 1/6] arch: riscv: add support for building DTB files from DT source data
 2019-04-12  0:08 UTC  (6+ messages)

[PATCH] ARM: dts: rockchip: Add dynamic-power-coefficient for rk3288
 2019-04-12  0:01 UTC 

[PATCH] selftests/seccomp: Handle namespace failures gracefully
 2019-04-11 23:56 UTC 

[PATCH v2 1/2] power_supply: Add more charge types and CHARGE_CONTROL_* properties
 2019-04-11 23:56 UTC  (2+ messages)
` [PATCH v2 2/2] power_supply: wilco_ec: Add charging config driver for Wilco EC

[PATCH v2 00/21] Convert hwmon documentation to ReST
 2019-04-11 23:54 UTC  (5+ messages)

[PATCH] rhashtable: use struct_size() in kvzalloc()
 2019-04-11 23:43 UTC 

[PATCH v4 0/4] Add device links to clocks
 2019-04-11 23:34 UTC  (2+ messages)

WARNING in rollback_registered_many (2)
 2019-04-11 23:29 UTC  (2+ messages)

[PATCH v2 1/2] ARM: dts: ls1021: Use different compatible for MDIO bus node
 2019-04-11 23:23 UTC  (2+ messages)
` [PATCH v2 2/2] ARM: dts: ls1021: Fix SGMII PCS link remaining down after PHY disconnect

[PATCH 1/5] clk: rockchip: Turn on "aclk_dmac1" for suspend
 2019-04-11 23:21 UTC  (5+ messages)
` [PATCH 2/5] ARM: rockchip: pm: Mark init functions __init
` [PATCH 3/5] ARM: dts: rockchip: Add DDR retention/poweroff to rk3288-veyron hogs
` [PATCH 4/5] ARM: dts: rockchip: vcc33_ccd off in suspend for rk3288-veyron-chromebook
` [PATCH 5/5] ARM: dts: rockchip: vdd_gpu off in suspend for rk3288-veyron

[PATCH] gpio: merrifield: Fix build err without CONFIG_ACPI
 2019-04-11 23:09 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v1] ARM: dts: tegra124: nyan-big: Add timings for ram codes 4 and 6
 2019-04-11 23:07 UTC 

[PATCH v2] drm/nouveau/i2c: Disable i2c bus access after ->fini()
 2019-04-11 23:04 UTC  (4+ messages)

[PATCH v1 0/3] memory: Introduce NVIDIA Tegra30 EMC driver
 2019-04-11 23:02 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: memory: Add binding for NVIDIA Tegra30 External Memory Controller
` [PATCH v1 2/3] memory: tegra: Introduce Tegra30 EMC driver
` [PATCH v1 3/3] ARM: dts: tegra30: Add External Memory Controller node

[PATCH v1] clk: tegra20/30: Add custom EMC clock implementation
 2019-04-11 22:47 UTC 

[PATCH v2 00/21] Remove Mysterious Macro Intended to Obscure Weird Behaviours (mmiowb())
 2019-04-11 22:34 UTC  (4+ messages)
` [PATCH v2 01/21] docs/memory-barriers.txt: Rewrite "KERNEL I/O BARRIER EFFECTS" section

[PATCH v1 0/4] Add tracing for SDHCI register access
 2019-04-11 22:39 UTC  (6+ messages)
` [PATCH v1 1/4] trace_events: Add trace_print_register to print register fields
` [PATCH v1 2/4] mmc/sdhci: Rename sdhci.c to sdhci-core.c
` [PATCH v1 3/4] mmc/host/sdhci: Add register read and write trace events
` [PATCH v1 4/4] mmc/host/sdhci: Make sdhci_read/sdhci_write call trace functions

[PATCH v1] PM / devfreq: Introduce driver for NVIDIA Tegra20
 2019-04-11 22:36 UTC 

Inquiry 11/Apr/2019
 2019-04-11 19:45 UTC 

[PATCH v2] init: Do not select DEBUG_KERNEL by default
 2019-04-11 22:34 UTC  (10+ messages)

[PATCH v3] platform/chrome: wilco_ec: Add h1_gpio status to debugfs
 2019-04-11 22:31 UTC  (3+ messages)

[PATCH v1] ARM: dts: tegra30: Add ACTMON node
 2019-04-11 22:30 UTC 

[PATCH v1 0/8] devfreq: Tegra devfreq fixes / improvements and Tegra30 support
 2019-04-11 22:29 UTC  (9+ messages)
` [PATCH v1 1/8] PM / devfreq: tegra: Fix kHz to Hz conversion
` [PATCH v1 2/8] PM / devfreq: tegra: Replace readl-writel with relaxed versions
` [PATCH v1 3/8] PM / devfreq: tegra: Don't ignore clk errors
` [PATCH v1 4/8] PM / devfreq: tegra: Don't release IRQ manually on driver removal
` [PATCH v1 5/8] PM / devfreq: tegra: Don't set EMC clock rate to maximum on probe
` [PATCH v1 6/8] PM / devfreq: tegra: Drop spinlock
` [PATCH v1 7/8] PM / devfreq: tegra: Remove OPP entries on driver removal
` [PATCH v1 8/8] PM / devfreq: tegra: Support Tegra30

[PATCH] cros_ec: Add trace event to trace EC commands
 2019-04-11 22:28 UTC  (3+ messages)

[ANNOUNCE] 3.18.138-rt115
 2019-04-11 22:21 UTC 

[PATCH v2] mtd: rawnand: mark expected switch fall-throughs
 2019-04-11 22:20 UTC  (5+ messages)

[PATCH v3] init: Do not select DEBUG_KERNEL by default
 2019-04-11 22:18 UTC  (5+ messages)

[PATCH v1 0/4] memory: tegra: Fix memory arbitration programming
 2019-04-11 22:12 UTC  (5+ messages)
` [PATCH v1 1/4] memory: tegra: Fix missed registers values latching
` [PATCH v1 2/4] memory: tegra: Fix integer overflow on tick value calculation
` [PATCH v1 3/4] memory: tegra: Replace readl-writel with mc_readl-mc_writel
` [PATCH v1 4/4] Revert "ARM: tegra: Restore memory arbitration on resume from LP1 on Tegra30+"

[PATCH v2 0/7] Multicolor Framework
 2019-04-11 22:07 UTC  (7+ messages)
` [PATCH v2 2/7] dt: bindings: Add multicolor class dt bindings documention
` [PATCH v2 6/7] dt: bindings: lp50xx: Introduce the lp50xx family of RGB drivers
` [PATCH v2 7/7] leds: lp50xx: Add the LP50XX family of the RGB LED driver

[PATCH] dt-bindings: usb: dwc2: document the vbus-supply property
 2019-04-11 22:06 UTC  (4+ messages)

[PATCH v1 0/5] clk: tegra: EMC/MC clock fixes and improvements
 2019-04-11 22:02 UTC  (6+ messages)
` [PATCH v1 1/5] clk: tegra: emc: Don't enable EMC clock manually
` [PATCH v1 2/5] clk: tegra: emc: Support multiple ram codes parsing
` [PATCH v1 3/5] clk: tegra: emc: Fix EMC max-rate clamping
` [PATCH v1 4/5] clk: tegra: emc: Replace BUG() with WARN_ONCE()
` [PATCH v1 5/5] clk: tegra: divider: Mark Memory Controller clock as read-only

[PATCH] pinctrl: Add kernel config PINCTRL_MTK_V2
 2019-04-11 22:04 UTC  (2+ messages)

[PATCH 0/4] meson-nand: small code improvements
 2019-04-11 22:00 UTC  (5+ messages)
` [PATCH 1/4] mtd: rawnand: meson: use struct_size macro
` [PATCH 2/4] mtd: rawnand: meson: use of_property_count_elems_of_size helper
` [PATCH 3/4] mtd: rawnand: meson: use a void pointer for meson_nfc_dma_buffer_setup
` [PATCH 4/4] mtd: rawnand: meson: only initialize the RB completion once

[RFC 0/2] opportunistic memory reclaim of a killed process
 2019-04-11 21:59 UTC  (12+ messages)
` [RFC 2/2] signal: extend pidfd_send_signal() to allow expedited process killing

BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low!
 2019-04-11 21:50 UTC  (2+ messages)

[PATCH v6 0/8] mmu notifier provide context informations
 2019-04-11 21:50 UTC  (5+ messages)
` [PATCH v6 7/8] mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening v2

[PATCH v1 0/2] clk: Tegra124 PLLM fixes
 2019-04-11 21:48 UTC  (3+ messages)
` [PATCH v1 1/2] clk: tegra: Fix PLLM programming on Tegra124+ when PMC overrides divider
` [PATCH v1 2/2] clk: tegra124: Remove lock-enable bit from PLLM

[PATCH] ext4: bad mount opts in no journal mode
 2019-04-11 21:49 UTC 

[PATCH 0/4] Allwinner H6 SPDIF support
 2019-04-11 21:44 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: sound: sun4i-spdif: Add Allwinner H6 compatible
` [PATCH 2/4] arm64: dts: allwinner: Add SPDIF node for Allwinner H6
` [PATCH 3/4] arm64: dts: allwinner: h6: Enable SPDIF for Beelink GS1
` [PATCH 4/4] arm64: defconfig: Enable Sun4i SPDIF module

[GIT PULL] Btrfs fixes for 5.1-rc5
 2019-04-11 21:45 UTC  (2+ messages)

general protection fault in kvm_pv_send_ipi
 2019-04-11 21:39 UTC  (2+ messages)

[PATCH 0/2] Add support of Temperature sensor Clock for G12 SoC
 2019-04-11 21:38 UTC  (3+ messages)
` [PATCH 2/2] clk: meson-g12a: Add Temperature Sensor clock

linux-next: Fixes tag needs some work in the apparmor tree
 2019-04-11 21:32 UTC 

[PATCH] module: Make srcu_struct ptr array as read-only
 2019-04-11 21:31 UTC  (2+ messages)

[PATCH] mm/hotplug: treat CMA pages as unmovable
 2019-04-11 21:31 UTC 

[PATCH REPOST] docs: Add struct file refcounting and SCM_RIGHTS mess info
 2019-04-11 21:30 UTC  (2+ messages)

[RFC PATCH 0/2] mm/memcontrol: Finer-grained memory control
 2019-04-11 21:21 UTC  (4+ messages)

linux-next: Fixes tag needs some work in the mmc-fixes tree
 2019-04-11 21:20 UTC 

[PATCH v2 0/4] Use MFD framework for SGI IOC3 drivers
 2019-04-11 21:17 UTC  (3+ messages)
` [PATCH v2 3/4] MIPS: SGI-IP27: fix readb/writeb addressing

[PATCH v4 0/2] tty: serial: add DT bindings and serial driver for the SiFive FU540 UART
 2019-04-11 21:14 UTC  (5+ messages)
` [PATCH v4 2/2] tty: serial: add driver for the SiFive UART

1808d65b55 ("asm-generic/tlb: Remove arch_tlb*_mmu()"): BUG: KASAN: stack-out-of-bounds in __change_page_attr_set_clr
 2019-04-11 21:13 UTC  (4+ messages)

linux-next: Fixes tag needs some work in the net tree
 2019-04-11 21:12 UTC 

[PATCH 1/2] stmmac: introduce flag to dynamically disable TX offload for rockchip devices
 2019-04-11 21:09 UTC  (18+ messages)

iwlwifi: BUG: unable to handle kernel paging request at ffffc90000e1c808
 2019-04-11 21:07 UTC 

[PATCH] clocksource/drivers/timer-ti-dm: Remove omap_dm_timer_set_load_start
 2019-04-11 20:56 UTC  (10+ messages)

[PATCH 0/7] s390: vfio-ap: dynamic configuration support
 2019-04-11 21:03 UTC  (8+ messages)
` [PATCH 1/7] s390: zcrypt: driver callback to indicate resource in use
` [PATCH 2/7] s390: vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH 3/7] s390: vfio-ap: allow assignment of unavailable AP resources to mdev device
` [PATCH 4/7] s390: vfio-ap: allow hot plug/unplug of AP resources using "
` [PATCH 5/7] s390: vfio-ap: wait for queue empty on queue reset
` [PATCH 6/7] s390: vfio-ap: handle dynamic config/deconfig of AP adapter
` [PATCH 7/7] s390: vfio-ap: update documentation

crypto: Kernel memory overwrite attempt detected to spans multiple pages
 2019-04-11 20:56 UTC  (13+ messages)

[RFC PATCH v3 00/15] Slab Movable Objects (SMO)
 2019-04-11 21:02 UTC  (6+ messages)
` [RFC PATCH v3 14/15] dcache: Implement partial shrink via Slab Movable Objects

[PATCH] dns: remove redundant zero length namelen check
 2019-04-11 21:02 UTC  (2+ messages)

[PATCH v2] net: netrom: Fix error cleanup path of nr_proto_init
 2019-04-11 21:00 UTC  (2+ messages)

[PATCH 00/17] add new features for FPGA DFL drivers
 2019-04-11 20:55 UTC  (10+ messages)
` [PATCH 09/17] fpga: dfl: add id_table for dfl private feature driver
` [PATCH 10/17] fpga: dfl: afu: export __port_enable/disable function
` [PATCH 12/17] fpga: dfl: afu: add STP (SignalTap) support

next/master boot bisection: next-20190215 on beaglebone-black
 2019-04-11 20:53 UTC  (20+ messages)

[PATCH v2] arm64: dts: qcom: Add Lenovo Miix 630
 2019-04-11 20:51 UTC 

[PATCH 1/2] s390: Convert IS_ENABLED uses to __is_defined
 2019-04-11 20:48 UTC  (3+ messages)

[PATCH v14 4/4] PM / Domains: Add genpd governor for CPUs
 2019-04-11 20:44 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: clock: jz4725b-cgu: Add UDC PHY clock
 2019-04-11 20:41 UTC  (4+ messages)
` [PATCH 2/2] clk: ingenic: jz4725b: "

[PATCH 0/3] Qualcomm QCS404 Turing Clock Controller
 2019-04-11 20:36 UTC  (3+ messages)
` [PATCH 3/3] clk: qcom: Add QCS404 TuringCC


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