linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-10 00:31:42 to 2019-12-10 04:20:30 UTC [more...]

[PATCH tip/core/rcu 0/9] RCU list updates for v5.6
 2019-12-10  4:20 UTC  (9+ messages)
` [PATCH tip/core/rcu 1/9] rculist: Describe variadic macro argument in a Sphinx-compatible way
` [PATCH tip/core/rcu 2/9] list: Add hlist_unhashed_lockless()
` [PATCH tip/core/rcu 4/9] rcu: Use WRITE_ONCE() for assignments to ->pprev for hlist_nulls
` [PATCH tip/core/rcu 5/9] rcu: Add and update docbook header comments in list.h
` [PATCH tip/core/rcu 6/9] rcu: Add a hlist_nulls_unhashed_lockless() function
` [PATCH tip/core/rcu 7/9] rculist_nulls: Add docbook comments
` [PATCH tip/core/rcu 8/9] rculist_nulls: Change docbook comment headers
` [PATCH tip/core/rcu 9/9] rculist.h: Add list_tail_rcu()

[PATCH net-next v3 0/2] Fix Tx/Rx FIFO depth for DP83867
 2019-12-10  4:19 UTC  (2+ messages)

[PATCH] NFC: nxp-nci: Fix probing without ACPI
 2019-12-10  4:16 UTC  (2+ messages)

[PATCH v3 0/4] devfreq: Clean up exynos-bus driver
 2019-12-10  4:20 UTC  (7+ messages)
  ` [PATCH v3 4/4] devfreq: exynos-bus: Clean up code
  ` [PATCH v3 1/4] devfreq: exynos-bus: Extract exynos_bus_profile_init()
  ` [PATCH v3 2/4] devfreq: exynos-bus: Extract exynos_bus_profile_init_passive()

[PATCH tip/core/rcu 0/7] kfree_rcu() updates for v5.6
 2019-12-10  4:11 UTC  (8+ messages)
` [PATCH tip/core/rcu 1/7] rcu: Add basic support for kfree_rcu() batching
` [PATCH tip/core/rcu 2/7] rcuperf: Add kfree_rcu() performance Tests
` [PATCH tip/core/rcu 3/7] rcu: Make kfree_rcu() use a non-atomic ->monitor_todo
` [PATCH tip/core/rcu 4/7] rcu: Add multiple in-flight batches of kfree_rcu() work
` [PATCH tip/core/rcu 5/7] rcu: Add support for debug_objects debugging for kfree_rcu()
` [PATCH tip/core/rcu 6/7] rcu: Remove kfree_rcu() special casing and lazy-callback handling
` [PATCH tip/core/rcu 7/7] rcu: Remove kfree_call_rcu_nobatch()

[PATCH tip/core/rcu 0/12] Miscellaneous fixes for v5.6
 2019-12-10  4:07 UTC  (13+ messages)
` [PATCH tip/core/rcu 01/12] rcu: Remove rcu_swap_protected()
` [PATCH tip/core/rcu 02/12] rcu: Mark non-global functions and variables as static
` [PATCH tip/core/rcu 03/12] rcu: Fix harmless omission of "CONFIG_" from #if condition
` [PATCH tip/core/rcu 04/12] rcu: Fix tracepoint tracking RCU CPU kthread utilization
` [PATCH tip/core/rcu 05/12] rcu: Remove the declaration of call_rcu() in tree.h
` [PATCH tip/core/rcu 06/12] rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.h
` [PATCH tip/core/rcu 07/12] rcu: Move rcu_{expedited,normal} definitions into rcupdate.h
` [PATCH tip/core/rcu 08/12] rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask()
` [PATCH tip/core/rcu 09/12] srcu: Apply *_ONCE() to ->srcu_last_gp_end
` [PATCH tip/core/rcu 10/12] .mailmap: Add entries for old paulmck@kernel.org addresses
` [PATCH tip/core/rcu 11/12] powerpc: Remove comment about read_barrier_depends()
` [PATCH tip/core/rcu 12/12] rcu: Remove unused stop-machine #include

