linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-01 19:18:42 to 2019-08-01 22:43:20 UTC [more...]

[PATCH v3 0/6] mm / virtio: Provide support for unused page reporting
 2019-08-01 22:41 UTC  (8+ messages)
` [PATCH v3 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v3 2/6] mm: Move set/get_pcppage_migratetype to mmzone.h
` [PATCH v3 3/6] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v3 4/6] mm: Introduce Reported pages
` [PATCH v3 5/6] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v3 6/6] virtio-balloon: Add support for providing unused page reports to host
` [PATCH v3 QEMU 1/2] virtio-ballon: Implement support for page poison tracking feature

[PATCH tip/core/rcu 0/8] RCU list-traversal lockdep updates for v5.4
 2019-08-01 22:42 UTC  (4+ messages)
` [PATCH tip/core/rcu 2/8] rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held()
` [PATCH tip/core/rcu 5/8] ipv4: Add lockdep condition to fix for_each_entry()
` [PATCH tip/core/rcu 8/8] acpi: Use built-in RCU list checking for acpi_ioremaps list

linux-next: Signed-off-by missing for commit in the cifs tree
 2019-08-01 22:42 UTC  (2+ messages)

Bug#921146: Program mksquashfs from squashfs-tools 1:4.3-11 does not make use all CPU cores
 2019-08-01 22:41 UTC  (3+ messages)

[PATCH] thermal: int340x: processor_thermal: Add Ice Lake support
 2019-08-01 22:39 UTC 

[PATCH tip/core/rcu 0/12] Miscellaneous fixes for v5.4
 2019-08-01 22:37 UTC  (13+ messages)
` [PATCH tip/core/rcu 01/12] lockdep: Make print_lock() address visible
` [PATCH tip/core/rcu 02/12] time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
` [PATCH tip/core/rcu 03/12] rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()
` [PATCH tip/core/rcu 04/12] rcu: Add kernel parameter to dump trace after RCU CPU stall warning
` [PATCH tip/core/rcu 05/12] rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK()
` [PATCH tip/core/rcu 06/12] srcu: Avoid srcutorture security-based pointer obfuscation
` [PATCH tip/core/rcu 07/12] rcu: Change return type of rcu_spawn_one_boost_kthread()
` [PATCH tip/core/rcu 08/12] doc: Add rcutree.kthread_prio pointer to stallwarn.txt
` [PATCH tip/core/rcu 09/12] idle: Prevent late-arriving interrupts from disrupting offline
` [PATCH tip/core/rcu 10/12] rcu: Remove redundant "if" condition from rcu_gp_is_expedited()
` [PATCH tip/core/rcu 11/12] arm: Use common outgoing-CPU-notification code
` [PATCH tip/core/rcu 12/12] rcu: Fix spelling mistake "greate"->"great"

[PATCH 1/1] fs/splice.c: Fix old documentation about moving pages
 2019-08-01 22:38 UTC 

[PATCH] Add default binder devices through binderfs when configured
 2019-08-01 22:35 UTC 

[PATCH v3 RESEND] f2fs: introduce sb.required_features to store incompatible features
 2019-08-01 22:35 UTC  (6+ messages)

[PATCH tip/core/rcu 0/3] Straggling consolidation cleanups for v5.4
 2019-08-01 22:31 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] rcu: Simplify rcu_read_unlock_special() deferred wakeups
` [PATCH tip/core/rcu 2/3] rcu: Make rcu_read_unlock_special() checks match raise_softirq_irqoff()
` [PATCH tip/core/rcu 3/3] rcu: Simplify rcu_note_context_switch exit from critical section

[PATCH v2] powerpc: Support CMDLINE_EXTEND
 2019-08-01 22:32 UTC  (3+ messages)

[PATCH v2] f2fs: separate NOCoW and pinfile semantics
 2019-08-01 22:27 UTC  (10+ messages)

[Regression] Commit "nvme/pci: Use host managed power state for suspend" has problems
 2019-08-01 22:26 UTC  (17+ messages)

[PATCH RFC memory-model 0/31] LKMM updates for review
 2019-08-01 22:20 UTC  (32+ messages)
` [PATCH RFC memory-model 01/31] tools/memory-model: Make scripts be executable
` [PATCH RFC memory-model 02/31] tools/memory-model: Make judgelitmus.sh note timeouts
` [PATCH RFC memory-model 03/31] tools/memory-model: Make cmplitmushist.sh "
` [PATCH RFC memory-model 04/31] tools/memory-model: Make judgelitmus.sh identify bad macros
` [PATCH RFC memory-model 05/31] tools/memory-model: Make judgelitmus.sh detect hard deadlocks
` [PATCH RFC memory-model 06/31] tools/memory-model: Fix paulmck email address on pre-existing scripts
` [PATCH RFC memory-model 07/31] tools/memory-model: Update parseargs.sh for hardware verification
` [PATCH RFC memory-model 08/31] tools/memory-model: Make judgelitmus.sh handle hardware verifications
` [PATCH RFC memory-model 09/31] tools/memory-model: Add simpletest.sh to check locking, RCU, and SRCU
` [PATCH RFC memory-model 10/31] tools/memory-model: Fix checkalllitmus.sh comment
` [PATCH RFC memory-model 11/31] tools/memory-model: Hardware checking for check{,all}litmus.sh
` [PATCH RFC memory-model 12/31] tools/memory-model: Make judgelitmus.sh ransack .litmus.out files
` [PATCH RFC memory-model 13/31] tools/memory-model: Split runlitmus.sh out of checklitmus.sh
` [PATCH RFC memory-model 14/31] tools/memory-model: Make runlitmus.sh generate .litmus.out for --hw
` [PATCH RFC memory-model 15/31] tools/memory-model: Move from .AArch64.litmus.out to .litmus.AArch.out
` [PATCH RFC memory-model 16/31] tools/memory-model: Keep assembly-language litmus tests
` [PATCH RFC memory-model 17/31] tools/memory-model: Allow herd to deduce CPU type
` [PATCH RFC memory-model 18/31] tools/memory-model: Make runlitmus.sh check for jingle errors
` [PATCH RFC memory-model 19/31] tools/memory-model: Add -v flag to jingle7 runs
` [PATCH RFC memory-model 20/31] tools/memory-model: Implement --hw support for checkghlitmus.sh
` [PATCH RFC memory-model 21/31] tools/memory-model: Fix scripting --jobs argument
` [PATCH RFC memory-model 22/31] tools/memory-model: Make checkghlitmus.sh use mselect7
` [PATCH RFC memory-model 23/31] tools/memory-model: Make history-check scripts "
` [PATCH RFC memory-model 24/31] tools/memory-model: Add "--" to parseargs.sh for additional arguments
` [PATCH RFC memory-model 25/31] tools/memory-model: Repair parseargs.sh header comment
` [PATCH RFC memory-model 26/31] tools/memory-model: Add checktheselitmus.sh to run specified litmus tests
` [PATCH RFC memory-model 27/31] tools/memory-model: Add data-race capabilities to judgelitmus.sh
` [PATCH RFC memory-model 28/31] tools/memory-model: Make judgelitmus.sh handle scripted Result: tag
` [PATCH RFC memory-model 29/31] tools/memory-model: Use "-unroll 0" to keep --hw runs finite
` [PATCH RFC memory-model 30/31] tools/memory-model: Use cumul-fence instead of fence in ->prop example
` [PATCH RFC memory-model 31/31] tools/memory-model: Update the informal documentation

