messages from 2014-07-14 09:23:11 to 2014-07-14 12:37:16 UTC [more...]
[RFC PATCH 0/3] hw_random: support for delayed init randomness requests
2014-07-14 12:37 UTC (3+ messages)
` [RFC PATCH 1/3] hw_random: allow RNG devices to give early randomness after a delay
[PATCH 0/8] Tegra124 EMC (external memory controller) support
2014-07-14 12:28 UTC (13+ messages)
` [PATCH 5/8] of: Add Tegra124 EMC bindings
[PATCH 1/1] driver/tty: Fix a warning in check_tty_count
2014-07-14 12:25 UTC (2+ messages)
[PATCH] net: clean up some sparse endianness warnings in ipv6.h
2014-07-14 12:25 UTC
[PATCH v4 0/6] Add Keystone PCIe controller driver
2014-07-14 12:23 UTC (3+ messages)
[PATCH] ftrace: Do not copy old hash when resetting
2014-07-14 12:21 UTC (2+ messages)
[PATCH v3 1/2] watchdog: Add Cadence WDT driver
2014-07-14 12:16 UTC (2+ messages)
` [PATCH v3 2/2] devicetree: Add Cadence WDT devicetree bindings documentation
[PATCH] perf: Don't enable the perf_event without in PERF_ATTACH_CONTEXT status
2014-07-14 12:15 UTC (2+ messages)
[PATCH v2 0/4] ARM: vf610: add FlexCAN support
2014-07-14 8:09 UTC (6+ messages)
` [PATCH v2 3/4] can: flexcan: switch on clocks before accessing ecr register
` [PATCH v2 4/4] can: flexcan: add vf610 support for FlexCAN
[PATCH] drivers/crypto/Kconfig: Let 'DEV_QCE' depend on both HAS_DMA and HAS_IOMEM
2014-07-14 12:12 UTC (2+ messages)
[PATCH V5 1/2] perf ignore LBR and extra_regs
2014-07-14 12:09 UTC (5+ messages)
[PATCH] ARM: Fix preemption disable in iwmmxt_task_enable()
2014-07-14 12:08 UTC (3+ messages)
` [PATCH v2] "
[PATCH] thermal: of: look for sensor driver parent node if device node missing
2014-07-14 12:04 UTC (2+ messages)
[PATCH v2] drivers: staging: lustre: Use 'force_die' instead of 'die' to avoid compiling issue
2014-07-14 12:04 UTC (2+ messages)
[PATCH tip/core/rcu 0/4] Documentation changes for 3.17
2014-07-14 11:57 UTC (6+ messages)
` [PATCH tip/core/rcu 1/4] documentation: Clarify wake-up/memory-barrier relationship
` [PATCH tip/core/rcu 3/4] documentation: Add acquire/release barriers to pairing rules
[PATCH 1/2] usb: usb3503: add PM functions
2014-07-14 11:57 UTC (4+ messages)
` [PATCH 2/2] USB: add reset resume quirk for usb3503
[PATCH] NoMoreModuleVmalloc - Try alloc_pages_exact before vmalloc, if fails do vmalloc
2014-07-14 11:57 UTC (3+ messages)
[PATCH] regulator: drivers: fix return value of get_mode callback
2014-07-14 11:57 UTC (2+ messages)
[PATCH RFC] percpu: add data dependency barrier in percpu accessors and operations
2014-07-14 11:39 UTC (7+ messages)
[PATCH v8 00/13] Add Maxim 77802 PMIC support
2014-07-14 11:36 UTC (14+ messages)
` [PATCH v8 01/13] mfd: max77686: "
` [PATCH v8 02/13] mfd: max77802: Add DT binding documentation
` [PATCH v8 03/13] regulator: Add driver for Maxim 77802 PMIC regulators
` [PATCH v8 04/13] clk: max77686: Add DT include for MAX77686 PMIC clock
` [PATCH v8 05/13] clk: Add generic driver for Maxim PMIC clocks
` [PATCH v8 06/13] clk: max77686: Convert to the generic max clock driver
` [PATCH v8 07/13] clk: max77686: Improve Maxim 77686 PMIC clocks binding
` [PATCH v8 08/13] clk: Add driver for Maxim 77802 PMIC clocks
` [PATCH v8 09/13] clk: max77802: Add DT binding documentation
` [PATCH v8 10/13] rtc: max77686: Allow the max77686 rtc to wakeup the system
` [PATCH v8 11/13] rtc: max77686: Remove dead code for SMPL and WTSR
` [PATCH v8 12/13] rtc: Add driver for Maxim 77802 PMIC Real-Time-Clock
` [PATCH v8 13/13] ARM: dts: Add max77802 to exynos5420-peach-pit and exynos5800-peach-pi
[PATCH 0/5] perf: Fix tracepoint events permissions check
2014-07-14 11:43 UTC (4+ messages)
` [PATCH 2/5] perf: Destroy event's children on task exit
[PATCH resend 00/19] Emulator speedups for 3.17
2014-07-14 11:38 UTC (20+ messages)
` [PATCH 01/19] KVM: vmx: speed up emulation of invalid guest state
` [PATCH 02/19] KVM: x86: return all bits from get_interrupt_shadow
` [PATCH 03/19] KVM: x86: avoid useless set of KVM_REQ_EVENT after emulation
` [PATCH 04/19] KVM: emulate: move around some checks
` [PATCH 05/19] KVM: emulate: protect checks on ctxt->d by a common "if (unlikely())"
` [PATCH 06/19] KVM: emulate: speed up emulated moves
` [PATCH 07/19] KVM: emulate: simplify writeback
` [PATCH 08/19] KVM: emulate: move init_decode_cache to emulate.c
` [PATCH 09/19] KVM: emulate: Remove ctxt->intercept and ctxt->check_perm checks
` [PATCH 10/19] KVM: emulate: cleanup decode_modrm
` [PATCH 11/19] KVM: emulate: clean up initializations in init_decode_cache
` [PATCH 12/19] KVM: emulate: rework seg_override
` [PATCH 13/19] KVM: emulate: do not initialize memopp
` [PATCH 14/19] KVM: emulate: speed up do_insn_fetch
` [PATCH 15/19] KVM: emulate: avoid repeated calls to do_insn_fetch_bytes
` [PATCH 16/19] KVM: emulate: avoid per-byte copying in instruction fetches
` [PATCH 17/19] KVM: emulate: put pointers in the fetch_cache
` [PATCH 18/19] KVM: x86: ensure emulator fetches do not span multiple pages
` [PATCH 19/19] KVM: x86: use kvm_read_guest_page for emulator accesses
[PATCH] ARM: EXYNOS: Fix MCPM build with SUSPEND=n
2014-07-14 11:35 UTC (2+ messages)
[PATCH 1/2] phy: core: Fix of_phy_provider_lookup to return PHY provider for sub node
2014-07-14 11:34 UTC (4+ messages)
` [PATCH 2/2] phy: core: Let node ptr of PHY point to PHY and not of PHY provider
[PATCH] ARM: avoid ARM binutils leaking ELF local symbols
2014-07-14 10:14 UTC (2+ messages)
Things I wish I'd known about Inotify
2014-07-14 11:28 UTC (6+ messages)
[PATCH v3 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs
2014-07-14 11:25 UTC (4+ messages)
` [PATCH 2/2] phy: Kconfig: Update config for Exynos USB DRD
[PATCH RFC tip/core/rcu 0/2] NOCB kthread economization patches
2014-07-14 11:21 UTC (4+ messages)
` [PATCH RFC tip/core/rcu 1/2] rcu: Rationalize kthread spawning
` [PATCH RFC tip/core/rcu 2/2] rcu: Create rcuo kthreads only for onlined CPUs
[PATCH v2 0/2] Add Qcom AP8064 SATA PHY support
2014-07-14 11:18 UTC (7+ messages)
` [PATCH v3 0/2] phy: qcom: Add driver for QCOM APQ8064 SATA PHY
` [PATCH v4 "
` [PATCH v4 1/2] "
` [PATCH v4 2/2] phy: qcom: Add APQ8064 SATA PHY device tree bindings
[PATCH] udf: avoid redundant memcpy when writing data in ICB
2014-07-14 11:14 UTC (3+ messages)
[PATCH resend #6] fcntl-linux.h: add new definitions and manual updates for open file description locks
2014-07-14 11:07 UTC
[PATCH 1/2] net: cadence: macb: add support for the WOL
2014-07-14 10:53 UTC (4+ messages)
[PATCH] phy: qcom: Add driver for QCOM APQ8064 SATA PHY
2014-07-14 10:53 UTC (2+ messages)
[RESEND PATCH 0/8] arm: dts: dra7: Add PCIe data and PCIe PHY data
2014-07-14 10:42 UTC (9+ messages)
` [RESEND PATCH 1/8] ARM: dts: dra7xx-clocks: Add divider table to optfclk_pciephy_div clock
` [RESEND PATCH 2/8] ARM: dts: dra7xx-clocks: Change the parent of apll_pcie_in_clk_mux to dpll_pcie_ref_m2ldo_ck
` [RESEND PATCH 3/8] ARM: dts: dra7xx-clocks: Add missing 32KHz clocks used for PHY
` [RESEND PATCH 4/8] ARM: dts: dra7xx-clocks: rename pcie clocks to accommodate second PHY instance
` [RESEND PATCH 5/8] ARM: dts: dra7xx-clocks: Add missing clocks for second PCIe "
` [RESEND PATCH 6/8] ARM: dts: dra7: Add dt data for PCIe PHY control module
` [RESEND PATCH 7/8] ARM: dts: dra7: Add dt data for PCIe PHY
` [RESEND PATCH 8/8] ARM: dts: dra7: Add dt data for PCIe controller
[PATCH] fs/udf: re-use hex_asc_upper_{hi,lo} macros
2014-07-14 10:42 UTC (2+ messages)
[PATCH v6 0/5] arm: Fix DEBUG_LL for multi-platform kernels (without PL01X)
2014-07-14 10:39 UTC (6+ messages)
` [PATCH v7 0/4] "
[PATCH] fs/cifs: Fix build warnings
2014-07-14 10:38 UTC
[PATCH v2 0/2] drm/msm: update and activate iommu support
2014-07-14 10:36 UTC (3+ messages)
` [PATCH 1/2] drm/msm: update "
[PATCH 2/2] arm: dra7xx: Add hwmod data for pcie1 and pcie2 subsystems
2014-07-14 10:34 UTC (4+ messages)
` [PATCH v2] "
sched, timers: use after free in __lock_task_sighand when exiting a process
2014-07-14 10:25 UTC (6+ messages)
[PATCH] block: provide compat ioctl for BLKZEROOUT
2014-07-14 10:27 UTC (3+ messages)
[RFC/PATCH 00/12] Krait clocks + Krait CPUfreq
2014-07-14 10:25 UTC (7+ messages)
` [RFC/PATCH 03/12] clk: qcom: Add support for muxes, dividers, and mux dividers
` [RFC/PATCH 06/12] clk: qcom: Add MSM8960's HFPLLs
` [RFC/PATCH 09/12] clk: qcom: Add Krait clock controller driver
[PATCH 00/13] Tegra124 CL-DVFS / DFLL clocksource, plus cpufreq
2014-07-14 10:22 UTC (10+ messages)
` [PATCH 01/13] clk: tegra: Add binding for the Tegra124 DFLL clocksource
[PATCH v4 0/4] Add support for Lenovo Compact Keyboard
2014-07-14 10:21 UTC (9+ messages)
` [PATCH v4 1/4] Rename hid-lenovo-tpkbd to hid-lenovo
` [PATCH v4 2/4] Make all base functions switch depending on product ID
` [PATCH v4 3/4] Style fixes
` [PATCH v4 4/4] Add support for Compact (Bluetooth|USB) keyboard with Trackpoint
[PATCH 00/41] perf tools: Preparation for call graph from Intel BTS
2014-07-14 10:03 UTC (42+ messages)
` [PATCH 01/41] perf tools: Fix the value used for unknown pids
` [PATCH 02/41] perf tools: Fix map groups of threads with "
` [PATCH 03/41] perf script: Display PERF_RECORD_MISC_COMM_EXEC flag
` [PATCH 04/41] perf record: Select comm_exec flag if supported
` [PATCH 05/41] perf tools: Identify which comms are from exec
` [PATCH 06/41] perf tools: Add machine__thread_exec_comm()
` [PATCH 07/41] perf tools: Fix missing kernel map load
` [PATCH 08/41] perf tools: Fix missing label symbols
` [PATCH 09/41] perf tools: Fix missing GNU IFUNC symbols
` [PATCH 10/41] perf inject: Fix build id injection
` [PATCH 11/41] perf tools: Fix appending a callchain from a previous sample
` [PATCH 12/41] perf tools: Fix leak of 'struct thread' on error path
` [PATCH 13/41] perf tools: Add machine__kernel_ip()
` [PATCH 14/41] perf buildid-cache: Apply force option to copying kcore
` [PATCH 15/41] perf script: Improve srcline display for BTS
` [PATCH 16/41] perf script: Do not print dangling '=>' "
` [PATCH 17/41] perf tools: Record whether a dso is 64-bit
` [PATCH 18/41] perf tools: Record whether a dso has data
` [PATCH 19/41] perf tools: Do not attempt to read data from kallsyms
` [PATCH 20/41] perf tools: Let a user specify a PMU event without any config terms
` [PATCH 21/41] perf tools: Let default config be defined for a PMU
` [PATCH 22/41] perf tools: Add perf_pmu__scan_file()
` [PATCH 23/41] perf tools: Add dsos__hit_all()
` [PATCH 24/41] perf tools: Add cpu to struct thread
` [PATCH 25/41] perf tools: Add ability to record the current tid for each cpu
` [PATCH 26/41] perf tools: Add ability to iterate over a dso's symbols
` [PATCH 27/41] perf session: Flag if the event stream is entirely in memory
` [PATCH 28/41] perf evlist: Pass mmap parameters in a struct
` [PATCH 29/41] perf tools: Add feature test for __sync_val_compare_and_swap
` [PATCH 30/41] perf tools: Add option macro OPT_CALLBACK_OPTARG
` [PATCH 31/41] perf evlist: Add perf_evlist__set_tracking_event()
` [PATCH 32/41] perf evsel: Add 'no_aux_samples' option
` [PATCH 33/41] perf evsel: Add 'immediate' option
` [PATCH 34/41] perf evlist: Add 'system_wide' option
` [PATCH 35/41] perf tools: Add id index
` [PATCH 36/41] perf pmu: Let pmu's with no events show up on perf list
` [PATCH 37/41] perf session: Add ability to skip 4GiB or more
` [PATCH 38/41] perf session: Add perf_session__deliver_synth_event()
` [PATCH 39/41] perf tools: Allow TSC conversion on any arch
` [PATCH 40/41] perf tools: Move rdtsc() function
` [PATCH 41/41] perf evlist: Add perf_evlist__enable_event_idx()
[PATCH v4 6/7] sched: add function nr_running_cpu to expose number of tasks running on cpu
2014-07-14 10:16 UTC (2+ messages)
Aw: [PATCH 15/43] parisc: Use get_signal() signal_setup_done()
2014-07-14 10:14 UTC
[PATCH v4] devicetree: Add generic IOMMU device tree bindings
2014-07-14 10:13 UTC (10+ messages)
[PATCH] clk: ti: clk-7xx: Correct ABE DPLL configuration
2014-07-14 10:10 UTC (7+ messages)
[PATCH 1/1] fs/quota: kernel-doc warning fixes
2014-07-14 10:10 UTC (2+ messages)
+ shmem-fix-faulting-into-a-hole-while-its-punched-take-2.patch added to -mm tree
2014-07-14 10:10 UTC (11+ messages)
[PATCH v2 1/2] hso: remove unused workqueue
2014-07-14 10:08 UTC (2+ messages)
` [PATCH v2 2/2] hso: fix deadlock when receiving bursts of data
Skrzynka Pocztowa Zostala Tymczasowo Zawieszona !!!
2014-07-14 9:52 UTC
[RFC PATCH 0/2] irqchip: GIC: check and clear GIC interupt active status
2014-07-14 9:57 UTC (4+ messages)
[PATCH] drivers/pwm/Kconfig: Let PWM_CLPS711X depend on HAS_IOMEM
2014-07-14 10:00 UTC (5+ messages)
[regression, 3.16-rc] rwsem: optimistic spinning causing performance degradation
2014-07-14 9:55 UTC (7+ messages)
[PATCH 0/6] Various Samsung fixes for v3.16-rc3
2014-07-14 9:54 UTC (6+ messages)
` [PATCH 2/6] ARM: EXYNOS: Fix core ID used by platsmp and hotplug code
` [PATCH v2 5/6] ARM: EXYNOS: Fix suspend/resume sequences
[PATCH 0/2] PCI/MSI: Remove arch_msi_check_device()
2014-07-14 9:55 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH 4/6] ARM: SAMSUNG: Restore Samsung PM Debug functionality
2014-07-14 9:52 UTC (3+ messages)
` [PATCH v2 "
testing result of loop-aio patchset on ext3
2014-07-14 9:51 UTC (2+ messages)
[PATCH v2 0/4] Tegra USB probe order issue fix
2014-07-14 9:51 UTC (4+ messages)
` [PATCH v2 2/4] ARM: tegra: Add resets & has-utmi-pad-registers flag to all USB PHYs
[PATCH 0/3] Support for Qualcomm QPNP PMIC's
2014-07-14 9:51 UTC (3+ messages)
` [PATCH 1/3] mfd: qpnp-spmi: add support for Qualcomm QPNP PMICs
[PATCH] Staging: rtl8821ae: fix coding style issue in cam.c
2014-07-14 9:42 UTC
[PATCH 00/10] fix freepage count problems due to memory isolation
2014-07-14 9:49 UTC (6+ messages)
[PATCH v5] mmap_vmcore: skip non-ram pages reported by hypervisors
2014-07-14 9:48 UTC (2+ messages)
[patch 00/55] timekeeping: 2038, optimizations, NMI safe accessors
2014-07-14 9:47 UTC (6+ messages)
` [patch 54/55] timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONIC[_RAW]
[PATCH] kernel:async :changed printk to pr_debug to respect coding style
2014-07-14 9:45 UTC
Could not mount sysfs when enable userns but disable netns
2014-07-14 9:32 UTC (4+ messages)
[PATCH] kernel:async :changed printk to pr_debug to respect coding style
2014-07-14 9:29 UTC
[PATCH] tty: kgdb_nmi: Convert kgdb_nmi_tty_enabled into a module parameter
2014-07-14 9:24 UTC (3+ messages)
[PATCH 1/2] staging: comedi: addi_apci_1564: driver no longer needs to include addi_common.h
2014-07-14 9:23 UTC (5+ messages)
` [PATCH 2/2] staging: comedi: addi_apci_1564: use addi_watchdog module to init watchdog subdevice
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