[PATCH] crypto: hisilicon - still no need to check return value of debugfs_create functions
 2019-12-10  4:05 UTC  (2+ messages)

[PATCH tip/core/rcu 0/10] Expedited grace-period updates for v5.6
 2019-12-10  4:01 UTC  (11+ messages)
` [PATCH tip/core/rcu 01/10] rcu: Use *_ONCE() to protect lockless ->expmask accesses
` [PATCH tip/core/rcu 02/10] rcu: Avoid modifying mask_ofl_ipi in sync_rcu_exp_select_node_cpus()
` [PATCH tip/core/rcu 03/10] rcu: Fix data-race due to atomic_t copy-by-value
` [PATCH tip/core/rcu 04/10] rcu: Substitute lookup for bit-twiddling in sync_rcu_exp_select_node_cpus()
` [PATCH tip/core/rcu 05/10] rcu: Fix missed wakeup of exp_wq waiters
` [PATCH tip/core/rcu 06/10] rcu: Allow only one expedited GP to run concurrently with wakeups
` [PATCH tip/core/rcu 07/10] rcu: Rename sync_rcu_preempt_exp_done() to sync_rcu_exp_done()
` [PATCH tip/core/rcu 08/10] rcu: Update tree_exp.h function-header comments
` [PATCH tip/core/rcu 09/10] rcu: Replace synchronize_sched_expedited_wait() "_sched" with "_rcu"
` [PATCH tip/core/rcu 10/10] rcu: Enable tick for nohz_full CPUs slow to provide expedited QS

[PATCH] arm64: dts: a1: add saradc controller
 2019-12-10  3:57 UTC  (3+ messages)

[PATCH tip/core/rcu 0/7] Documentation updates for v5.6
 2019-12-10  3:56 UTC  (8+ messages)
` [PATCH tip/core/rcu 1/7] doc: Convert arrayRCU.txt to arrayRCU.rst
` [PATCH tip/core/rcu 2/7] doc: Converted NMI-RCU.txt to NMI-RCU.rst
` [PATCH tip/core/rcu 3/7] doc: Convert whatisRCU.txt to .rst
` [PATCH tip/core/rcu 4/7] doc: Convert to rcu_dereference.txt to rcu_dereference.rst
` [PATCH tip/core/rcu 5/7] doc: Convert to rcubarrier.txt to ReST
` [PATCH tip/core/rcu 6/7] doc: Updated full list of RCU API in whatisRCU.rst
` [PATCH tip/core/rcu 7/7] doc: Fix typo s/deference/dereference/

[PATCH v2] KVM: x86: use CPUID to locate host page table reserved bits
 2019-12-10  3:53 UTC  (3+ messages)

[PATCH 00/18] Tegra XUSB OTG support
 2019-12-10  3:52 UTC  (4+ messages)
` [PATCH 03/18] phy: tegra: xusb: Add usb-role-switch support

[PATCH tip/core/rcu 0/12] Torture-test updates for v5.6
 2019-12-10  3:42 UTC  (13+ messages)
` [PATCH tip/core/rcu 01/12] torture: Use gawk instead of awk for systime() function
` [PATCH tip/core/rcu 02/12] rcutorture: Dispense with Dracut for initrd creation
` [PATCH tip/core/rcu 03/12] torture: Handle jitter for CPUs that cannot be offlined
` [PATCH tip/core/rcu 04/12] torture: Handle systems lacking the mpstat command
` [PATCH tip/core/rcu 05/12] rcutorture: Add worst-case call_rcu() forward-progress results
` [PATCH tip/core/rcu 06/12] rcutorture: Pull callback forward-progress data into rcu_fwd struct
` [PATCH tip/core/rcu 07/12] rcutorture: Thread rcu_fwd pointer through forward-progress functions
` [PATCH tip/core/rcu 08/12] rcutorture: Move to dynamic initialization of rcu_fwds
` [PATCH tip/core/rcu 09/12] rcutorture: Complete threading rcu_fwd pointers through functions
` [PATCH tip/core/rcu 10/12] rcutorture: Dynamically allocate rcu_fwds structure
` [PATCH tip/core/rcu 11/12] torture: Allow "CFLIST" to specify default list of scenarios
` [PATCH tip/core/rcu 12/12] torture: Hoist calls to lscpu to higher-level kvm.sh script

