messages from 2017-10-04 20:24:25 to 2017-10-05 00:49:29 UTC [more...]
[PATCH] block/laptop_mode: Convert timers to use timer_setup()
2017-10-05 0:49 UTC
[PATCH] block/aoe: Convert timers to use timer_setup()
2017-10-05 0:49 UTC
[PATCH] jbd2: Convert timers to use timer_setup()
2017-10-05 0:48 UTC
[PATCH] libata: Convert timers to use timer_setup()
2017-10-05 0:48 UTC
[PATCH] amifloppy: Convert timers to use timer_setup()
2017-10-05 0:48 UTC
[PATCH] scsi: fcoe: Convert timers to use timer_setup()
2017-10-05 0:48 UTC
[PATCH] scsi: lpfc: Convert timers to use timer_setup()
2017-10-05 0:48 UTC
[PATCH] scsi: isci: Convert timers to use timer_setup()
2017-10-05 0:48 UTC
[PATCH] scsi: qla2xxx: Convert timers to use timer_setup()
2017-10-05 0:48 UTC
[PATCH] scsi/cxgbi: Convert timers to use timer_setup()
2017-10-05 0:48 UTC
[PATCH] scsi/sas: Convert timers to use timer_setup()
2017-10-05 0:47 UTC
[PATCH] scsi/pmcraid: Convert timers to use timer_setup()
2017-10-05 0:47 UTC
[PATCH] scsi/ipr: Convert timers to use timer_setup()
2017-10-05 0:47 UTC
[PATCH] staging/atomisp: Convert timers to use timer_setup()
2017-10-05 0:47 UTC
[PATCH] staging: rtl8192e: Convert timers to use timer_setup()
2017-10-05 0:47 UTC
[PATCH] staging: rtl8192u: Convert timers to use timer_setup()
2017-10-05 0:47 UTC
[PATCH] staging: rtl8188eu: Convert timers to use timer_setup()
2017-10-05 0:47 UTC
[PATCH] staging: rtl8712: Convert timers to use timer_setup()
2017-10-05 0:46 UTC
[PATCH] staging/wilc1000: Convert timers to use timer_setup()
2017-10-05 0:46 UTC
[PATCH] IB/ipoib: Convert timers to use timer_setup()
2017-10-05 0:45 UTC
[PATCH] RDMA/i40iw: Convert timers to use timer_setup()
2017-10-05 0:45 UTC
[PATCH] IB/qib: Convert timers to use timer_setup()
2017-10-05 0:45 UTC
[PATCH] RDMA/nes: Convert timers to use timer_setup()
2017-10-05 0:45 UTC
[PATCH 00/13] timer: Start conversion to timer_setup()
2017-10-05 0:41 UTC (19+ messages)
` [PATCH 01/13] timer: Convert schedule_timeout() to use from_timer()
` [PATCH 02/13] timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()
` [PATCH 03/13] timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()
` [PATCH 04/13] timer: Remove init_timer_pinned() in favor of timer_setup()
` [PATCH 05/13] timer: Remove init_timer_deferrable() "
` [PATCH 06/13] timer: Remove users of TIMER_DEFERRED_INITIALIZER
` [PATCH 07/13] timer: Remove last user of TIMER_INITIALIZER
` [PATCH 08/13] timer: Remove unused static initializer macros
` [PATCH 09/13] timer: Remove users of expire and data arguments to DEFINE_TIMER
` [PATCH 10/13] timer: Remove expires and data arguments from DEFINE_TIMER
` [PATCH 11/13] timer: Remove expires argument from __TIMER_INITIALIZER()
` [PATCH 12/13] kthread: Convert callback to use from_timer()
` [PATCH 13/13] workqueue: "
[PATCH v2 0/3] led: ledtrig-transient: add support for hrtimer
2017-10-05 0:40 UTC (11+ messages)
` Vibrations in input vs. LED was "
[PATCH] ACPI / LPIT: Add Low Power Idle Table (LPIT) support
2017-10-05 0:39 UTC (3+ messages)
[PATCH] nfp: convert nfp_eth_set_bit_config() into a macro
2017-10-05 0:38 UTC (7+ messages)
RISC-V Linux Port v9
2017-10-05 0:21 UTC (2+ messages)
Extreme time jitter with suspend/resume cycles
2017-10-05 0:20 UTC (5+ messages)
[PATCH] Update James Hogan's email address
2017-10-05 0:12 UTC (2+ messages)
[PATCH v4 00/14] Introduce support for Dell SMBIOS over WMI
2017-10-05 0:09 UTC (16+ messages)
` [PATCH v4 01/14] platform/x86: wmi: Add new method wmidev_evaluate_method
` [PATCH v4 02/14] platform/x86: dell-wmi: clean up wmi descriptor check
` [PATCH v4 03/14] platform/x86: dell-wmi: allow 32k return size in the descriptor
` [PATCH v4 04/14] platform/x86: dell-wmi: increase severity of some failures
` [PATCH v4 05/14] platform/x86: dell-wmi-descriptor: split WMI descriptor into it's own driver
` [PATCH v4 06/14] platform/x86: wmi: Don't allow drivers to get each other's GUIDs
` [PATCH v4 07/14] platform/x86: dell-smbios: only run if proper oem string is detected
` [PATCH v4 08/14] platform/x86: dell-smbios: Add a sysfs interface for SMBIOS tokens
` [PATCH v4 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls
` [PATCH v4 10/14] platform/x86: dell-smbios-smm: test for WSMT
` [PATCH v4 11/14] platform/x86: dell-smbios-wmi: Add new WMI dispatcher driver
` [PATCH v4 12/14] platform/x86: wmi: create character devices when requested by drivers
` [PATCH v4 13/14] platform/x86: dell-smbios-wmi: introduce userspace interface
` [PATCH v4 14/14] platform/x86: Kconfig: Set default for dell-smbios to ACPI_WMI
[PATCH v8 1/2] media:imx274 device tree binding file
2017-10-05 0:06 UTC (2+ messages)
` [PATCH v8 2/2] media:imx274 V4l2 driver for Sony imx274 CMOS sensor
[PATCH] powerpc: Drop lockdep_assert_cpus_held call from arch_update_cpu_topology
2017-10-05 0:04 UTC
[PATCH v3 0/8] Introduce support for Dell SMBIOS over WMI
2017-10-05 0:02 UTC (6+ messages)
` [PATCH v3 5/8] platform/x86: dell-wmi-smbios: introduce character device for userspace
[PATCH] input: synaptics-rmi4: make array rmi_f54_report_type_names static
2017-10-05 0:00 UTC (3+ messages)
[PATCH] scsi: qla2xxx: remove dead code in qla82xx_write_flash_data
2017-10-04 23:28 UTC
Support generic disabling of all XSAVE features
2017-10-04 23:49 UTC (6+ messages)
` [PATCH v7 1/5] x86/xsave: Move xsave initialization to after parsing early parameters
` [PATCH v7 2/5] x86/cpuid: Add generic table for cpuid dependencies
` [PATCH v7 3/5] x86/cpuid: Make clearcpuid an early param
` [PATCH v7 4/5] x86/xsave: Make XSAVE check the base CPUID features before enabling
` [PATCH v7 5/5] x86/xsave: Using generic CPUID clearing when disabling XSAVE
[rcu:rcu/next 31/31] kernel/rcu/tree.c:764:75: error: macro "trace_rcu_dyntick" passed 4 arguments, but takes just 3
2017-10-04 23:40 UTC
[PATCH v2 0/9] ARM: dts: aspeed: Device tree updates
2017-10-04 23:39 UTC (10+ messages)
` [PATCH v2 2/9] ARM: dts: aspeed: Reorder ADC node
` [PATCH v2 4/9] ARM: dts: aspeed-romulus: Add I2C devices
` [PATCH v2 8/9] ARM: dts: aspeed: Correctly order UART nodes
` [PATCH v2 9/9] ARM: dts: aspeed: Clean up "
zstd kernel and initrd compression
2017-10-04 23:29 UTC (2+ messages)
[PATCH] PCI: Check/Set ARI capability before setting numVFs
2017-10-04 23:29 UTC (3+ messages)
` [Intel-wired-lan] "
tty crash due to auto-failing vmalloc
2017-10-04 23:21 UTC (9+ messages)
` [PATCH 1/2] Revert "vmalloc: back off when the current task is killed"
[Part2 PATCH v5 00/31] x86: Secure Encrypted Virtualization (AMD)
2017-10-04 23:06 UTC (4+ messages)
` [Part2 PATCH v5 09/31] crypto: ccp: Build the AMD secure processor driver only with AMD CPU support
[GIT PULL] ARM: SoC fixes
2017-10-04 23:05 UTC
[PATCH] x86/intel_rdt: Remove redundant assignment
2017-10-04 22:48 UTC
[PATCH v6 0/6] vfs: Use dlock list for SB's s_inodes list
2017-10-04 22:46 UTC (8+ messages)
` [PATCH v6 1/6] lib/dlock-list: Distributed and lock-protected lists
` [PATCH v6 2/6] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH v6 3/6] vfs: Use dlock list for superblock's inode list
` [PATCH v6 4/6] lib/dlock-list: Make sibling CPUs share the same linked list
` [PATCH v6 5/6] lib/dlock-list: Enable faster lookup with hashing
` [PATCH v6 6/6] lib/dlock-list: Provide IRQ-safe APIs
[PATCH] cpufreq: intel_pstate: Clarify effective CPU frequency
2017-10-04 22:46 UTC
[lockdep] b09be676e0 BUG: unable to handle kernel NULL pointer dereference at 000001f2
2017-10-04 22:40 UTC (10+ messages)
[PATCH v2 0/2] kbuild: Cache exploratory calls to the compiler
2017-10-04 22:37 UTC (3+ messages)
` [PATCH v2 1/2] kbuild: Add a cache for generated variables
` [PATCH v2 2/2] kbuild: Cache a few more calls to the compiler
[RFC PATCH 0/2] kbuild: Cache exploratory calls to the compiler
2017-10-04 22:38 UTC (4+ messages)
` [RFC PATCH 1/2] kbuild: Add a cache for generated variables
[RESEND][PATCH 0/7] Fix i.MX7D OCOTP write support
2017-10-04 22:25 UTC (8+ messages)
` [RESEND][PATCH 1/7] nvmem: imx-ocotp: Restrict OTP write to IMX6 processors
` [RESEND][PATCH 2/7] nvmem: imx-ocotp: Pass parameters via a struct
` [RESEND][PATCH 3/7] nvmem: imx-ocotp: Add support for banked OTP addressing
` [RESEND][PATCH 4/7] nvmem: imx-ocotp: Move i.MX6 write clock setup to dedicated function
` [RESEND][PATCH 5/7] nvmem: imx-ocotp: Add i.MX7D timing write clock setup support
` [RESEND][PATCH 6/7] nvmem: imx-ocotp: Enable i.MX7D OTP write support
` [RESEND][PATCH 7/7] nvmem: imx-ocotp: Update module description
[RFC 0/5] fs: replace kthread freezing with filesystem freeze/thaw
2017-10-04 22:22 UTC (8+ messages)
` [RFC 4/5] ext4: add fs freezing support on suspend/hibernation
[BUG] security_release_secctx seems broken
2017-10-04 22:10 UTC (6+ messages)
` [PATCH] fix "
[Patch v4 00/22] CIFS: Implement SMBDirect
2017-10-04 22:07 UTC (3+ messages)
` [Patch v4 16/22] CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE
[PATCH 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing
2017-10-04 22:07 UTC (5+ messages)
` [PATCHv2 "
[GIT PULL membarrier/urgent] membarrier commits for 4.14
2017-10-04 22:05 UTC
[PATCH tip/core/rcu 0/3] Torture-test update for v4.15
2017-10-04 21:56 UTC (4+ messages)
` [PATCH tip/core/rcu 1/3] rcutorture: Add interrupt-disable capability to stall-warning tests
` [PATCH tip/core/rcu 2/3] rcutorture: Dump writer stack if stalled
` [PATCH tip/core/rcu 3/3] torture: Provide TMPDIR environment variable to specify tmpdir
[PATCH tip/core/rcu 0/4] RCU CPU stall warning updates for v4.15
2017-10-04 21:50 UTC (5+ messages)
` [PATCH tip/core/rcu 1/4] sched,rcu: Make cond_resched() provide RCU quiescent state
` [PATCH tip/core/rcu 2/4] rcu: Make RCU CPU stall warnings check for irq-disabled CPUs
` [PATCH tip/core/rcu 3/4] rcu: Turn off tracing before dumping trace
` [PATCH tip/core/rcu 4/4] rcu: Suppress RCU CPU stall warnings while "
[PATCH tip/core/rcu 0/3] Updates to sys_membarrier for v4.14 to add registration
2017-10-04 21:37 UTC (4+ messages)
` [PATCH tip/core/rcu 1/3] membarrier: Provide register expedited private command
` [PATCH tip/core/rcu 2/3] membarrier: selftest: Test private expedited cmd
` [PATCH tip/core/rcu 3/3] membarrier: Document scheduler barrier requirements
[PATCH tip/core/rcu 0/9] Miscellaneous fixes for v4.15
2017-10-04 21:29 UTC (10+ messages)
` [PATCH tip/core/rcu 1/9] rcu: Provide GP ordering in face of migrations and delays
` [PATCH tip/core/rcu 2/9] rcu: Fix up pending cbs check in rcu_prepare_for_idle
` [PATCH tip/core/rcu 3/9] rcu: Create call_rcu_tasks() kthread at boot time
` [PATCH tip/core/rcu 4/9] irq_work: Map irq_work_on_queue() to irq_work_on() in !SMP
` [PATCH tip/core/rcu 5/9] srcu: Add parameters to SRCU docbook comments
` [PATCH tip/core/rcu 6/9] sched: Make resched_cpu() unconditional
` [PATCH tip/core/rcu 7/9] rcu: Pretend ->boost_mtx acquired legitimately
` [PATCH tip/core/rcu 8/9] rcu: Add extended-quiescent-state testing advice
` [PATCH tip/core/rcu 9/9] rcu/segcblist: Include rcupdate.h
[PATCH 0/3 v10] oom: capture unreclaimable slab info in oom message
2017-10-04 21:29 UTC (4+ messages)
` [PATCH 1/3] tools: slabinfo: add "-U" option to show unreclaimable slabs only
` [PATCH 2/3] mm: slabinfo: dump CONFIG_SLABINFO
` [PATCH 3/3] mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory
[RFC] mmap(MAP_CONTIG)
2017-10-04 21:29 UTC (4+ messages)
[PATCH tip/core/rcu 0/16] Documentation updates for v4.15
2017-10-04 21:21 UTC (17+ messages)
` [PATCH tip/core/rcu 01/16] documentation: RCU grace-period memory ordering guarantees
` [PATCH tip/core/rcu 02/16] documentation: Long-running irq handlers can stall RCU grace periods
` [PATCH tip/core/rcu 03/16] documentation: Slow systems "
` [PATCH tip/core/rcu 04/16] documentation: Update RCU CPU stall warning messages
` [PATCH tip/core/rcu 05/16] memory-barriers: Replace uses of "transitive"
` [PATCH tip/core/rcu 06/16] memory-barriers: Rework multicopy-atomicity section
` [PATCH tip/core/rcu 07/16] doc: Fix options for RCU options
` [PATCH tip/core/rcu 08/16] doc: Add parameters to rcupdate.h docbook comments
` [PATCH tip/core/rcu 09/16] rcu: Remove extra docbook comment in rculist.h
` [PATCH tip/core/rcu 10/16] rcu: Fix docbook comments for rcu_sync functions
` [PATCH tip/core/rcu 11/16] doc: Fix list and emphasis in rcupdate.h
` [PATCH tip/core/rcu 12/16] doc: Flag code segment in rcu_pointer_handoff()'s docbook header
` [PATCH tip/core/rcu 13/16] doc: Fix code display in rcu_pointer_handoff()'s docbook comment
` [PATCH tip/core/rcu 14/16] doc: Fix tree.c bulleted lists in docbook comment headers
` [PATCH tip/core/rcu 15/16] memory-barriers.txt: Fix typo in pairing example
` [PATCH tip/core/rcu 16/16] Documentation: rewrite confusing statement about memory barriers
[PATCH 0/7] gpio: brcmstb: improved interrupt and wake support
2017-10-04 21:24 UTC (4+ messages)
` [PATCH 6/7] gpio: brcmstb: consolidate interrupt domains
[v10 0/6] cgroup-aware OOM killer
2017-10-04 21:24 UTC (11+ messages)
` [v10 3/6] mm, oom: "
[PATCH v2 0/5] clk: Add Aspeed clock driver
2017-10-04 21:18 UTC (5+ messages)
` [PATCH v2 3/5] clk: aspeed: Add platform driver and register PLLs
[PATCH] firmware: add firmware to new device's devres list for second time cache
2017-10-04 21:17 UTC (2+ messages)
[PATCH 0/4] RFC: TDA1997x HDMI video receiver
2017-10-04 21:14 UTC (3+ messages)
` [PATCH 2/4] media: dt-bindings: Add bindings for TDA1997X
system hung up when offlining CPUs
2017-10-04 21:10 UTC (18+ messages)
[PATCH v3 0/6] drivers: fsi: Add SBEFIFO and OCC drivers
2017-10-04 20:59 UTC (5+ messages)
` [PATCH v3 1/6] dt-bindings: fsi: Add SBEFIFO documentation
` [PATCH v3 4/6] dt-bindings: fsi: Add OCC documentation
[PATCH v4 0/5] cramfs refresh for embedded usage
2017-10-04 20:47 UTC (12+ messages)
` [PATCH v4 4/5] cramfs: add mmap support
Table Tennis Enthusiasts List
2017-10-04 20:13 UTC
[PATCH 2/2] Staging: rtl8723bs: Externs should be avoided in .C file
2017-10-04 20:34 UTC
[PATCH 1/2] selinux: fix build warning by removing the unused sid variable
2017-10-04 20:34 UTC (6+ messages)
` [PATCH 2/2] selinux: fix build warning
[PATCH 1/2] Staging: rtl8723bs: Externs should be avoided in .C file
2017-10-04 20:33 UTC
[PATCH 0/5] CRIS v32: Adjustments for crisv32_nand_flash_probe()
2017-10-04 20:26 UTC (3+ messages)
` [PATCH 5/5] cris: nand: Split a condition check in crisv32_nand_flash_probe()
[PATCH v6 1/2] iio: dac: ds4422/ds4424 dac driver
2017-10-04 20:25 UTC (4+ messages)
` [PATCH v6 2/2] iio:dac: Add DT binding documentation for ds4424
[PATCH 1/8] ktest: Clarify config file usage
2017-10-04 20:24 UTC (4+ messages)
` [PATCH 8/8] ktest: Use config-bisect.pl in ktest.pl
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox