public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-19 14:46:35 to 2015-11-19 18:42:12 UTC [more...]

[PATCH 00/25] serial: sh-sci: Add external clock and BRG Support
 2015-11-19 18:39 UTC  (15+ messages)
` [PATCH 04/25] serial: sh-sci: Grammar s/Get ... for/Get ... from/
` [PATCH 05/25] serial: sh-sci: Drop unused frame_len parameter for sci_baud_calc_hscif()
` [PATCH 08/25] serial: sh-sci: Make unsigned values in sci_baud_calc_hscif() unsigned
` [PATCH 09/25] serial: sh-sci: Avoid overflow in sci_baud_calc_hscif()
` [PATCH 15/25] serial: sh-sci: Replace struct sci_port_info by type/regtype encoding
` [PATCH 17/25] serial: sh-sci: Correct SCIF type on R-Car for BRG
` [PATCH 18/25] serial: sh-sci: Prepare for multiple clocks and baud rate generators
` [PATCH 19/25] serial: sh-sci: Add support for optional external (H)SCK input
` [PATCH 20/25] serial: sh-sci: Add support for optional BRG on (H)SCIF
` [PATCH 21/25] ARM: shmobile: r8a7791 dtsi: Add BRG support for (H)SCIF
` [PATCH 22/25] ARM: shmobile: koelsch dts: Enable SCIF_CLK frequency and pins
` [PATCH 23/25] arm64: renesas: r8a7795 dtsi: Add BRG support for (H)SCIF
` [PATCH 24/25] arm64: renesas: salvator-x dts: Enable SCIF_CLK frequency and pins
` [PATCH 25/25] sh: sh7734: Correct SCIF type for BRG

[patch -mm] mm, vmalloc: remove VM_VPAGES
 2015-11-19 18:37 UTC  (6+ messages)
  ` [kbuild-all] "

[Patch-V2 0/6] HID: Support for the Logitech G920 Wheel
 2015-11-19 18:35 UTC  (5+ messages)
` [Patch-V2 1/6] INPUT: xpad: Add minimal support for "

[PATCH 0/2] Support for Sigma Designs SMP86xx interrupt controller
 2015-11-19 18:33 UTC  (3+ messages)
` [PATCH 1/2] devicetree: add binding "
` [PATCH 2/2] irqchip: add support "

[PATCHv7] EDAC, altera: Add Altera L2 Cache and OCRAM EDAC Support
 2015-11-19 18:34 UTC  (2+ messages)

[PATCH v3 2/2] ASoC: codecs: Add da7218 codec driver
 2015-11-19 18:29 UTC  (2+ messages)

linux-next: manual merge of the audit tree with Linus' tree
 2015-11-19 18:30 UTC  (3+ messages)

[PATCH v11 0/8] Goodix touchscreen enhancements
 2015-11-19 18:24 UTC  (8+ messages)
` [PATCH v11 2/8] Input: goodix - reset device at init
` [PATCH v11 3/8] Input: goodix - write configuration data to device
` [PATCH v11 4/8] Input: goodix - add power management support

[PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
 2015-11-19 18:21 UTC  (5+ messages)
                                ` [PATCH] HID: Wacom: Delete an unnecessary check before the function call "kobject_put"
                                ` [PATCH] SCSI-libfc: Delete an unnecessary check before the function call "kmem_cache_destroy"

[PATCH v2 1/2] usb: dwc2: host: Fix missing device insertions
 2015-11-19 18:19 UTC  (7+ messages)
` [PATCH v2 2/2] usb: dwc2: host: Clear interrupts before handling them

[PATCH v2] pci: Limit VPD length for megaraid_sas adapter
 2015-11-19 18:18 UTC  (2+ messages)
` [PATCH v3] "

ptrace() hangs on attempt to seize/attach stopped & frozen task
 2015-11-19 18:08 UTC  (9+ messages)

[GIT PULL 00/37] perf/core improvements and fixes
 2015-11-19 17:53 UTC  (38+ messages)
` [PATCH 01/37] perf test: Fix build of BPF and LLVM on older glibc libraries
` [PATCH 02/37] tools: Fix selftests_install Makefile rule
` [PATCH 03/37] tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c
` [PATCH 04/37] tools: Clone the kernel's strtobool function
` [PATCH 05/37] bpf tools: Load a program with different instances using preprocessor
` [PATCH 06/37] perf bpf: Add BPF_PROLOGUE config options for further patches
` [PATCH 07/37] perf bpf: Compile dwarf-regs.c if CONFIG_BPF_PROLOGUE is on
` [PATCH 08/37] perf bpf: Allow BPF program attach to uprobe events
` [PATCH 09/37] perf bpf: Allow attaching BPF programs to modules symbols
` [PATCH 10/37] perf bpf: Allow BPF program config probing options
` [PATCH 11/37] perf bpf: Add prologue for BPF programs for fetching arguments
` [PATCH 12/37] perf bpf: Generate prologue for BPF programs
` [PATCH 13/37] perf test: Test the BPF prologue adding infrastructure
` [PATCH 14/37] perf test: Fix 'perf test BPF' when it fails to find a suitable vmlinux
` [PATCH 15/37] perf bpf: Use same BPF program if arguments are identical
` [PATCH 16/37] perf tests: Pass the subtest index to each test routine
` [PATCH 17/37] perf test: Print result for each LLVM subtest
` [PATCH 18/37] perf test: Print result for each BPF subtest
` [PATCH 19/37] perf test: Mute test cases error messages if verbose == 0
` [PATCH 20/37] perf probe: Fix to free temporal Dwarf_Frame
` [PATCH 21/37] perf machine: Fix machine__findnew_module_map to put registered map
` [PATCH 22/37] perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps references
` [PATCH 23/37] perf machine: Fix to destroy kernel maps when machine exits
` [PATCH 24/37] perf tools: Make perf_exec_path() always return malloc'd string
` [PATCH 25/37] perf tools: Fix to put new map after inserting to map_groups in dso__load_sym
` [PATCH 26/37] perf tools: Fix __dsos__addnew to put dso after adding it to the list
` [PATCH 27/37] perf tools: Fix machine__create_kernel_maps to put kernel dso refcount
` [PATCH 28/37] perf machine: Fix machine__findnew_module_map to put dso
` [PATCH 29/37] perf report: Support folded callchain mode on --stdio
` [PATCH 30/37] perf callchain: Abstract callchain print function
` [PATCH 31/37] perf callchain: Add count fields to struct callchain_node
` [PATCH 32/37] perf report: Add callchain value option
` [PATCH 33/37] perf hists browser: Factor out hist_browser__show_callchain_list()
` [PATCH 34/37] perf hists browser: Support flat callchains
` [PATCH 35/37] perf hists browser: Support folded callchains
` [PATCH 36/37] perf ui/gtk: Support flat callchains
` [PATCH 37/37] perf ui/gtk: Support folded callchains

[PATCH 4/4] locking: Introduce smp_cond_acquire()
 2015-11-19 18:01 UTC  (11+ messages)

[PATCH v5 0/4] mfd: sec: add S2MPS15 PMIC support
 2015-11-19 18:00 UTC  (2+ messages)

[V2 PATCH] arm64: restore bogomips information in /proc/cpuinfo
 2015-11-19 17:59 UTC  (2+ messages)

[PATCH v3] watchdog: add support for Sigma Designs SMP86xx/SMP87xx
 2015-11-19 17:54 UTC 

[GIT PULL] at91: fixes for 4.4 #1
 2015-11-19 17:44 UTC  (3+ messages)

[PATCH 0/4] CFS idle injection
 2015-11-19 17:43 UTC  (16+ messages)
` [PATCH 2/4] timer: relax tick stop in idle entry
` [PATCH 3/4] sched: introduce synchronized idle injection
` [PATCH 4/4] sched: add trace event for "

[PATCH 0/8] staging: comedi: some comedi_write() changes
 2015-11-19 17:23 UTC  (4+ messages)
` [PATCH 1/8] staging: comedi: rearrange comedi_write() code