[PATCH v3 0/4] media: meson: vdec: Add compliant H264 support
 2019-12-10  3:42 UTC  (2+ messages)

[RFC PATCH v9 0/8] Enable ptp_kvm for arm64
 2019-12-10  3:40 UTC  (9+ messages)
` [RFC PATCH v9 1/8] arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()
` [RFC PATCH v9 2/8] psci: let arm_smccc_1_1_invoke available by modules
` [RFC PATCH v9 3/8] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v9 4/8] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v9 5/8] clocksource: Add clocksource id for arm arch counter
` [RFC PATCH v9 6/8] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v9 7/8] ptp: arm64: Enable ptp_kvm for arm64
` [RFC PATCH v9 8/8] kvm: arm64: Add capability check extension for ptp_kvm

[PATCH 1/8] brcmfmac: reset two D11 cores if chip has two D11 cores
 2019-12-10  3:38 UTC  (15+ messages)
` [PATCH 2/8] brcmfmac: set F2 blocksize and watermark for 4359
` [PATCH 4/8] brcmfmac: make errors when setting roaming parameters non-fatal
` [PATCH 5/8] brcmfmac: add support for BCM4359 SDIO chipset
` [PATCH 6/8] brcmfmac: add RSDB condition when setting interface combinations
` [PATCH 7/8] brcmfmac: not set mbss in vif if firmware does not support MBSS
` [PATCH 8/8] arm64: dts: rockchip: RockPro64: enable wifi module at sdio0

lockdep warns: cpu_hotplug_lock.rw_sem --> slab_mutex --> kn->count#39
 2019-12-10  3:34 UTC  (4+ messages)

[PATCH net/tipc] Replace rcu_swap_protected() with rcu_replace_pointer()
 2019-12-10  3:31 UTC 

single aio thread is migrated crazily by scheduler
 2019-12-10  3:27 UTC  (11+ messages)

[PATCH v2] support gce on mt6779 platform
 2019-12-10  3:24 UTC  (9+ messages)
` [PATCH v2 02/14] mailbox: cmdq: variablize address shift in platform
` [PATCH v2 03/14] mailbox: cmdq: support mt6779 gce platform definition
` [PATCH v2 04/14] mailbox: mediatek: cmdq: clear task in channel before shutdown
` [PATCH v2 07/14] soc: mediatek: cmdq: add assign function

[rcu:dev.2019.12.08a 37/105] net/tipc/crypto.c:261:39: error: implicit declaration of function 'lockdep_is_held'; did you mean 'lockdep_rtnl_is_held'?
 2019-12-10  3:18 UTC  (2+ messages)

[PATCH v2] x86/platform/goldfish: add a check for platform_device_register_simple
 2019-12-10  3:15 UTC 

[PATCH v2] media: go7007: fix a miss of snd_card_free
 2019-12-10  3:15 UTC 

[PATCH v2] media: allegro: add the missed check for v4l2_m2m_ctx_init
 2019-12-10  3:15 UTC 

Linux 5.5-rc1
 2019-12-10  3:13 UTC  (2+ messages)
` linux-next: stats (Was: Linux 5.5-rc1)

[PATCH v5 0/2] Enable IOMMU support for pseries Secure VMs
 2019-12-10  3:08 UTC  (5+ messages)
