linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-12 17:48:55 to 2016-02-12 22:12:36 UTC [more...]

[PATCH 1/5] x86/events: Move perf_event.c
 2016-02-12 22:12 UTC  (5+ messages)
` [tip:perf/core] perf/x86: Move perf_event.c ............... => x86/events/core.c
      ` {SPAM?} "

[PATCH v2 0/4] locking/mutex: Enable optimistic spinning of lock waiter
 2016-02-12 22:09 UTC  (9+ messages)
` [PATCH v2 1/4] locking/mutex: Add waiter parameter to mutex_optimistic_spin()
` [PATCH v2 4/4] sched/fair: Abort wakeup when task is no longer in a sleeping state

[PATCH 0/2] omap-ssi: clk change support
 2016-02-12 22:08 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: OMAP3-N950-N9: Add ssi idle pinctrl state

[PATCH] Revert "ASoC: qcom: Specify LE device endianness"
 2016-02-12 22:08 UTC  (9+ messages)

PATCH [0/2] ARM: dts: am33xx: add support for Ka-Ro electronics TX48-7020 module
 2016-02-12 22:07 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v2 0/7] ibmvscsi code cleanup
 2016-02-12 22:06 UTC  (3+ messages)
` [PATCH v2 3/7] ibmvscsi: Replace magic values in set_adpater_info() with defines

[PATCH 0/5] Nokia N950 modem support
 2016-02-12 22:01 UTC  (5+ messages)
` [PATCH 2/5] ARM: dts: OMAP3-N950-N9: Enable SSI module
` [PATCH 5/5] ARM: dts: OMAP3-N950-N9: Enable modem

[PATCH] ALSA: at73c213: add error handling of clk_enable()
 2016-02-12 21:58 UTC 

[PATCH 0/4] ARM: dts: igep00x0 and sl50 board fixes
 2016-02-12 21:58 UTC  (4+ messages)
` [PATCH 1/4] ARM: dts: igep00x0: Specify the device to be used for boot console output

[3.19.y-ckt stable] Linux 3.19.8-ckt15
 2016-02-12 21:56 UTC  (2+ messages)

[PATCH] ARM: dts: omap3-n900: Allow gpio keys to be disabled
 2016-02-12 21:53 UTC  (2+ messages)

[PATCH] branch tracer: fix freak link error
 2016-02-12 21:52 UTC  (4+ messages)

computing drop-able caches
 2016-02-12 21:46 UTC  (17+ messages)

[PATCH] [media] zl10353: use div_u64 instead of do_div
 2016-02-12 21:45 UTC  (7+ messages)

[PATCH v2 0/3] iProc I2C driver enhancement
 2016-02-12 21:45 UTC  (8+ messages)
` [PATCH v2 1/3] i2c: iproc: Add recovery mechanism in error case
` [PATCH v2 2/3] i2c: iproc: Fix typo in the driver
` [PATCH v2 3/3] i2c: iproc: Support larger TX transfer

[RESEND PATCH v4 0/4] ARM: dts: use syscon property instead of ctrl-module
 2016-02-12 21:44 UTC  (2+ messages)

[PATCH 0/3] Support persistent memory as reserved type in e820/EFI
 2016-02-12 22:30 UTC  (4+ messages)
` [PATCH 3/3] ACPI: Change NFIT driver to set PMEM type to iomem entry

[PATCH RFC 0/3] net: bridge: set forwarding state when unbridging switchdev ports
 2016-02-12 21:34 UTC  (4+ messages)
` [PATCH RFC 1/3] net: bridge: log state when setting it
` [PATCH RFC 2/3] net: bridge: set forwarding state on port removal
` [PATCH RFC 3/3] net: dsa: remove dsa_slave_stp_update

[PATCH 00/33] x86: Memory Protection Keys (v10)
 2016-02-12 21:02 UTC  (34+ messages)
` [PATCH 01/33] mm: introduce get_user_pages_remote()
` [PATCH 02/33] mm: overload get_user_pages() functions
` [PATCH 03/33] mm, gup: switch callers of get_user_pages() to not pass tsk/mm
` [PATCH 04/33] x86, fpu: add placeholder for Processor Trace XSAVE state
` [PATCH 05/33] x86, pkeys: Add Kconfig option
` [PATCH 06/33] x86, pkeys: cpuid bit definition
` [PATCH 07/33] x86, pkeys: define new CR4 bit
` [PATCH 08/33] x86, pkeys: add PKRU xsave fields and data structure(s)
` [PATCH 09/33] x86, pkeys: PTE bits for storing protection key
` [PATCH 10/33] x86, pkeys: new page fault error code bit: PF_PK
` [PATCH 11/33] x86, pkeys: store protection in high VMA flags
` [PATCH 12/33] x86, pkeys: arch-specific protection bits
` [PATCH 13/33] x86, pkeys: pass VMA down in to fault signal generation code
` [PATCH 14/33] signals, pkeys: notify userspace about protection key faults
` [PATCH 15/33] x86, pkeys: fill in pkey field in siginfo
` [PATCH 16/33] x86, pkeys: add functions to fetch PKRU
` [PATCH 17/33] mm: factor out VMA fault permission checking
` [PATCH 18/33] x86, mm: simplify get_user_pages() PTE bit handling
` [PATCH 19/33] x86, pkeys: check VMAs and PTEs for protection keys
` [PATCH 20/33] mm: do not enforce PKEY permissions on "foreign" mm access
` [PATCH 21/33] x86, pkeys: optimize fault handling in access_error()
` [PATCH 22/33] x86, pkeys: differentiate instruction fetches
` [PATCH 23/33] x86, pkeys: dump PKRU with other kernel registers
` [PATCH 24/33] x86, pkeys: dump pkey from VMA in /proc/pid/smaps
` [PATCH 25/33] x86, pkeys: add Kconfig prompt to existing config option
` [PATCH 26/33] x86, pkeys: actually enable Memory Protection Keys in CPU
` [PATCH 27/33] mm, multi-arch: pass a protection key in to calc_vm_flag_bits()
` [PATCH 28/33] x86, pkeys: add arch_validate_pkey()
` [PATCH 29/33] x86: separate out LDT init from context init
` [PATCH 30/33] x86, fpu: allow setting of XSAVE state
` [PATCH 31/33] x86, pkeys: allow kernel to modify user pkey rights register
` [PATCH 32/33] x86, pkeys: create an x86 arch_calc_vm_prot_bits() for VMA flags
` [PATCH 33/33] x86, pkeys: execute-only support

[v2 PATCH] trace, kasan: silence Kasan warning in check_stack
 2016-02-12 20:46 UTC 

[PATCH] Revert "net: phy: turn carrier off on phy attach"
 2016-02-12 21:07 UTC  (3+ messages)

[PATCH v3 00/14] mtd: spi-nor: add driver for Atmel QSPI controller
 2016-02-12 21:00 UTC  (3+ messages)
` [PATCH v3 01/14] mtd: spi-nor: remove micron_quad_enable()

Bug 4.1.16: self-detected stall in net/unix/?
 2016-02-12 20:59 UTC  (13+ messages)
          ` [PATCH net] af_unix: Guard against other == sk in unix_dgram_sendmsg

[PATCH 0/4] Fix pxa dma requestor lines
 2016-02-12 20:55 UTC  (4+ messages)
` [PATCH 1/4] dma: mmp_pdma: Add the #requestors DT property documentation

[PATCH] Add support for usbfs zerocopy
 2016-02-12 20:55 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 00/54] perf tools: Bugfix, BPF improvements and overwrite ring buffer support
 2016-02-12 20:55 UTC  (3+ messages)
` [PATCH 08/54] perf record: Apply config to BPF objects before recording

[PATCH v8 2/4] perf inject: add jitdump mmap injection support
 2016-02-12 20:43 UTC  (13+ messages)

[PATCH V2 0/6] Introduce CoreSight STM support
 2016-02-12 20:33 UTC  (8+ messages)
` [PATCH V2 3/6] stm class: provision for statically assigned masterIDs

[PATCH] mtd: bcm63xxpart: give width specifier an 'int', not 'size_t'
 2016-02-12 20:26 UTC 

Unhelpful caching decisions, possibly related to active/inactive sizing
 2016-02-12 20:24 UTC  (6+ messages)

[PATCH] kernel: fs: drop_caches: add dds drop_caches_count
 2016-02-12 20:14 UTC 

[PATCH 00/33] Compile-time stack metadata validation
 2016-02-12 20:10 UTC  (7+ messages)

[PART1 RFC 0/9] KVM: x86: Introduce SVM AVIC support
 2016-02-12 20:05 UTC  (16+ messages)
` [PART1 RFC 6/9] svm: Add interrupt injection via AVIC

