messages from 2016-04-12 13:27:03 to 2016-04-12 15:56:46 UTC [more...]
[PATCH] of/platform: Allow secondary compatible match in of_dev_lookup
2016-04-12 15:56 UTC (8+ messages)
[PATCH 0/19] get rid of superfluous __GFP_REPORT
2016-04-12 15:53 UTC (3+ messages)
` [PATCH 03/19] x86/efi: get rid of superfluous __GFP_REPEAT
[PATCH 1/1] iio: adc: Add driver for the TI INA3221 Triple Current/Voltage Monitor
2016-04-12 15:52 UTC (5+ messages)
[PATCH memory-barriers.txt 0/7] Memory-model updates for 4.7
2016-04-12 15:52 UTC (8+ messages)
` [PATCH memory-barriers.txt 1/7] documentation: Clarify relationship of barrier() to control dependencies
` [PATCH memory-barriers.txt 2/7] documentation: Fix missed renaming: s/lock/acquire
` [PATCH memory-barriers.txt 3/7] documentation: Add missed subsection in TOC
` [PATCH memory-barriers.txt 4/7] Documentation: Fix typo
` [PATCH memory-barriers.txt 5/7] Documentation: Insert white spaces consistently
` [PATCH memory-barriers.txt 6/7] documentation: Add Korean translation
` [PATCH memory-barriers.txt 7/7] Documentation,barriers: Mention smp_cond_acquire()
[PATCH] sched/deadline/rtmutex: Fix a PI crash for deadline tasks
2016-04-12 15:51 UTC (11+ messages)
[PATCH tip/core/rcu 0/24] Torture-test changes for 4.7
2016-04-12 15:43 UTC (25+ messages)
` [PATCH tip/core/rcu 01/24] rcutorture: Update scripting to accommodate rcuperf
` [PATCH tip/core/rcu 02/24] rcutorture: Allow for rcupdate.rcu_normal
` [PATCH tip/core/rcu 03/24] rcutorture: Expedited-GP batch progress access to torturing
` [PATCH tip/core/rcu 04/24] rcutorture: Add RCU grace-period performance tests
` [PATCH tip/core/rcu 05/24] rcutorture: Documentation for rcuperf kernel parameters
` [PATCH tip/core/rcu 06/24] rcutorture: Bind rcuperf reader/writer kthreads to CPUs
` [PATCH tip/core/rcu 07/24] rcutorture: Set rcuperf writer kthreads to real-time priority
` [PATCH tip/core/rcu 08/24] rcutorture: Print measure of batching efficiency
` [PATCH tip/core/rcu 09/24] rcutorture: Make rcuperf collect expedited event-trace data
` [PATCH tip/core/rcu 10/24] rcutorture: Make scripts analyze rcuperf trace data, if present
` [PATCH tip/core/rcu 11/24] rcutorture: Add rcuperf holdoff boot parameter to reduce interference
` [PATCH tip/core/rcu 12/24] rcutorture: Avoid RCU CPU stall warning and RT throttling
` [PATCH tip/core/rcu 13/24] rcutorture: Add largish-system rcuperf scenario
` [PATCH tip/core/rcu 14/24] rcuperf: Do not wake up shutdown wait queue if "shutdown" is false
` [PATCH tip/core/rcu 15/24] rcutorture: Remove redundant initialization to zero
` [PATCH tip/core/rcu 16/24] rcutorture: Consider FROZEN hotplug notifier transitions
` [PATCH tip/core/rcu 17/24] torture: Clarify refusal to run more than one torture test
` [PATCH tip/core/rcu 18/24] torture: Kill qemu, not parent process
` [PATCH tip/core/rcu 19/24] rcutorture: Convert test duration to seconds early
` [PATCH tip/core/rcu 20/24] rcutorture: Add OS-jitter capability
` [PATCH tip/core/rcu 21/24] rcutorture: Don't rebuild identical kernel
` [PATCH tip/core/rcu 22/24] rcutorture: Dump trace buffer upon shutdown
` [PATCH tip/core/rcu 23/24] rcutorture: Add irqs-disabled test for call_rcu()
` [PATCH tip/core/rcu 24/24] rcutorture: Add boot-time adjustment of leaf fanout
[RFC][PATCH 0/2] Initial support for ARM Mali Display Processors
2016-04-12 15:47 UTC (3+ messages)
` [RFC][PATCH 2/2] drm/arm: Add support for "
[PATCH locking/locktorture] Fixes for 4.7
2016-04-12 15:47 UTC (3+ messages)
` [PATCH locking/locktorture 1/2] locktorture: Fix deboosting nil ptr dereferencing
` [PATCH locking/locktorture 2/2] locktorture: Fix nil pointer dereferencing for cleanup paths
Kernel docs: muddying the waters a bit
2016-04-12 15:46 UTC (16+ messages)
[PATCH 0/6] ARM/ARM64: Drop arm_pm_restart
2016-04-12 15:41 UTC (4+ messages)
` [PATCH 3/6] ARM: PSCI: Register with kernel restart handler
[RESEND PATCH 0/2] scripts: small fixes
2016-04-12 15:40 UTC (5+ messages)
` [PATCH 1/2] scripts: genksyms: fix resource leak
` [PATCH 2/2] scripts: dtc: fix memory leak after realloc
[PATCH 0/11] introduce down_write_killable for rw_semaphore v3
2016-04-12 15:40 UTC (3+ messages)
Encounter a panic when I'm doing my daily work
2016-04-12 15:35 UTC
[PATCH tip/core/rcu 0/16] Expedited grace-period changes for 4.7
2016-04-12 15:29 UTC (17+ messages)
` [PATCH tip/core/rcu 01/16] rcu: Make expedited RCU-sched grace period immediately detect idle
` [PATCH tip/core/rcu 02/16] rcu: Make expedited RCU-preempt stall warnings count accurately
` [PATCH tip/core/rcu 03/16] rcu: Make cond_resched_rcu_qs() supply RCU-sched expedited QS
` [PATCH tip/core/rcu 04/16] rcu: Fix synchronize_rcu_expedited() header comment
` [PATCH tip/core/rcu 05/16] rcu: Add event tracing definitions for expedited grace periods
` [PATCH tip/core/rcu 06/16] rcu: Add funnel-locking tracing "
` [PATCH tip/core/rcu 07/16] rcu: Add expedited-grace-period event tracing
` [PATCH tip/core/rcu 08/16] rcu: Remove expedited GP funnel-lock bypass
` [PATCH tip/core/rcu 09/16] rcu: Force boolean subscript for expedited stall warnings
` [PATCH tip/core/rcu 10/16] rcu: Shorten expedited_workdone* to exp_workdone*
` [PATCH tip/core/rcu 11/16] rcu: Enforce expedited-GP fairness via funnel wait queue
` [PATCH tip/core/rcu 12/16] rcu: Add exp_funnel_lock() fastpath
` [PATCH tip/core/rcu 13/16] rcu: Consolidate expedited GP code into rcu_exp_wait_wake()
` [PATCH tip/core/rcu 14/16] rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap()
` [PATCH tip/core/rcu 15/16] rcu: Consolidate expedited GP code into exp_funnel_lock()
` [PATCH tip/core/rcu 16/16] rcu: Overlap wakeups with next expedited grace period
[PATCH] watchdog: dw_wdt: dont build for avr32
2016-04-12 15:29 UTC (5+ messages)
[PATCH 0/7] pinctrl: soc/tegra: Add support to configure IO rail voltage and pad power states
2016-04-12 15:28 UTC (10+ messages)
` [PATCH 1/7] soc/tegra: pmc: Use BIT macro for register field definition
` [PATCH 2/7] soc/tegra: pmc: Add new Tegra210 IO rails
` [PATCH 3/7] soc/tegra: pmc: Add interface to get IO rail power status
` [PATCH 4/7] soc/tegra: pmc: Add interface to set voltage of IO rails
` [PATCH 5/7] soc/tegra: pmc: Register sub-devices of PMC
` [PATCH 6/7] pinctrl: tegra: Add DT binding for io pads control
` [PATCH 7/7] pinctrl: tegra: Add driver to configure voltage and power state of io pads
[PATCH] parport: use subsys_initcall
2016-04-12 15:26 UTC
[PATCH 1/2] clk: tegra: Fix pllre Tegra210 and add pll_re_out1
2016-04-12 15:23 UTC (2+ messages)
Is there any race between flush_to_ldisc() and release_one_tty()?
2016-04-12 15:22 UTC
[PATCH tip/core/rcu 0/10] Documentation updates for 4.7
2016-04-12 15:18 UTC (11+ messages)
` [PATCH tip/core/rcu 01/10] documentation: Make sample code and documentation consistent
` [PATCH tip/core/rcu 02/10] documentation: Add real-time requirements from CPU-bound workloads
` [PATCH tip/core/rcu 03/10] documentation: Add synchronize_rcu_mult() to the requirements
` [PATCH tip/core/rcu 04/10] documentation: Explain why rcu_read_lock() needs no barrier()
` [PATCH tip/core/rcu 05/10] documentation: Document illegality of call_rcu() from offline CPUs
` [PATCH tip/core/rcu 06/10] documentation: Remove unnecessary images from requirements
` [PATCH tip/core/rcu 07/10] documentation: Get rid of duplicate .htmlx file
` [PATCH tip/core/rcu 08/10] documentation: Sharpen up the no-readers quick quiz
` [PATCH tip/core/rcu 09/10] documentation: Emphasize the call_rcu() is illegal from idle
` [PATCH tip/core/rcu 10/10] documentation: Add documentation for RCU's major data structures
[PATCH 0/5] Add st-flashss vsense regulator driver
2016-04-12 15:16 UTC (6+ messages)
` [PATCH 1/5] regulator: st-flashss: Add DT binding documentation for flashss regulator
` [PATCH 2/5] regulator: st-flashss: Add a regulator driver for flashss vsense
` [PATCH 3/5] MAINTAINERS: Add st-flashss driver to STi section
` [PATCH 4/5] ARM: multi_v7_defconfig: Enable flashss regulator driver
` [PATCH 5/5] ARM: STi: DT: STiH407: Add the flashss voltage regulator DT node
[PATCH v2] arm64: tegra: Add pinmux for Smaug board
2016-04-12 15:16 UTC (2+ messages)
[PATCH 0/3] RxRPC: 2nd rewrite part 2
2016-04-12 15:05 UTC (4+ messages)
` [PATCH 1/3] rxrpc: Don't permit use of connect() op and simplify sendmsg() op
` [PATCH 2/3] rxrpc: The RXRPC_ACCEPT control message should not have an address
` [PATCH 3/3] rxrpc: Use the listen() system call to move to listening state
TCP reaching to maximum throughput after a long time
2016-04-12 15:04 UTC (3+ messages)
[PATCH tip/core/rcu 0/6] Miscellaneous fixes for 4.7
2016-04-12 15:02 UTC (7+ messages)
` [PATCH tip/core/rcu 1/6] rcu: Consolidate dumping of ftrace buffer
` [PATCH tip/core/rcu 2/6] rcu: Awaken grace-period kthread when stalled
` [PATCH tip/core/rcu 3/6] rcu: Make FQS schedule advance only if FQS happened
` [PATCH tip/core/rcu 4/6] rcu: Awaken grace-period kthread if too long since FQS
` [PATCH tip/core/rcu 5/6] rcu: Remove superfluous versions of rcu_read_lock_sched_held()
` [PATCH tip/core/rcu 6/6] rcu: Dump ftrace buffer when kicking grace-period kthread
[PATCH 1/2] arm64: mem-model: add flatmem model for arm64
2016-04-12 15:00 UTC (15+ messages)
` [PATCH 2/2] arm64: mm: make pfn always valid with flat memory
[PATCH RFT 0/2] Teach phylib hard-resetting devices
2016-04-12 14:57 UTC (8+ messages)
` [PATCH RFT 2/2] macb: kill PHY reset code
mmotm woes, mainly compaction
2016-04-12 14:51 UTC (3+ messages)
[RFC PATCH 00/12] KEYS: Restrict additions to 'trusted' keyrings [ver #4]
2016-04-12 14:50 UTC (3+ messages)
` [RFC PATCH 12/12] IMA: Use the the system trusted keyrings instead of .ima_mok "
[PATCH v6] drivers: amba: properly handle devices with power domains
2016-04-12 14:49 UTC (2+ messages)
[PATCH 1/2] arm64: Add cpu_panic_kernel helper
2016-04-12 14:46 UTC (2+ messages)
` [PATCH 2/2] arm64: vhe: Verify CPU Exception Levels
[RFC PATCH v1.9 00/14] livepatch: hybrid consistency model
2016-04-12 14:44 UTC (3+ messages)
` [RFC PATCH v1.9 08/14] livepatch: separate enabled and patched states
[PATCH] rcu: Remove some superfluous lines
2016-04-12 14:44 UTC (4+ messages)
[PATCH 1/2] scripts: genksyms: fix resource leak
2016-04-12 14:39 UTC (5+ messages)
` [PATCH 2/2] scripts: dtc: fix memory leak after realloc
[PATCH 0/8] perf tools: Add sched map changes
2016-04-12 14:38 UTC (12+ messages)
` [PATCH 1/8] perf tools: Add thread_map__has function
` [PATCH 2/8] perf tools: Add cpu_map__has function
` [PATCH 3/8] perf tools sched: Add compact display option
` [PATCH 4/8] perf tools sched: Use color_fprintf for output
` [PATCH 5/8] perf tools sched: Make thread_map__new_by_tid_str global
` [PATCH 6/8] perf tools sched: Collor given pids
` [PATCH 7/8] perf tools sched: Collor given cpus
` [PATCH 8/8] perf tools sched: Display only "
[RESPIN v2 0/6] Add support for Exynos SROM Controller driver
2016-04-12 14:35 UTC (3+ messages)
` [RESPIN v2 6/6] ARM: dts: change SROM node compatible from generic to model specific
[PART1 RFC v4 00/11] KVM: x86: Introduce SVM AVIC support
2016-04-12 14:34 UTC (5+ messages)
` [PART1 RFC v4 10/11] svm: Do not intercept CR8 when enable AVIC
` [PART1 RFC v4 11/11] svm: Manage vcpu load/unload "
[PATCH 4.5 000/238] 4.5.1-stable review
2016-04-12 14:32 UTC (12+ messages)
` [PATCH 4.5 026/238] PCI: Disable IO/MEM decoding for devices with non-compliant BARs
` [PATCH 4.5 058/238] USB: iowarrior: fix oops with malicious USB descriptors
` [PATCH 4.5 079/238] crypto: ccp - Dont assume export/import areas are aligned
[PATCH] powerpc: introduce {cmp}xchg for u8 and u16
2016-04-12 14:30 UTC (4+ messages)
[PATCH v3 0/5] ACPI / processor_idle: Add ACPI v6.0 LPI support
2016-04-12 14:29 UTC (4+ messages)
` [PATCH v3 5/5] ACPI / processor_idle: Add support for Low Power Idle(LPI) states
[PATCH 1/2] sched/fair: move cpufreq hook to update_cfs_rq_load_avg()
2016-04-12 14:29 UTC (13+ messages)
[PATCH v5 00/46] pwm: add support for atomic update
2016-04-12 14:26 UTC (18+ messages)
` [PATCH v5 02/46] backlight: pwm_bl: remove useless call to pwm_set_period()
` [PATCH v5 03/46] backlight: lm3630a_bl: stop messing with the pwm->period field
` [PATCH v5 15/46] pwm: introduce the pwm_state concept
[PATCH v3 00/16] Support non-lru page migration
2016-04-12 14:25 UTC (4+ messages)
` [PATCH v3 02/16] mm/compaction: support non-lru movable "
[PATCH] HID: rmi: Make hid-rmi a transport driver for synaptics-rmi4
2016-04-12 14:25 UTC (2+ messages)
[PATCH 0/3] sched: Fix/improve nohz cpu load updates v2
2016-04-12 14:23 UTC (9+ messages)
` [PATCH 3/3] sched: Optimize !CONFIG_NO_HZ_COMMON cpu load updates
[PATCH 1/2] ARM: exynos_defconfig: Enable CPUFreq governors as modules
2016-04-12 14:20 UTC (4+ messages)
` [PATCH 2/2] ARM: multi_v7_defconfig: "
[PATCH 0/4] Optimize sched avg computation and implement flat util hierarchy
2016-04-12 14:19 UTC (5+ messages)
` [PATCH 1/4] sched/fair: Optimize sum computation with a lookup table
[PATCH v2 0/5] mailbox: A few fixes due for the v4.6 -rcs
2016-04-12 14:19 UTC (4+ messages)
` [PATCH v2 2/5] ARM: STi: DT: STiH407: Enable Mailbox testing facility
[PATCH V2 0/9] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2016-04-12 14:17 UTC (7+ messages)
` [PATCH V2 5/9] arm64: exception: handle instruction abort at current EL
[PATCH 4.4 000/210] 4.4.7-stable review
2016-04-12 14:16 UTC (6+ messages)
` [PATCH 4.4 153/210] scripts/gdb: account for changes in module data structure
` [PATCH 4.4 159/210] drm/radeon: disable runtime pm on PX laptops without dGPU power control
[PATCH 3.14 00/76] 3.14.66-stable review
2016-04-12 14:14 UTC (9+ messages)
` [PATCH 3.14 15/76] USB: uas: Reduce can_queue to MAX_CMNDS
` [PATCH 3.14 75/76] perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
[PATCH] ARCv2: Additional trace IRQs to support locking correctness validator
2016-04-12 14:12 UTC (2+ messages)
[PATCH] mwifiex: fix possible NULL dereference
2016-04-12 14:08 UTC (2+ messages)
[PATCH v2] ARM: dts: imx6: Add dts for Embest MarS Board
2016-04-12 14:06 UTC (2+ messages)
Unhandled fault during system suspend in sky2_shutdown
2016-04-12 14:06 UTC (3+ messages)
[PATCH] arm64: dts: Add nodes for pdma0 and pdam1 for exynos7
2016-04-12 14:05 UTC (2+ messages)
[PATCH] Axi-usb: Add support for 64-bit addressing
2016-04-12 14:03 UTC (2+ messages)
[PATCH] arm64: defconfig: Enable PL330 DMA controller
2016-04-12 14:01 UTC (2+ messages)
[PATCH v2 0/4] STi DT updates
2016-04-12 13:57 UTC (5+ messages)
` [PATCH v2 1/4] ARM: DT: STiH407: Add UART RTS/CTS pin configuration
` [PATCH v2 2/4] ARM: DT: STiH407: Add i2c12 pin definition
` [PATCH v2 3/4] ARM: DT: STiH407: Add node for i2c12 controller
` [PATCH v2 4/4] ARM: STi: DT: STiH407: Add DT node for at24c256 eeprom
[PATCH] mfd: cros_ec: allow building for ARM64
2016-04-12 13:54 UTC (6+ messages)
[PATCH 1/2] devicetree/bindings: Add binding for operator panel on FSP machines
2016-04-12 13:49 UTC (2+ messages)
[ANNOUNCE] linux-stable security tree
2016-04-12 13:48 UTC (12+ messages)
[PATCH 1/2] regulator: DT: Add support to scale ramp delay based on platform behavior
2016-04-12 13:29 UTC (12+ messages)
zeros in frame pointer callchains
2016-04-12 13:38 UTC
checkpatch false positon on EXPORT_SYMBOL
2016-04-12 13:37 UTC (6+ messages)
[PATCH] i2c: st: Implement i2c_bus_recovery_info callbacks
2016-04-12 13:29 UTC
[PATCH] fujitsu-laptop: Support radio LED
2016-04-12 13:29 UTC (9+ messages)
[PATCH RFC] select_idle_sibling experiments
2016-04-12 13:27 UTC (8+ messages)
` sched: tweak select_idle_sibling to look for idle threads
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