` [PATCH v5 1/2] powerpc/pseries/iommu: Share the per-cpu TCE page with the hypervisor
  ` [PATCH v5 2/2] powerpc/pseries/iommu: Use dma_iommu_ops for Secure VM

linux-next: Tree for Dec 10
 2019-12-10  3:02 UTC 

[RFC PATCH] block/genhd: Notify udev about capacity change
 2019-12-10  3:01 UTC 

[PATCH 0/2] pipe: Fixes [ver #2]
 2019-12-10  2:58 UTC  (2+ messages)

[PATCH v7 0/2] phy: intel-lgm-emmc: Add support for eMMC PHY
 2019-12-10  2:53 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: phy: intel-emmc-phy: Add YAML schema for LGM "
` [PATCH v7 2/2] phy: intel-lgm-emmc: Add support for "

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-10  2:44 UTC  (8+ messages)
` [RFC PATCH 1/9] vfio/pci: introduce mediate ops to intercept vfio-pci ops

[PATCH] initramfs: forcing panic when kstrdup failed
 2019-12-10  2:48 UTC 

[PATCH] arm64: dts: meson-a1: add I2C nodes
 2019-12-10  2:46 UTC  (3+ messages)

[RESEND PATCH v9 0/4] Add uacce module for Accelerator
 2019-12-10  2:42 UTC  (5+ messages)
` [RESEND PATCH v9 1/4] uacce: Add documents for uacce
` [RESEND PATCH v9 2/4] uacce: add uacce driver
` [RESEND PATCH v9 3/4] crypto: hisilicon - Remove module_param uacce_mode
` [RESEND PATCH v9 4/4] crypto: hisilicon - register zip engine to uacce

[PATCH 0/6] input: elants: Support Asus TF300T touchscreen
 2019-12-10  2:38 UTC  (11+ messages)
` [PATCH 3/6] input: elants: support common touchscreen DT properties
` [PATCH 5/6] input: elants: refactor elants_i2c_execute_command()
` [PATCH 6/6] input: elants: read touchscreen size for EKTF3624

[PATCH v2 0/5] PLX Switch DMA Engine Driver
 2019-12-10  2:33 UTC  (3+ messages)
` [PATCH v2 3/5] dmaengine: plx-dma: Introduce PLX DMA engine PCI driver skeleton

[PATCH] hugetlbfs: Disable IRQ when taking hugetlb_lock in set_max_huge_pages()
 2019-12-10  2:37 UTC  (4+ messages)

[PATCH v8 00/19] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-12-10  2:35 UTC  (6+ messages)

[PATCH v1 3/4] arm64: dts: ls1028a: fix little-big endian issue for dcfg
 2019-12-10  2:34 UTC  (3+ messages)

[PATCH] uvcvideo: Also validate buffers in BULK mode
 2019-12-10  2:30 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4 00/16] dynamic-debug cleanups, 2 new features
 2019-12-10  2:27 UTC  (17+ messages)
` [PATCH v4 01/16] dyndbg-docs: eschew file /full/path query in docs
` [PATCH v4 02/16] dyndbg: drop obsolete comment on ddebug_proc_open
` [PATCH v4 03/16] dyndbg: raise verbosity needed to enable ddebug_proc_* logging
` [PATCH v4 04/16] dyndbg: rename __verbose section to __dyndbg
` [PATCH v4 05/16] dyndbg: fix overcounting of ram used by dyndbg
` [PATCH v4 06/16] dyndbg: fix a BUG_ON in ddebug_describe_flags
` [PATCH v4 07/16] dyndbg: refactor parse_linerange out of ddebug_parse_query
` [PATCH v4 08/16] dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'
` [PATCH v4 09/16] dyndbg: refactor ddebug_read_flags out of ddebug_parse_flags
` [PATCH v4 10/16] dyndbg: combine flags & mask into a struct, use that
` [PATCH v4 11/16] dyndbg: add filter parameter to ddebug_parse_flags
` [PATCH v4 12/16] dyndbg: extend ddebug_parse_flags to accept optional filter-flags
` [PATCH v4 13/16] dyndbg: prefer declarative init in caller, to memset in callee
` [PATCH v4 14/16] dyndbg: add user-flag, negating-flags, and filtering on flags
` [PATCH v4 15/16] dyndbg: allow negating flag-chars in modflags
` [PATCH v4 16/16] dyndbg: make ddebug_tables list LIFO for add/remove_module