[PATCH] staging: android: ion: Fixing NULL comparison style
 2015-11-19 17:36 UTC  (2+ messages)

[PATCH 0/2] staging: comedi: s526: add counter register macros
 2015-11-19 17:34 UTC  (4+ messages)
` [PATCH 1/2] staging: comedi: s526: replace counter mode bitfield struct
` [PATCH 2/2] staging: comedi: s526: add macros for counter control reg values

[PATCH v2 0/5] Devicetree support for misc/eeprom/eeprom_93xx46
 2015-11-19 17:30 UTC  (13+ messages)
` [PATCH v2 2/5] Documentation: devicetree: Add DT bindings to eeprom_93xx46 driver
` [PATCH v2 3/5] misc: eeprom_93xx46: Implement eeprom_93xx46 DT bindings
` [PATCH v2 5/5] misc: eeprom_93xx46: Add support for a GPIO 'select' line

[RFC] In-kernel fuzz testing for apps
 2015-11-19 17:25 UTC  (3+ messages)

[PATCH v3 00/12] Add mipi dsi support for rk3288
 2015-11-19 17:19 UTC  (7+ messages)
` [PATCH v3 05/12] Documentation: dt-bindings: Add bindings for Synopsys DW MIPI DSI DRM bridge driver
` [PATCH v3 08/12] Documentation: dt-bindings: Add bindings for rk3288 DW MIPI DSI driver
` [PATCH v3 11/12] drm/panel: simple: Add boe,tv080wum-nl0 simple panel device tree binding

[PATCH RESEND_2] scsi_sysfs: protect against double execution of __scsi_remove_device()
 2015-11-19 17:16 UTC  (2+ messages)

[PATCH RESEND] arm64: berlin: add the pinctrl dependency for Marvell Berlin SoCs
 2015-11-19 16:59 UTC  (3+ messages)

[PATCH] mfd: wm8994: Ensure that the whole MFD is built into a single module
 2015-11-19 16:46 UTC 

[PATCH v3] arm64: Add support for PTE contiguous bit
 2015-11-19 16:57 UTC 

[PATCH 1/2] ARM: hisi: do not export smp_operations structures
 2015-11-19 16:50 UTC  (2+ messages)

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy
 2015-11-19 16:52 UTC  (8+ messages)
` [PATCH 13/14] mm: memcontrol: account socket memory in unified hierarchy memory controller

[PATCH 0/1] async: export current_is_async()
 2015-11-19 16:52 UTC  (4+ messages)
` [PATCH 1/1] "
  ` [Intel-gfx] [PATCH 0/1] "

[PATCH 0/5] 64-by-32 ddivision optimization for constant divisors on 32-bit machines
 2015-11-19 16:44 UTC  (5+ messages)
` [PATCH 5/5] ARM: asm/div64.h: adjust to generic codde

[PATCH 0/5] page_owner improvements for debugging
 2015-11-19 16:44 UTC  (4+ messages)
` [PATCH 3/5] mm, page_owner: copy page owner info during migration

[PATCH v2] pinctrl: at91-pio4: use %pr format string for resource
 2015-11-19 16:39 UTC  (2+ messages)

[RFC PATCH 0/3] restartable sequences v2: fast user-space percpu critical sections
 2015-11-19 16:38 UTC  (3+ messages)
` [RFC PATCH v2 1/3] restartable sequences: user-space per-cpu "

[PATCH] include: asm-generic: page.h: Remove useless get_user_page and free_user_page
 2015-11-19 16:35 UTC  (3+ messages)

[PATCH 1/2] mmc: sdhci-esdhc-imx: move the setting of watermark level out of probe
 2015-11-19 16:34 UTC  (6+ messages)
` [PATCH 2/2] mmc: sdhci-esdhc-imx: correct the tuning-step setting

[PATCH] hid: usbhid: hid-core: fix recursive deadlock
 2015-11-19 16:33 UTC  (7+ messages)

[PATCH v3 0/7] User namespace mount updates
 2015-11-19 16:31 UTC  (31+ messages)

[PATCH v2 1/2] devicetree: watchdog: add binding for Sigma Designs SMP8642 watchdog
 2015-11-19 16:30 UTC  (4+ messages)
` [PATCH v2 2/2] watchdog: add support for Sigma Designs SMP86xx/SMP87xx

