linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-14 20:14:25 to 2014-11-15 05:10:49 UTC [more...]

[PATCH 00/26 v5] trace-seq/seq-buf/x86/printk: Print all stacks from NMI safely
 2014-11-15  5:08 UTC  (22+ messages)
` [PATCH 01/26 v5] tracing: Fix trace_seq_bitmask() to start at current position
` [PATCH 03/26 v5] blktrace/tracing: Use trace_seq_has_overflowed() helper function
` [PATCH 06/26 v5] tracing: Have function_graph use trace_seq_has_overflowed()
` [PATCH 08/26 v5] tracing: Do not check return values of trace_seq_p*() for mmio tracer
` [PATCH 10/26 v5] tracing/uprobes: Do not use return values of trace_seq_printf()
` [PATCH 12/26 v5] tracing: Remove return values of most trace_seq_*() functions
` [PATCH 13/26 v5] tracing: Fix return value of ftrace_raw_output_prep()
` [PATCH 14/26 v5] tracing: Create seq_buf layer in trace_seq
` [PATCH 15/26 v5] tracing: Convert seq_buf_path() to be like seq_path()
` [PATCH 16/26 v5] tracing: Convert seq_buf fields to be like seq_file fields
` [PATCH 17/26 v5] tracing: Add a seq_buf_clear() helper and clear len and readpos in init
` [PATCH 18/26 v5] seq_buf: Create seq_buf_used() to find out how much was written
` [PATCH 19/26 v5] tracing: Use trace_seq_used() and seq_buf_used() instead of len
` [PATCH 20/26 v5] seq_buf: Add seq_buf_can_fit() helper function
` [PATCH 21/26 v5] tracing: Have seq_buf use full buffer
` [PATCH 22/26 v5] tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functions
` [PATCH 23/26 v5] seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF
` [PATCH 24/26 v5] seq_buf: Move the seq_buf code to lib/
` [PATCH 25/26 v5] printk: Add per_cpu printk func to allow printk to be diverted
` [PATCH 26/26 v5] x86/nmi: Perform a safe NMI stack trace on all CPUs

[PATCH v2] x86, mm: set NX across entire PMD at boot
 2014-11-15  3:38 UTC  (7+ messages)

[PATCH] audit: convert status version to a feature bitmap
 2014-11-15  3:32 UTC  (5+ messages)

[RFC PATCH 0/7] Replace _PAGE_NUMA with PAGE_NONE protections
 2014-11-15  3:29 UTC  (3+ messages)

[PATCH v2] kernel: use the gnu89 standard explicitly
 2014-11-15  3:04 UTC  (3+ messages)

[PATCH] Replace mentions of "list_struct" to "list_head"
 2014-11-15  2:59 UTC  (6+ messages)
` [RESUBMIT] "

frequent lockups in 3.18rc4
 2014-11-15  2:40 UTC  (8+ messages)

[PATCH v4] sched/numa: fix unsafe get_task_struct() in task_numa_assign()
 2014-11-15  2:38 UTC  (4+ messages)

simd: Allow simd use in kernel threads with softirqs disabled
 2014-11-15  2:28 UTC  (3+ messages)

[PATCH] DTS: ARM: OMAP3-N900: Add n900-battery support
 2014-11-15  2:08 UTC 

[PATCH 0/2] dma-debug: prevent early callers from crashing
 2014-11-15  2:02 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH] ARM: DTS: OMAP3-N900: add si4713 support
 2014-11-15  1:47 UTC 

[PATCH 1/2] of: Add vendor prefix for NovaTech LLC
 2014-11-15  1:41 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: Add devicetree for NovaTech OrionLXm

[PATCH] timekeeping: Move persistent clock registration code from ARM to kernel
 2014-11-15  1:38 UTC  (10+ messages)

[PATCH] mmu_gather: move minimal range calculations into generic code
 2014-11-15  1:37 UTC  (2+ messages)

[patch 00/16] genirq: Hierarchical irq domains and generic MSI interrupt code
 2014-11-15  1:26 UTC  (6+ messages)
` [patch 07/16] genirq: Introduce helper irq_domain_set_info() to reduce duplicated code

Request for help: what did I do wrong with idtentry?
 2014-11-15  1:21 UTC  (3+ messages)

[PATCH v3 00/21] backports: add kernel integration support
 2014-11-15  1:20 UTC  (9+ messages)