[EXT] [PATCH v2 2/5] arm64: dts: ls1028a: add missing sai nodes
 2019-12-10  2:26 UTC 

linux-next: build failure after merge of the selinux tree
 2019-12-10  2:25 UTC  (2+ messages)

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-12-10  2:19 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/2] sched/numa: introduce numa locality
    ` [PATCH v4 "
      ` [PATCH v5 "

[PATCH] gpio: gpio-mockup: Fix usage of new GPIO_LINE_DIRECTION
 2019-12-10  2:15 UTC 

[PATCH] block: fix "check bi_size overflow before merge"
 2019-12-10  2:12 UTC  (2+ messages)

[PATCH 1/6] f2fs: call f2fs_balance_fs outside of locked page
 2019-12-10  2:09 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 0/4] irqchip/meson-gpio: Add support for Meson-A1 SoC
 2019-12-10  2:08 UTC  (4+ messages)
` [PATCH 2/4] irqchip/meson-gpio: rework meson irqchip driver to support meson-A1 SoCs

[PATCH] fpga: dfl: support multiple opens on feature device node
 2019-12-10  2:06 UTC  (2+ messages)

[rcu:dev.2019.12.08a 37/105] drivers/net//wireless/mediatek/mt76/agg-rx.c:284:2: error: implicit declaration of function 'rcu_swap_protected'; did you mean 'mem_cgroup_protected'?
 2019-12-10  2:05 UTC 

[PATCH v1] clk: tegra: Fix double-free in tegra_clk_init()
 2019-12-10  2:05 UTC 

[PATCH 01/17] clk: sunxi: sunxi-ng: convert to devm_platform_ioremap_resource
 2019-12-10  2:10 UTC  (3+ messages)
  ` [PATCH 03/17] clk: samsung: "

BUG: unable to handle kernel NULL pointer dereference in rb_insert_color
 2019-12-10  2:01 UTC  (3+ messages)
` ppc64el kernel access of bad area (ext4_htree_store_dirent->rb_insert_color)

[PATCH v1] i2c: tegra: Support atomic transfers
 2019-12-10  1:58 UTC 

[PATCH bpf-next 11/15] bpftool: add skeleton codegen command
 2019-12-10  1:57 UTC 

[PATCH 0/4] PM / devfreq: add possibility for delayed work
 2019-12-10  1:54 UTC  (7+ messages)
  ` [PATCH 1/4] PM / devfreq: reuse system workqueue machanism
  ` [PATCH 2/4] PM / devfreq: add possibility for delayed work
  ` [PATCH 3/4] PM / devfreq: Kconfig: add DEVFREQ_DELAYED_TIMER option

[PATCH RFC 0/1] Threaded handler uses irq affinity for when the interrupt is managed
 2019-12-10  1:43 UTC  (5+ messages)
` [PATCH RFC 1/1] genirq: Make threaded handler use irq affinity for managed interrupt

[PATCH v5 0/6] reorganize and add FADump sysfs files
 2019-12-10  1:42 UTC  (4+ messages)
` [PATCH v5 3/6] powerpc/fadump: reorganize /sys/kernel/fadump_* "

[PATCH v1] sdhci: tegra: Add workaround for Broadcom WiFi
 2019-12-10  1:40 UTC 

[PATCH V4] scsi: avoid potential deadlock in iscsi_if_rx func
 2019-12-10  1:39 UTC  (4+ messages)

BUG: unable to handle kernel NULL pointer dereference in mem16_serial_out
 2019-12-10  1:38 UTC  (2+ messages)

[PATCH] hexagon: work around compiler crash
 2019-12-10  1:36 UTC  (3+ messages)

[PATCH] ASoC: cs42l42: add missed regulator_bulk_disable in remove and fix probe failure
 2019-12-10  1:32 UTC  (5+ messages)

Add initial support for Ingenic X1000 SoC and Y&A CU Neo board v7
 2019-12-10  1:30 UTC  (7+ messages)
` [PATCH v7 5/6] MIPS: X1000: Add missing X1000 nodes
` [PATCH v7 6/6] MIPS: CU1000: Add devicetree & config with PDMA/MSC/RTC/WDT/NET enabled

[PATCH v2 24/28] drm/mediatek: hdmi: Use drm_bridge_init()
 2019-12-10  1:24 UTC  (2+ messages)

[PATCH] mm: fix hanging shrinker management on long do_shrink_slab
 2019-12-10  1:20 UTC  (5+ messages)

[PATCH v5 0/8] VT-d Native Shared virtual memory cleanup and fixes
 2019-12-10  1:14 UTC  (3+ messages)

[PATCH 0/2] Hexagon fixes
 2019-12-10  1:05 UTC  (5+ messages)
` [PATCH 1/2] hexagon: define ioremap_uc
` [PATCH 2/2] hexagon: parenthesize registers in asm predicates

[PATCH v1 2/3] fs/proc/page.c: allow inspection of last section and fix end detection
 2019-12-10  1:04 UTC  (3+ messages)

[PATCH] ACPI/HMAT: Fix the parsing of Cache Associativity and Write Policy
 2019-12-10  1:04 UTC  (3+ messages)

[RFC/PATCH] printk: Fix preferred console selection with multiple matches
 2019-12-10  0:57 UTC 

[PATCH] arm64: allwinner: Enable Bluetooth and WiFi on sopine baseboard
 2019-12-10  0:56 UTC  (3+ messages)

[rcu] ed93dfc6bc: stress-ng.icache.ops_per_sec -15.0% regression
 2019-12-10  0:57 UTC  (4+ messages)

[PATCH v8 00/26] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-10  0:56 UTC  (3+ messages)
` [PATCH v8 17/26] media/v4l2-core: set pages dirty upon releasing DMA buffers

[PATCH v2] scsi: ufs: Update L4 attributes on manual hibern8 exit in Cadence UFS
 2019-12-10  0:54 UTC  (2+ messages)

[PATCH v3 00/15] Move PMC clocks into Tegra PMC driver
 2019-12-10  0:54 UTC  (8+ messages)
` [PATCH v3 08/15] ASoC: tegra: Add audio mclk control through clk_out_1 and extern1

[PATCH 4.14 000/209] 4.14.158-stable review
 2019-12-10  0:52 UTC  (8+ messages)

[PATCH v2] scsi: ufs: delete unused structure filed tr
 2019-12-10  0:51 UTC  (2+ messages)

[PATCH] iio:adc:ad7923: Add support for the ad7908/ad7918/ad7928
 2019-12-10  0:47 UTC  (3+ messages)

cputime takes cstate into consideration
 2019-12-10  0:44 UTC  (10+ messages)

[PATCH] mwifiex: start out with BSS type ANY, not STA
 2019-12-10  0:41 UTC  (2+ messages)

[PATCH v0] irqchip/gic-v3: Avoid check of lpi configuration for non existent cpu
 2019-12-10  0:39 UTC  (2+ messages)

[PATCH] mwifiex: delete unused mwifiex_get_intf_num()
 2019-12-10  0:39 UTC 

[PATCH v2 0/1] ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron
 2019-12-10  0:32 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCHv1 2/2] usb: gadget: add udc driver for max3420
 2019-12-10  0:31 UTC 


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