linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-19 15:47:43 to 2015-11-19 19:21:09 UTC [more...]

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

[PATCH 00/27] mtd: nand: refactor the NAND subsystem (part 1)
 2015-11-19 19:19 UTC  (5+ messages)
` [PATCH 01/27] mtd: nand: fix drivers abusing mtd->priv
` [PATCH 02/27] mtd: nand: add an mtd_to_nand() helper

[lkp] [x86, perf] 7aba70e47c: BUG: unable to handle kernel paging request at 696d2f62
 2015-11-19 19:18 UTC  (3+ messages)

[PATCH 0/7] add missing of_node_put
 2015-11-19 19:14 UTC  (11+ messages)
` [PATCH 1/7] phy: brcmstb-sata: "
              ` device_node lifetime (was: Re: [PATCH 1/7] phy: brcmstb-sata: add missing of_node_put)

[PATCH 1/3 v2] dl2k: Handle memory allocation errors in alloc_list
 2015-11-19 19:13 UTC  (3+ messages)
` [PATCH 2/3] dl2k: Reorder and cleanup initialization
` [PATCH 3/3 v3] dl2k: Implement suspend

[PATCH v2 0/6] memcg/kmem: switch to white list policy
 2015-11-19 19:12 UTC  (13+ messages)
` [PATCH v2 1/6] Revert "kernfs: do not account ino_ida allocations to memcg"
` [PATCH v2 2/6] Revert "gfp: add __GFP_NOACCOUNT"
` [PATCH v2 3/6] memcg: only account kmem allocations marked as __GFP_ACCOUNT
` [PATCH v2 4/6] slab: add SLAB_ACCOUNT flag
` [PATCH v2 5/6] vmalloc: allow to account vmalloc to memcg
` [PATCH v2 6/6] Account certain kmem allocations "

[PATCH v3] watchdog: add support for Sigma Designs SMP86xx/SMP87xx
 2015-11-19 19:11 UTC  (2+ messages)

[PATCH 0/3] perf tools DWARF libunwind: Add callchain order support
 2015-11-19 19:10 UTC  (2+ messages)

[PATCHv2] arm: Update all mm structures with section adjustments
 2015-11-19 19:10 UTC  (2+ messages)

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

[PATCH] perf: Fallback to JIT support for mmap'd non-ELF binaries
 2015-11-19 19:09 UTC 

[PATCH] cpufreq, intel_pstate.c, Fix rounding errors
 2015-11-19 19:07 UTC  (3+ messages)

[PATCH 0/4] CFS idle injection
 2015-11-19 19:06 UTC  (14+ messages)
` [PATCH 2/4] timer: relax tick stop in idle entry
` [PATCH 3/4] sched: introduce synchronized idle injection

[RFC PATCH] tsc: synchronize TSCs on buggy Intel Xeon E5 CPUs with offset error
 2015-11-19 19:04 UTC  (8+ messages)

[GIT PULL] arm64 fixes for 4.4
 2015-11-19 19:00 UTC 

[PATCH] Documentation: Describe the shared memory usage/accounting
 2015-11-19 18:58 UTC 

[PATCHSET v2] netfilter, cgroup: implement xt_cgroup2 match
 2015-11-19 18:58 UTC  (10+ messages)
` [PATCH 1/7] cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using it
` [PATCH 2/7] kernfs: implement kernfs_walk_and_get()
` [PATCH 3/7] cgroup: implement cgroup_get_from_path() and expose cgroup_put()
` [PATCH 4/7] netprio_cgroup: limit the maximum css->id to USHRT_MAX
` [PATCH 5/7] net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct
` [PATCH 6/7] sock, cgroup: add sock->sk_cgroup
` [PATCH 7/7] netfilter: implement xt_cgroup2 match
` [PATCH v2 iptables] libxt_cgroup2: add support for cgroup2 path matching
` [PATCH iptables] libxt_cgroup: improve wording in the man page

[PATCH 00/25] serial: sh-sci: Add external clock and BRG Support
 2015-11-19 18:39 UTC  (26+ messages)
` [PATCH 01/25] serial: sh-sci: Update DT binding documentation for external clock input
` [PATCH 02/25] serial: sh-sci: Update DT binding documentation for BRG support
` [PATCH 03/25] serial: sh-sci: Drop useless check for zero sampling_rate
` [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 06/25] serial: sh-sci: Don't overwrite clock selection in serial_console_write()
` [PATCH 07/25] serial: sh-sci: Convert from clk_get() to devm_clk_get()
` [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 10/25] serial: sh-sci: Improve bit rate error calculation for HSCIF
` [PATCH 11/25] serial: sh-sci: Avoid calculating the receive margin "
` [PATCH 12/25] serial: sh-sci: Merge sci_scbrr_calc() and sci_baud_calc_hscif()
` [PATCH 13/25] serial: sh-sci: Take into account sampling rate for max baud rate
` [PATCH 14/25] serial: sh-sci: Add BRG register definitions
` [PATCH 15/25] serial: sh-sci: Replace struct sci_port_info by type/regtype encoding
` [PATCH 16/25] serial: sh-sci: Correct SCIF type on RZ/A1H
` [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

ptrace() hangs on attempt to seize/attach stopped & frozen task
 2015-11-19 18:47 UTC  (12+ messages)
` [PATCH 0/2] (Was: ptrace() hangs on attempt to seize/attach stopped & frozen task)
  ` [PATCH 1/2] ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killable
  ` [PATCH 2/2] ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED task

[PATCH 0/5] arm64: cpufeature: Fixes for 4.4-rc1
 2015-11-19 18:45 UTC  (6+ messages)
` [PATCH 1/5] arm64: cpufeature: Add helpers for extracting unsigned values
  ` [PATCH 2/5] arm64: cpufeature: Track unsigned fields

[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  (5+ messages)
` [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] pci: Limit VPD length for megaraid_sas adapter
 2015-11-19 18:18 UTC  (2+ messages)
` [PATCH v3] "

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

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

[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  (2+ messages)

[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  (2+ messages)

[PATCH v3 00/12] Add mipi dsi support for rk3288
 2015-11-19 17:19 UTC  (5+ messages)
` [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  (3+ messages)
  ` [Intel-gfx] "

[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  (13+ 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 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


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