[PATCH] sched/fair: Cleanup task->numa_work initialization
 2019-08-01 22:18 UTC  (2+ messages)

[PATCH] net: dsa: mv88e6xxx: extend PTP gettime function to read system clock
 2019-08-01 22:17 UTC  (2+ messages)

[trivial PATCH] treewide: spelling funcitons -> functions
 2019-08-01 22:15 UTC 

[PATCH] tipc: compat: allow tipc commands without arguments
 2019-08-01 22:15 UTC  (2+ messages)

[PATCH v6] PM / wakeup: show wakeup sources stats in sysfs
 2019-08-01 22:11 UTC  (18+ messages)

[PATCH v2 1/2] idr: Document calling context for IDA APIs mustn't use locks
 2019-08-01 22:07 UTC  (3+ messages)
` [PATCH v2 2/2] idr: Document that ida_simple_{get,remove}() are deprecated

[PATCH] x86/asm: Add support for MOVDIR64B instruction
 2019-08-01 22:06 UTC  (6+ messages)

Marking legacy watchdog drivers as deprecated / obsolete
 2019-08-01 21:58 UTC  (4+ messages)

[PATCH] ARM: dts: rockchip: Add pin names for rk3288-veyron fievel
 2019-08-01 22:03 UTC 

[PATCH] drm/nouveau: Only release VCPI slots on mode changes
 2019-08-01 22:02 UTC 

[PATCH] PCI: Use pci_reset_bus() in quirk_reset_lenovo_thinkpad_50_nvgpu()
 2019-08-01 22:01 UTC 

[PATCH] perf/x86/amd: Change NMI latency mitigation to use a timestamp
 2019-08-01 21:59 UTC  (6+ messages)

[PATCH 1/1] psi: do not require setsched permission from the trigger creator
 2019-08-01 21:59 UTC  (6+ messages)

[rcu:dev.2019.07.31a 63/123] htmldocs: kernel/rcu/update.c:95: warning: Function parameter or member 'ret' not described in 'rcu_read_lock_held_common'
 2019-08-01 21:53 UTC 

[PATCH] PCI: Add sysfs attribute for disabling PCIe link to downstream component
 2019-08-01 21:53 UTC 

linux-next: Fixes tag needs some work in the arm64-fixes tree
 2019-08-01 21:48 UTC 

[patch 0/5] posix-cpu-timers: Move expiry into task work context
 2019-08-01 21:47 UTC  (8+ messages)
` [patch 2/5] x86/kvm: Handle task_work on VMENTER/EXIT

[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
 2019-08-01 21:43 UTC  (12+ messages)

[PATCH] KVM: x86: Unconditionally call x86 ops that are always implemented
 2019-08-01 21:42 UTC  (3+ messages)

[PATCH v2 0/7] Doc updates to /dev branch
 2019-08-01 21:41 UTC  (8+ messages)
` ['PATCH v2' 1/7] Revert docs from "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()"
` ['PATCH v2' 2/7] Revert docs from "treewide: Rename rcu_dereference_raw_notrace() to _check()"
` ['PATCH v2' 4/7] docs: rcu: Correct links referring to titles
` ['PATCH v2' 5/7] docs: rcu: Increase toctree to 3
` ['PATCH v2' 6/7] Restore docs "treewide: Rename rcu_dereference_raw_notrace() to _check()"
` ['PATCH v2' 7/7] Restore docs "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()"

[PATCHv5 00/37] kernel: Introduce Time Namespace
 2019-08-01 21:39 UTC  (5+ messages)
` [PATCHv5 25/37] x86/vdso: Switch image on setns()/clone()

[PATCH 1/3] leds: lm3532: Fix brightness control for i2c mode
 2019-08-01 21:36 UTC  (5+ messages)

[PATCH] power: supply: Init device wakeup after device_add()
 2019-08-01 21:33 UTC 

[PATCH v7 00/20] SC7 entry and exit support for Tegra210
 2019-08-01 21:30 UTC  (12+ messages)
` [PATCH v7 07/20] clk: tegra: clk-periph: Add save and restore support

[PATCH v4 0/7] Fix PF/VF dependency issue
 2019-08-01 21:26 UTC  (5+ messages)
` [PATCH v4 2/7] PCI/ATS: Initialize PRI in pci_ats_init()

[trivial PATCH] treewide: spelling funciton -> function
 2019-08-01 21:26 UTC 

*_pcie_establish_link() usage
 2019-08-01 21:25 UTC 

[BUG]: mm/vmscan.c: shrink_slab does not work correctly with memcg disabled via commandline
 2019-08-01 21:10 UTC  (6+ messages)

[PATCH v4 0/4] net: phy: realtek: Enable configuration of RTL8211E LEDs
 2019-08-01 21:04 UTC  (3+ messages)
` [PATCH v4 4/4] net: phy: realtek: configure "

[PATCH 0/5] Fix FIFO-99 abuse
 2019-08-01 21:03 UTC  (6+ messages)
` [PATCH 1/5] sched/pci: Reduce psimon FIFO priority

[PATCH tip/core/rcu 1/1] rcu: Remove unused function rcutorture_record_progress
 2019-08-01 21:00 UTC 

[PATCH RFC] mm/memcontrol: reclaim severe usage over high limit in get_user_pages loop
 2019-08-01 21:00 UTC  (7+ messages)

[PATCH v2] watchdog: alim1535: Rewriting of alim1535 to use watchdog subsystem
 2019-08-01 20:58 UTC 

[PATCH] net: sctp: Rename fallthrough label to unhandled
 2019-08-01 20:48 UTC  (22+ messages)
` [RFC PATCH] compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use

[PATCH V37 00/29] security: Add support for locking down the kernel
 2019-08-01 20:44 UTC  (7+ messages)
` [PATCH V37 04/29] Enforce module signatures if the kernel is locked down
` [PATCH V37 19/29] Lock down module params that specify hardware parameters (eg. ioport)

[PATCH net-next 0/5] net: dsa: mv88e6xxx: avoid some redundant VTU operations
 2019-08-01 20:43 UTC  (2+ messages)

[PATCH v2 1/3] serial: mctrl_gpio: Avoid probe failures in case of missing gpiolib
 2019-08-01 20:39 UTC  (4+ messages)
` [PATCH v2 2/3] serial: sh-sci: Remove check for specific mctrl_gpio_init() return value

[PATCH 0/3] KVM: x86/mmu: minor MMIO SPTE cleanup
 2019-08-01 20:35 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Rename access permissions cache member in struct kvm_vcpu_arch
` [PATCH 2/3] KVM: x86/mmu: Add explicit access mask for MMIO SPTEs
` [PATCH 3/3] KVM: x86/mmu: Consolidate "is MMIO SPTE" code

[RFC PATCH 0/3] fix hugetlb page allocation stalls
 2019-08-01 20:33 UTC  (6+ messages)
` [RFC PATCH 2/3] mm, compaction: use MIN_COMPACT_COSTLY_PRIORITY everywhere for costly orders

[PATCH v2] acpica: fix -Wnull-pointer-arithmetic warnings
 2019-08-01 20:28 UTC  (5+ messages)

linux-next: Fixes tag needs some work in the i2c tree
 2019-08-01 20:21 UTC  (2+ messages)

[PATCH v3 0/7] soc/fsl/qbman: Enable Kexec for DPAA1 devices
 2019-08-01 20:17 UTC  (8+ messages)
` [PATCH v3 1/7] soc/fsl/qbman: Rework QBMan private memory setup
` [PATCH v3 2/7] soc/fsl/qbman: Cleanup buffer pools if BMan was initialized prior to bootup
` [PATCH v3 3/7] soc/fsl/qbman: Cleanup QMan queues if device was already initialized
` [PATCH v3 4/7] soc/fsl/qbman: Fix drain_mr_fqni()
` [PATCH v3 5/7] soc/fsl/qbman: Disable interrupts during portal recovery
` [PATCH v3 6/7] soc/fsl/qbman: Fixup qman_shutdown_fq()
` [PATCH v3 7/7] soc/fsl/qbman: Update device tree with reserved memory

[PATCH] linux-next 20190731 - aegis128-core.c fails to build
 2019-08-01 20:17 UTC  (6+ messages)

[PATCH] Documentation patch (gcc-plugins kernel)
 2019-08-01 20:14 UTC 

[PATCH 0/9] Apply new rest conversion patches to /dev branch
 2019-08-01 20:14 UTC  (4+ messages)

[PATCH] net: bridge: Allow bridge to joing multicast groups
 2019-08-01 20:08 UTC  (4+ messages)

[PATCH 0/3] hv: vmbus: add fuzz testing to hv devices
 2019-08-01 20:00 UTC  (4+ messages)
` [PATCH 1/3] drivers: hv: vmbus: Introduce latency testing
` [PATCH 2/3] drivers: hv: vmbus: add fuzz test attributes to sysfs
` [PATCH 3/3] tools: hv: add vmbus testing tool

[PATCH v9 0/7] Solve postboot supplier cleanup and optimize probe ordering
 2019-08-01 19:59 UTC  (5+ messages)

[PATCH v4 1/2] kernel.h: Update comment about simple_strto<foo>() functions
 2019-08-01 19:58 UTC  (4+ messages)
` [PATCH v4 2/2] auxdisplay: charlcd: Deduplicate simple_strtoul()

[GIT PULL] perf/urgent fixes
 2019-08-01 19:55 UTC  (5+ messages)
` [PATCH 01/12] tools include UAPI: Sync x86's syscalls_64.tbl and generic unistd.h to pick up clone3 and pidfd_open
` [PATCH 07/12] tools headers UAPI: Sync sched.h with the kernel

[PATCH 0/3] auth_gss: netns refcount leaks when use-gss-proxy==1
 2019-08-01 19:53 UTC  (3+ messages)
` [PATCH v3 "

[GIT PULL] Fix gfs2 cluster coherency bug
 2019-08-01 19:52 UTC 

[PATCH] phy: marvell: phy-mvebu-cp110-comphy: Implement RXAUI Support
 2019-08-01 19:50 UTC  (3+ messages)
` [PATCH 1/4] phy: marvell: phy-mvebu-cp110-comphy: implement RXAUI support
` [PATCH 2/4] phy: marvell: phy-mvebu-cp110-comphy: rename instances of DLT

Need help with failling gcm_base(ctr,ghash-generic) selftest
 2019-08-01 19:42 UTC 

[PATCH] x86/asm: Add support for MOVDIR64B instruction
 2019-08-01 19:36 UTC  (4+ messages)

Possible mem cgroup bug in kernels between 4.18.0 and 5.3-rc1
 2019-08-01 18:04 UTC 

[PATCH] staging:kpc2000:Fix dubious x | !y sparse warning
 2019-08-01 19:29 UTC  (4+ messages)

[patch v4 0/5] *** AST2500 DMA UART driver ***
 2019-08-01 19:28 UTC  (3+ messages)
` [patch v4 3/5] DT nodes for AST2500 DMA UART driver

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-08-01 19:18 UTC  (4+ messages)
` [PATCH 09/20] ext4: Initialize timestamps limits


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