` [PATCH v3 10/21] backports: avoid git tree reinitialization

[PATCH] ACPI / sleep: Drain outstanding events after disabling multiple GPEs
 2014-11-15  1:37 UTC  (2+ messages)

[V2 PATCH 3/4] scsi:stex.c Add reboot support
 2014-11-15  1:03 UTC  (3+ messages)

[GIT PULL] Power Supply changes for 3.18-rc
 2014-11-15  0:54 UTC 

[PATCH] gpio-tz1090: fix error handling of irq_of_parse_and_map
 2014-11-15  0:44 UTC  (3+ messages)

[PATCH] x86, PCI: support mmio more than 44 bit on 32bit/PAE mode
 2014-11-15  0:39 UTC  (2+ messages)

[PATCH] serial: 8250_dw: Handle no_console_suspend when uart loses state
 2014-11-15  0:32 UTC 

[PATCH 1/1 net-next] Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_user
 2014-11-15  0:31 UTC  (2+ messages)

[PATCH] PCI: Don't reject 64bit mmio on 32bit/PAE mode
 2014-11-15  0:26 UTC  (2+ messages)

[PATCH v2 0/2] Add support for the rockchip mmc clock phases using the framework
 2014-11-15  0:00 UTC  (3+ messages)
` [PATCH v2 1/2] clk: rockchip: add bindings for the mmc clock phases
` [PATCH v2 2/2] clk: rockchip: Add support for the mmc clock phases using the framework

[PATCH 0/2] For now all I have is the getter and setter for the phase, nothing that uses it
 2014-11-14 23:43 UTC  (4+ messages)
` [PATCH 1/2] clk: rockchip: add bindings for the mmc clock phases
` [PATCH 2/2] clk: rockchip: Add support for the mmc clock phases using the framework

[PATCH 0/3] mmap() for vme_user and CR/CSR fix for master
 2014-11-14 23:36 UTC  (4+ messages)
` [PATCH 1/3] staging: vme: use image mutex for ioctl()
` [PATCH 2/3] staging: vme: mmap() support for vme_user
` [PATCH 3/3] vme: tsi148: Master windows support USERx and CR/CSR accesses, not slaves

[PATCH] cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logic
 2014-11-14 23:57 UTC  (2+ messages)

[PATCH V2] cpufreq: respect the min/max settings from user space
 2014-11-14 23:56 UTC  (2+ messages)

[PATCH v4 0/3] PM / clock_ops: add pm_clk_add_clk()
 2014-11-14 23:55 UTC  (2+ messages)

[ANNOUNCE] Git v2.2.0-rc2
 2014-11-14 23:34 UTC 

[PATCH 0/2] intel_pstate: Add support for hardware managed P states (HWP)
 2014-11-14 23:54 UTC  (2+ messages)

[PATCH v2 0/3] Intel RAPL updates for Atom CPUs
 2014-11-14 23:52 UTC  (2+ messages)

[PATCH v2] PM / Domains: Make genpd parameter of pm_genpd_present() const
 2014-11-14 23:51 UTC  (4+ messages)

[PATCH] PM / Domains: Extract code to power off/on a PM domain
 2014-11-14 23:51 UTC  (3+ messages)

[for-next][PATCH 0/9] tracing: Some fixes and cleanups for 3.19
 2014-11-14 23:24 UTC  (10+ messages)
` [for-next][PATCH 1/9] ftrace: Have the control_ops get a trampoline
` [for-next][PATCH 2/9] tracing: Fix traceoff_on_warning handling on boot command line
` [for-next][PATCH 3/9] tracing: kdb: Fix kernel panic during ftdump
` [for-next][PATCH 4/9] tracing: kdb: Fix kernel livelock with empty buffers
` [for-next][PATCH 5/9] tracing: Replace seq_printf by simpler equivalents
` [for-next][PATCH 6/9] tracing: Merge consecutive seq_puts calls
` [for-next][PATCH 7/9] trace: Replace single-character seq_puts with seq_putc
` [for-next][PATCH 8/9] ftrace-graph: show latency-format on print_graph_irq()
` [for-next][PATCH 9/9] function_graph: Fix micro seconds notations

[PATCH 51/56] drivers/char/mem: support compiling out splice
 2014-11-14 23:25 UTC  (7+ messages)

[git pull] drm fixes
 2014-11-14 23:24 UTC 

[PATCH 0/6] ACPI/EC: Cleanups of command flushing and event polling
 2014-11-14 23:38 UTC  (4+ messages)
` [PATCH 5/6] ACPI/EC: Cleanup QR_SC command processing by adding a kernel thread to poll EC events

[PATCH 1/3] ACPI / processor: Update the comments in processor.h
 2014-11-14 23:35 UTC  (4+ messages)
` [PATCH 3/3] ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu()

[PATCH] ACPI/OSL: Add IRQ handler flushing support in the OSL
 2014-11-14 23:34 UTC  (2+ messages)

[PATCH] ieee802154: fix error handling in ieee802154fake_probe()
 2014-11-14 23:11 UTC 

[GIT PULL] Please pull NFS client bugfixes
 2014-11-14 23:04 UTC 

Re:
 2014-11-14 20:49 UTC 

[PATCH] pinctrl: baytrail: show output gpio state correctly on Intel Baytrail
 2014-11-14 23:19 UTC  (4+ messages)

[V2 PATCH 01/10] added media agnostic (MA) USB HCD driver
 2014-11-14 22:48 UTC  (3+ messages)

[PATCH] HIS: nokia-modem: fix error handling of irq_of_parse_and_map
 2014-11-14 22:44 UTC  (2+ messages)

[PATCH 1/2] drm/msm: Register irq handler for each sub-system in mdss
 2014-11-14 22:42 UTC  (2+ messages)
` [PATCH 2/2] drm/msm: Decouple hdmi driver from mdp driver

[PATCH] NFC: st21nfcb: fix error handling of irq_of_parse_and_map
 2014-11-14 22:35 UTC 

GPIO bindings guidelines (Was: Re: [PATCH v5 10/12] gpio: Support for unified device properties interface)
 2014-11-14 22:54 UTC  (4+ messages)
` [PATCH] ACPI / GPIO: Driver GPIO mappings for ACPI GPIOs

[PATCH] NFC: st21nfca: fix error handling of irq_of_parse_and_map
 2014-11-14 22:32 UTC 

[PATCH] NFC: pn544: i2c: fix error handling of irq_of_parse_and_map
 2014-11-14 22:29 UTC 

[PATCH] ACPI/osl: speedup grace period in acpi_os_map_cleanup
 2014-11-14 22:48 UTC  (4+ messages)
` [PATCH v2] "

[git pull] Input updates for 3.18-rc4
 2014-11-14 22:26 UTC 

[PATCH] PCI: rcar: fix error handling of irq_of_parse_and_map
 2014-11-14 22:21 UTC 

[PATCH] PM / Runtime: Kconfig: move ia64 dependency to arch/ia64/Kconfig
 2014-11-14 22:41 UTC  (7+ messages)
` [PATCH] PM / domains: Kconfig: always enable PM_RUNTIME when genpd enabled

[PATCH] PCI: keystone: fix error handling of irq_of_parse_and_map
 2014-11-14 22:19 UTC 

[PATCH] x86, ia64: Do not lose track of the EFI default VGA device
 2014-11-14 22:11 UTC  (4+ messages)

[PATCH] irqchip: brcmstb-l2: fix error handling of irq_of_parse_and_map
 2014-11-14 22:16 UTC 

[PATCH] irqchip: bcm7120-l2: fix error handling of irq_of_parse_and_map
 2014-11-14 22:16 UTC 

[PATCHv2 net 0/4] Implement ndo_gso_check() for vxlan nics
 2014-11-14 22:13 UTC  (2+ messages)

[PATCH] brcmfmac: fix error handling of irq_of_parse_and_map
 2014-11-14 22:12 UTC 

pull request: wireless 2014-11-13
 2014-11-14 22:10 UTC  (2+ messages)

[PATCH] [media] exynos4-is: fix error handling of irq_of_parse_and_map
 2014-11-14 22:09 UTC 

[PATCH] inetdevice: fixed signed integer overflow
 2014-11-14 22:09 UTC  (2+ messages)

[RFC PATCH] x86, entry: Switch stacks on a paranoid entry from userspace
 2014-11-14 22:07 UTC  (13+ messages)

[PATCH] tty: serial: msm_serial: document DT alias
 2014-11-14 22:07 UTC 

[PATCH] ARM: b.L: fix unmet dependency for CPU_PM
 2014-11-14 22:06 UTC  (6+ messages)

N900 modem support in 3.18-rc1
 2014-11-14 22:05 UTC  (13+ messages)

[PATCH] nios2: fix error handling of irq_of_parse_and_map
 2014-11-14 22:04 UTC 

[PATCH V2 0/2] dmaengine: Support for IMG MDC
 2014-11-14 21:59 UTC  (3+ messages)
` [PATCH V2 1/2] dmaengine: Add binding document "
` [PATCH V2 2/2] dmaengine: Add driver "

x86 math_error warning in Linux kernel 3.10
 2014-11-14 21:54 UTC  (4+ messages)

[GIT PULL] EFI changes for v3.19
 2014-11-14 21:42 UTC 

[PATCH] sata_fsl: fix error handling of irq_of_parse_and_map
 2014-11-14 21:39 UTC 

[PATCH 1/1] ftruncate: create FAN_MODIFY and IN_MODIFY events
 2014-11-14 21:30 UTC  (8+ messages)
` [PATCH v2 1/1] ftruncate, truncate: create fanotify events