[GIT PULL] optimize 64-by-32 ddivision for constant divisors on 32-bit machines
 2015-11-19 16:28 UTC  (2+ messages)

[PATCH v3 0/8] dwc2: Fix uframe scheduler + speed up the interrupt handler quite a bit
 2015-11-19 16:27 UTC  (4+ messages)
` [PATCH v3 6/8] usb: dwc2: host: Assume all devices are on one single_tt hub

[PATCH 0/3] ARM: dts: add support for NS, NSP, and NS2 clocks
 2015-11-19 16:25 UTC  (5+ messages)
` [PATCH 2/3] ARM: dts: enable clock support for Broadcom NSP

[PATCH v2 1/1] iommu/vt-d: use lo_hi_readq() / lo_hi_writeq()
 2015-11-19 16:22 UTC 

[PATCH] nohz: Clarify magic in tick_nohz_stop_sched_tick()
 2015-11-19 16:21 UTC 

[PATCH] Cleanup useless codes in CMCI handler
 2015-11-19 16:15 UTC  (3+ messages)
` [UNTESTED PATCH] x86, mce: Avoid double entry of deferred errors into the genpool

[PATCH] w1: w1_process() is not freezable kthread
 2015-11-19 16:15 UTC  (6+ messages)

[PATCH] sp5100_tco: Add AMD Mullins platform support
 2015-11-19 16:13 UTC  (2+ messages)

[Intel-gfx] [Announcement] Updates to XenGT - a Mediated Graphics Passthrough Solution from Intel
 2015-11-19 16:12 UTC  (13+ messages)
` [Intel-gfx] [Announcement] 2014-Q3 release of "
  ` [Intel-gfx] [Announcement] 2015-Q1 "
      ` [Intel-gfx] [Announcement] 2015-Q2 "
        ` [Intel-gfx] [Announcement] 2015-Q3 "

[PATCH] lightnvm: fix wrong return value and remove nvme_free(dev) in nvm_init()
 2015-11-19 16:08 UTC  (2+ messages)

[PATCH v3 0/6] Arizona Extcon Update Device Bindings
 2015-11-19 15:45 UTC  (7+ messages)
` [PATCH v3 1/6] extcon: arizona: Add device binding to enable ADC mode micdet
` [PATCH v3 2/6] extcon: arizona: Add device binding for the general purpose switch
` [PATCH v3 3/6] extcon: arizona: Add device binding for jack detect polarity inversion
` [PATCH v3 4/6] extcon: arizona: Add device binding for second jack detect pin on GPIO5
` [PATCH v3 5/6] extcon: arizona: Update DT binding documentation for mic detection
` [PATCH v3 6/6] extcon: arizona: Update DT binding documentation for jack detection

[RFC PATCH] xfs: support for non-mmu architectures
 2015-11-19 15:55 UTC  (2+ messages)

[PATCH] spi: dts: sun4i: Add support for inter-word wait cycles
 2015-11-19 15:53 UTC  (2+ messages)
` [PATCH] spi: dts: sun4i: Add support for inter-word wait cycles using the SPI Wait Clock Register

[PATCH 0/7] cputime: A few tickless cputime accounting fixes and improvements
 2015-11-19 15:47 UTC  (8+ messages)