[PATCH] cgroup: provide cgroup_nov1= to disable controllers in v1 mounts
 2016-02-12 20:03 UTC  (4+ messages)

[PATCH][v3.13.y-ckt]umount: Do not allow unmounting rootfs
 2016-02-12 19:58 UTC 

[PATCH] trace, kasan: silence Kasan warning in check_stack
 2016-02-12 19:46 UTC  (5+ messages)

[PATCH v2] net: fec: Add "phy-reset-active-low" property to DT
 2016-02-12 19:44 UTC  (4+ messages)

[PATCH v7 0/3] add support for DWC UFS Controller
 2016-02-12 19:36 UTC  (5+ messages)
` [PATCH v7 3/3] add support for DWC UFS Host Controller

[PATCH] mtd: spi-nor: Add support for s25fl116k
 2016-02-12 19:34 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] iProc I2C driver enhancement
 2016-02-12 19:33 UTC  (7+ messages)
` [PATCH 1/3] i2c: iproc: Add recovery mechanism in error case
` [PATCH 3/3] i2c: iproc: Support larger TX transfer

[PATCH linux-next v2 01/14] mtd: spi-nor: remove micron_quad_enable()
 2016-02-12 19:24 UTC  (3+ messages)

[PATCH] i2c: uniphier: add COMPILE_TEST option
 2016-02-12 19:24 UTC  (2+ messages)

[PATCH 1/2] regulator: core: Use a bitfield for continuous_voltage_range
 2016-02-12 19:24 UTC  (4+ messages)
` [PATCH 2/2] regulator: core: Provide per-regulator runtime PM support

[PATCH] i2c: uniphier: fix typos in error messages
 2016-02-12 19:23 UTC  (2+ messages)

[PATCH v6] i2c: mt8173: add 4GB mode support in i2c driver
 2016-02-12 19:18 UTC  (2+ messages)

[PATCH] mtd: map: fix .set_vpp() documentation
 2016-02-12 19:12 UTC 

[PATCH] Doc: i2c: Fix typo in Documentation/i2c
 2016-02-12 19:11 UTC  (2+ messages)

[PATCH V3] i2c: i801: Adding Intel Lewisburg support for iTCO
 2016-02-12 19:09 UTC  (3+ messages)

[PATCH 00/11] x86/mm: Implement lockless pgd_alloc()/pgd_free()
 2016-02-12 19:04 UTC  (3+ messages)
` [PATCH 03/11] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()

[PATCH v2 0/2] DAX bdev fixes - move flushing calls to FS
 2016-02-12 19:03 UTC  (3+ messages)

[PATCH V3 0/6] Introduce CoreSight STM support
 2016-02-12 19:02 UTC  (10+ messages)
` [PATCH V3 1/6] stm class: Add ioctl get_options interface
` [PATCH V3 6/6] coresight-stm: adding driver for CoreSight STM component

[PATCH v3] dmi: Make dmi_walk and dmi_walk_early return real error codes
 2016-02-12 18:59 UTC  (7+ messages)

[PATCH v2 0/9] ACPI: parse the SPCR table
 2016-02-12 18:56 UTC  (14+ messages)
` [PATCH v2 1/9] printk: fix name and type of some variables
` [PATCH v2 2/9] ACPI: Change __init to __ref for early_acpi_os_unmap_memory()
` [PATCH v2 3/9] ACPI: introduce acpi_table_parse2()
` [PATCH v2 4/9] ACPI: parse SPCR and enable matching console
` [PATCH v2 5/9] ACPI: enable ACPI_SPCR_TABLE on ARM64
` [PATCH v2 6/9] ACPI: add definition of DBG2 subtypes
` [PATCH v2 7/9] serial: pl011: add acpi_match
` [PATCH v2 8/9] serial: 8250: "
` [PATCH v2 9/9] serial: pl011: use SPCR to setup 32-bit access

[PATCH] i2c: designware: balance clk enable/disable on removal
 2016-02-12 18:54 UTC  (4+ messages)

[PATCH linux-next v4 00/11] mtd: bcm63xxpart: Add NAND partitioning support
 2016-02-12 18:53 UTC  (6+ messages)
` [PATCH linux-next v4 06/11] mtd: bcm63xxpart: Remove dependency on mach-bcm63xx
` [PATCH linux-next v4 07/11] MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() function

[PATCH] clk: Make of_clk_get_from_provider() available to modules
 2016-02-12 18:50 UTC 

blk: accessing invalid memory with "blk-mq: dynamic h/w context count"
 2016-02-12 18:50 UTC  (3+ messages)

[PATCHv2 00/28] huge tmpfs implementation using compound pages
 2016-02-12 18:50 UTC  (11+ messages)
` [PATCHv2 13/28] thp: support file pages in zap_huge_pmd()
` [PATCHv2 15/28] thp: handle file COW faults
` [PATCHv2 17/28] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv2 18/28] thp: prepare change_huge_pmd() for file thp
` [PATCHv2 19/28] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem

[PATCH RFC] locking/mutexes: don't spin on owner when wait list is not NULL
 2016-02-12 18:33 UTC  (13+ messages)
            ` [PATCH] locking/mutex: Avoid spinner vs waiter starvation

[PATCH V7 0/6] i2c: qup: Add support for v2 tags and bam dma
 2016-02-12 18:42 UTC  (10+ messages)
` [PATCH V7 1/6] i2c: qup: Change qup_wait_writeready function to use for all timeouts
` [PATCH V7 2/6] i2c: qup: Add V2 tags support
` [PATCH V7 3/6] i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bit
` [PATCH V7 4/6] i2c: qup: Add bam dma capabilities

[PATCH v4 0/2] let printk()/console_trylock() callers to cond_resched()
 2016-02-12 18:37 UTC  (4+ messages)
` [PATCH v4 1/3] printk: move can_use_console out of console_trylock_for_printk
` [PATCH v4 2/3] printk: set may_schedule for some of console_trylock callers
` [PATCH v4 3/3] printk: check CON_ENABLED in have_callable_console()

[PATCH v4 01/19] firmware: simplify dev_*() print messages for generic helpers
 2016-02-12 18:29 UTC 

[PATCH] lib/Kconfig: make PREEMPT_COUNT depend on PREEMPT in DEBUG_ATOMIC_SLEEP
 2016-02-12 18:14 UTC 

[PATCH 1/2] iio: ina2xx: Fix whitespace and re-order code
 2016-02-12 18:34 UTC  (2+ messages)
` [PATCH 2/2] iio: ina2xx: Remove trace_printk debug statments

[PATCH] serial: 8250_pci: add MOXA Smartio MUE boards support
 2016-02-12 18:28 UTC 

[PATCH v2 0/6] LG Optimus Black (P970) codename sniper support and lp872x improvements
 2016-02-12 18:25 UTC  (4+ messages)
` [PATCH v2 2/4] regulator: lp872x: Add enable GPIO pin support

[PATCH] Documentation: SubmittingPatches: Add note about Reviewed-by tags
 2016-02-12 18:24 UTC  (2+ messages)

[PATCH] arm64: remove redundant preempt.h
 2016-02-12 17:56 UTC 

[PATCH] vfio: fix link failures when CONFIG_PCI_MSI is disabled
 2016-02-12 18:17 UTC  (2+ messages)

[PATCH] kvm: do not SetPageDirty from kvm_set_pfn_dirty for file mappings
 2016-02-12 18:12 UTC  (3+ messages)

[PATCH v5 00/10] Input: synaptics-rmi4: Synaptics RMI4 Driver
 2016-02-12 18:10 UTC  (3+ messages)

[PATCH v3 1/5] Staging: rtl8188eu/core: remove paragraph which mention FSF address in comment header
 2016-02-12 18:05 UTC  (5+ messages)
` [PATCH v3 2/5] Staging: rtl8188eu/core: Coding style fix, set conform spaces between identifiers
  ` [PATCH v3 3/5] Staging: rtl8188eu/core: Coding style fix, set constant operand on right in tests
    ` [PATCH v3 4/5] Staging: rtl8188eu/core: Coding style fix, avoid line over 80 characters
      ` [PATCH v3 5/5] Staging: rtl8188eu/core: make core more readable

[PATCH net-next 00/10] Proposal for a API set for HW Buffer management
 2016-02-12 18:04 UTC  (4+ messages)
` [PATCH net-next 03/10] net: mvneta: bm: add support for hardware buffer management

[PATCH] arm64: make irq_stack_ptr more robust
 2016-02-12 17:54 UTC  (7+ messages)
        ` Reinitiazling an arm machine without restarting the kernel or rebooting the machine

[PATCH] Use ida_simple for SCSI iSCSI transport session id
 2016-02-12 17:54 UTC  (2+ messages)


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