[PATCH] crypto: prefix module autoloading with "crypto-"
 2014-11-14 21:34 UTC 

[PATCH] ARM: dts: rockchip: enable PWM on Radxa Rock
 2014-11-14 15:32 UTC 

[PATCH v4 00/11] perf: Intel Cache QoS Monitoring support
 2014-11-14 21:15 UTC  (12+ messages)
` [PATCH 01/11] perf tools: Parse event per-package info files
` [PATCH 02/11] perf tools: Implement snapshot event file logic
` [PATCH 03/11] perf: Make perf_cgroup_from_task() global
` [PATCH 04/11] perf: Add ->count() function to read per-package counters
` [PATCH 05/11] perf: Move cgroup init before PMU ->event_init()
` [PATCH 06/11] x86: Add support for Intel Cache QoS Monitoring (CQM) detection
` [PATCH 07/11] perf/x86/intel: Add Intel Cache QoS Monitoring support
` [PATCH 08/11] perf/x86/intel: Implement LRU monitoring ID allocation for CQM
` [PATCH v4 09/11] perf/x86/intel: Support task events with Intel CQM
` [PATCH v4 10/11] perf/x86/intel: Perform rotation on Intel CQM RMIDs
` [PATCH 11/11] perf/x86/intel: Enable conflicting event scheduling for CQM

[PATCH v7 00/13] ARM: berlin: USB support
 2014-11-14 21:14 UTC  (8+ messages)
` [PATCH v7 08/13] usb: chipidea: add a usb2 driver for ci13xxx
` [PATCH v7 11/13] ARM: dts: Berlin: enable USB on the BG2Q DMP

[PATCH 0/6] add support for new persistent memory instructions
 2014-11-14 21:09 UTC  (5+ messages)
` [PATCH 1/6] x86: Add support for the pcommit instruction

[PATCHv7 0/8] usb: dwc2: Add support for dual-role
 2014-11-14 21:07 UTC  (10+ messages)
` [PATCHv7 3/8] usb: dwc2: convert to use dev_pm_ops API
` [PATCHv7 5/8] usb: dwc2: Update common interrupt handler to call gadget interrupt handler
` [PATCHv7 6/8] usb: dwc2: gadget: Do not fail probe if there isn't a clock node
` [PATCHv7 7/8] usb: dwc2: move usb_disabled() call to host driver only

[PATCH] usb: musb: core: Disable the Interrupts till BABBLE is fully handled
 2014-11-14 21:02 UTC  (4+ messages)

[PATCH 0/7] Fixes for ALPS trackstick
 2014-11-14 20:59 UTC  (2+ messages)

[RFC][PATCH 00/23 v4] trace-seq/seq-buf/x86/printk: Print all stacks from NMI safely
 2014-11-14 20:58 UTC  (9+ messages)
` [RFC][PATCH 17/23 v4] tracing: Have seq_buf use full buffer
` [RFC][PATCH 18/23 v4] tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functions

[PATCH 1/1 net-next] wireless: remove unnecessary sizeof(u8)
 2014-11-14 20:55 UTC 

[PATCH v2 0/2] UBSan: run-time undefined behavior sanity checker
 2014-11-14 20:54 UTC  (4+ messages)
` [PATCH v2 1/2] kernel: printk: specify alignment for struct printk_log

[GIT PULL] libata fixes for v3.18-rc4
 2014-11-14 20:43 UTC 

[PATCH 1/1 net-next] openvswitch: use PTR_ERR_OR_ZERO
 2014-11-14 20:34 UTC  (2+ messages)

linux-next: build warnings after merge of the tiny tree
 2014-11-14 20:38 UTC  (2+ messages)

[PATCH 1/1 linux-next] ARM: edma: remove unnecessary sizeof(s8)
 2014-11-14 20:34 UTC 

[GIT PULL] Block fixes for 3.18-rc
 2014-11-14 20:30 UTC 

[PATCH v3] usb: dwc2: add bus suspend/resume for dwc2
 2014-11-14 20:17 UTC  (5+ messages)

RW and executable hole in page tables on x86_64
 2014-11-14 20:15 UTC  (5+ messages)

re:
 2014-11-14 18:56 UTC 

[PATCH 3/4] OOM, PM: OOM killed task shouldn't escape PM suspend
 2014-11-14 20:14 UTC  (3+ messages)
` [RFC 0/4] OOM vs PM freezer fixes


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