` [PATCH 1/7] cputime: Fix invalid gtime in proc
` [PATCH 2/7] cputime: Remove extra cost in task_cputime
` [PATCH 3/7] cputime: Clarify vtime symbols and document them
` [PATCH 4/7] cputime: Correctly handle task guest time on housekeepers
` [PATCH 5/7] cputime: Rename vtime_accounting_enabled to vtime_accounting_cpu_enabled
` [PATCH 6/7] cputime: Introduce vtime accounting check for readers
` [PATCH 7/7] cputime: Convert vtime_seqlock to seqcount

[PATCH v2 0/2] toshiba_acpi: Add WWAN support
 2015-11-19 15:49 UTC  (3+ messages)
` [PATCH v2 1/2] toshiba_acpi: Add support for WWAN devices
` [PATCH v2 2/2] toshiba_acpi: Add WWAN RFKill support

Regression on Chromebook Pixel 2015 due to i915 fastboot always-on
 2015-11-19 15:44 UTC  (5+ messages)

[PATCH 00/19] drm: Add Allwinner A10 display engine support
 2015-11-19 15:43 UTC  (15+ messages)
` [PATCH 01/19] clk: sunxi: Add display clock
` [PATCH 04/19] clk: sunxi: Add TCON channel1 clock
` [PATCH 05/19] clk: sunxi: add DRAM gates

[RESEND PATCH] hid: Drop owner assignment from i2c_driver
 2015-11-19 15:40 UTC  (2+ messages)

kernel BUG at drivers/scsi/scsi_lib.c:1096!
 2015-11-19 15:35 UTC  (5+ messages)

[PATCH v3 0/5] Add reboot notifier driver for rockchip platform
 2015-11-19 15:30 UTC  (6+ messages)
` [PATCH v3 2/5] dt-bindings: soc: add document for rockchip reboot notifier driver

[PATCH] scpi: hide get_scpi_ops in module from built-in code
 2015-11-19 15:23 UTC  (3+ messages)

[PATCH] input: i8042: add quirk to implement i8042 detect for AMD
 2015-11-19 14:40 UTC  (6+ messages)

[PATCH v4 00/13] ARM IRQ forward control based on IRQ bypass manager
 2015-11-19 14:54 UTC  (14+ messages)
` [PATCH v4 01/13] KVM: arm/arm64: select IRQ_BYPASS_MANAGER
` [PATCH v4 02/13] VFIO: platform: registration of a dummy IRQ bypass producer
` [PATCH v4 03/13] VFIO: platform: test forwarded state when selecting the IRQ handler
` [PATCH v4 04/13] VFIO: platform: single handler using function pointer
` [PATCH v4 05/13] VFIO: platform: add vfio_platform_set_forwarded
` [PATCH v4 06/13] VFIO: platform: add vfio_platform_irq_is_active
` [PATCH v4 07/13] VFIO: platform: add irq bypass producer management
` [PATCH v4 08/13] KVM: arm/arm64: vgic: adapt state machine for non shared mapped interrupts
` [PATCH v4 09/13] KVM: arm/arm64: vgic: support irqfd injection of a mapped IRQ
` [PATCH v4 10/13] KVM: arm/arm64: vgic: forwarding control
` [PATCH v4 11/13] KVM: arm/arm64: vgic: implement clear active for non shared mapped IRQ
` [PATCH v4 12/13] KVM: arm/arm64: vgic: implement clear pending "
` [PATCH v4 13/13] KVM: arm/arm64: implement IRQ bypass consumer functions

[PATCH] drm/panel: simple: Add support for G121X1-L03
 2015-11-19 14:56 UTC  (2+ messages)

CFQ timer precision
 2015-11-19 14:55 UTC  (4+ messages)

[PATCH] thermal: Add support for Sunxi THS on the Allwinner H3
 2015-11-19 14:54 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: vgic: leave the LR active state on GICD_ICENABLERn access
 2015-11-19 14:52 UTC 

[Patch v5 0/2] media: v4l: ti-vpe: Add CAL v4l2 camera capture driver
 2015-11-19 14:51 UTC  (3+ messages)
` [Patch v5 2/2] media: v4l: ti-vpe: Document DRA72 CAL h/w module

[RFC/PATCH] pinctrl: qcom: Add generic ssbi and spmi GPIO/MPP bindings
 2015-11-19 14:50 UTC  (2+ messages)

[PATCH 0/2] Add pm8994 gpio and mpp support
 2015-11-19 14:47 UTC  (5+ messages)
` [PATCH 1/2] pinctrl: qcom: spmi-gpio: Add pm8994 gpio support
` [PATCH 2/2] pinctrl: qcom: spmi-mpp: Add pm8994 mpp support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox