LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-24 16:27:01 to 2015-06-25 00:16:13 UTC [more...]

[PATCH v7 0/9] pci: add pci_iomap_wc() and pci_ioremap_wc_bar()
 2015-06-25  0:08 UTC  (8+ messages)
` [PATCH v7 5/9] PCI: Add pci_iomap_wc() variants

[RFCv2][PATCH 1/7] fs: optimize inotify/fsnotify code for unwatched files
 2015-06-25  0:16 UTC 

[Patch 0/2] Add mt6580 basic chip support
 2015-06-25  0:15 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: mediatek: add mt6580 basic support

[PATCH v5 0/7] Add basic microphone detection bindings
 2015-06-25  0:13 UTC  (3+ messages)
` [PATCH v5 4/7] extcon: arizona: Convert to gpiod

[RFC PATCH 0/3] restartable sequences: fast user-space percpu critical sections
 2015-06-25  0:07 UTC  (5+ messages)
` [RFC PATCH 3/3] restartable sequences: basic user-space self-tests
` [RFC PATCH 1/3] restartable sequences: user-space per-cpu critical sections
` [RFC PATCH 2/3] restartable sequences: x86 ABI

[PATCH] arm: Update memblock limit after mapping lowmem
 2015-06-25  0:07 UTC  (3+ messages)

[PATCH] tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP set in periodic mode
 2015-06-25  0:06 UTC  (6+ messages)

[PATCH v7 00/14] crypto: add a new driver for Marvell's CESA
 2015-06-25  0:00 UTC  (9+ messages)

[RFC][PATCH] sched: might_sleep(): do rate-limiting before sanity checks
 2015-06-25  0:03 UTC 

[PATCH-v3 0/3] mfd: 88pm800: Add Device tree support
 2015-06-25  0:03 UTC  (5+ messages)
` [PATCH-v3 1/3] mfd: 88pm800: Add device "
` [PATCH-v3 2/3] mfd: 88pm800: Allow configuration of interrupt clear method

[PATCH] fix nct7802_temp_is_visible
 2015-06-25  0:00 UTC  (2+ messages)

Stop SSD from waiting for "Spinning up disk..."
 2015-06-24 23:55 UTC  (5+ messages)

[RFC PATCH] Fix: x86 unaligned __memcpy to/from virtual memory
 2015-06-24 23:54 UTC  (6+ messages)

[GIT] Networking
 2015-06-24 23:38 UTC  (2+ messages)

[PATCH] iop-adma: detangle dma_alloc_writecombine() use and check
 2015-06-24 23:32 UTC  (2+ messages)

[PATCH 00/32] ACPICA: 20150619 Release
 2015-06-24 23:57 UTC  (10+ messages)
` [PATCH v2 00/28] "
  ` [PATCH v2 05/28] ACPICA: Hardware: Enable firmware waking vector for both 32-bit and 64-bit FACS
  ` [PATCH v2 16/28] ACPICA: Namespace: Add support of OSDT table
` [PATCH v2 03/28] ACPICA: Hardware: Enable 64-bit firmware waking vector for selected FACS

4.0.5: WARNING: CPU: 3 PID: 249 at /home/kernel/COD/linux/mm/backing-dev.c:372 bdi_unregister+0x36/0x40()
 2015-06-24 23:29 UTC  (2+ messages)

[PATCH] sched: split sched_switch trace event into two
 2015-06-24 23:19 UTC 

[PATCH] drm/msm: Set different display size limitation on each target
 2015-06-24 23:13 UTC 

linux-next: build failure after merge of the modules tree
 2015-06-24 22:57 UTC  (4+ messages)
  ` [PATCH] modules: only use mod->param_lock if CONFIG_MODULES

[PATCH] mm: meminit: Finish initialisation of struct pages before basic setup
 2015-06-24 22:50 UTC  (3+ messages)

Write throughput impaired by touching dirty_ratio
 2015-06-24 22:26 UTC  (2+ messages)

[PATCH] keys: Use non-conflicting variable name
 2015-06-24 22:27 UTC 

changing format/size of data in TRACE_EVENT(extlog_mem_event)
 2015-06-24 22:17 UTC  (2+ messages)

[git pull] Input updates for 4.2-rc0
 2015-06-24 22:08 UTC 

[RFC v4 00/31] Richacls
 2015-06-24 21:57 UTC  (32+ messages)
` [RFC v4 01/31] vfs: Add IS_ACL() and IS_RICHACL() tests
` [RFC v4 02/31] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC v4 03/31] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [RFC v4 04/31] vfs: Make the inode passed to inode_change_ok non-const
` [RFC v4 05/31] vfs: Add permission flags for setting file attributes
` [RFC v4 06/31] richacl: In-memory representation and helper functions
` [RFC v4 07/31] richacl: Permission mapping functions
` [RFC v4 08/31] richacl: Compute maximum file masks from an acl
` [RFC v4 09/31] richacl: Update the file masks in chmod()
` [RFC v4 10/31] richacl: Permission check algorithm
` [RFC v4 11/31] vfs: Cache base_acl objects in inodes
` [RFC v4 12/31] vfs: Cache richacl in struct inode
` [RFC v4 13/31] richacl: Check if an acl is equivalent to a file mode
` [RFC v4 14/31] richacl: Create-time inheritance
` [RFC v4 15/31] richacl: Automatic Inheritance
` [RFC v4 16/31] richacl: xattr mapping functions
` [RFC v4 17/31] vfs: Add richacl permission checking
` [RFC v4 18/31] ext4: Add richacl support
` [RFC v4 19/31] ext4: Add richacl feature flag
` [RFC v4 20/31] richacl: acl editing helper functions
` [RFC v4 21/31] richacl: Move everyone@ aces down the acl
` [RFC v4 22/31] richacl: Propagate everyone@ permissions to other aces
` [RFC v4 23/31] richacl: Set the owner permissions to the owner mask
` [RFC v4 24/31] richacl: Set the other permissions to the other mask
` [RFC v4 25/31] richacl: Isolate the owner and group classes
` [RFC v4 26/31] richacl: Apply the file masks to a richacl
` [RFC v4 27/31] richacl: Create richacl from mode values
` [RFC v4 28/31] nfsd: Keep list of acls to dispose of in compoundargs
` [RFC v4 29/31] nfsd: Use richacls as internal acl representation
` [RFC v4 30/31] nfsd: Add richacl support
` [RFC v4 31/31] nfsd: Add support for the v4.1 dacl attribute

[PATCH v6 0/9] Add simple NVMEM Framework via regmap
 2015-06-24 22:07 UTC  (9+ messages)
` [PATCH v6 6/9] nvmem: qfprom: Add Qualcomm QFPROM support

[GIT PULL] pstore for 4.2
 2015-06-24 22:02 UTC 

[PATCH] ARM64: smp: Silence suspicious RCU usage with ipi tracepoints
 2015-06-24 21:59 UTC  (4+ messages)

[PATCH] of: acpi: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()
 2015-06-24 22:20 UTC  (3+ messages)

[PATCH] acpi/video: Inline acpi_video_set_dmi_backlight_type
 2015-06-24 22:18 UTC  (2+ messages)

[PATCH] PM / hibernate: re-enable nonboot cpus on disable_nonboot_cpus() failure
 2015-06-24 22:15 UTC  (2+ messages)

[RFC v1 00/25] Optimize irq flow handler
 2015-06-24 21:44 UTC  (15+ messages)
` [RFC v1 14/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t

[PATCH v3 00/18] x86/tsc: Clean up rdtsc helpers
 2015-06-24 21:38 UTC  (3+ messages)
` [PATCH v3 13/18] x86/tsc: Rename native_read_tsc() to rdtsc()

[PATCH v3 00/15] x86: Rewrite exit-to-userspace code
 2015-06-24 21:18 UTC  (3+ messages)
` [PATCH v3 09/15] x86/entry/64: Migrate 64-bit and compat syscalls to new exit hooks

[PATCH V10 00/10] New cpumask API and Intel Cache Allocation support
 2015-06-24 21:15 UTC  (10+ messages)
` [PATCH 01/10] cpumask: Introduce cpumask_any_online_but
` [PATCH 02/10] x86/intel_cqm: Modify hot cpu notification handling
` [PATCH 09/10] x86/intel_rdt: Hot cpu support for Cache Allocation

[BUG ?] regmap: debugfs: WARN_ON at regmap-debugfs.c:151
 2015-06-24 20:49 UTC  (5+ messages)

[PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
 2015-06-24 20:48 UTC  (6+ messages)
                                ` [PATCH 1/1] SCSI: Deletion of unnecessary checks before the function call "put_device"
                                  ` [PATCH] SCSI: Delete "
                                ` [PATCH 1/1] SCSI-fnic: Deletion of an unnecessary check before the function call "vfree"
                                  ` [PATCH] SCSI-fnic: Delete "
                                ` [PATCH] s390/process: Delete an unnecessary check before the function call "kfree"

kdbus: to merge or not to merge?
 2015-06-24 20:45 UTC  (14+ messages)

[PATCHv5 0/2] Adding driver for Xilinx LogiCORE IP mailbox
 2015-06-24 20:36 UTC  (3+ messages)
` [PATCHv5 2/2] mailbox: "

[GIT PULL] f2fs updates for v4.2
 2015-06-24 20:25 UTC 

[PATCH v6 08/12] KVM: arm64: re-factor hyp.S debug register code
 2015-06-24 20:22 UTC  (4+ messages)
` [PATCH v6 10/12] KVM: arm64: guest debug, HW assisted debug support

[RFC][PATCH 1/2] fs: use RCU for free_super() vs. __sb_start_write()
 2015-06-24 20:21 UTC  (3+ messages)

[PATCH 00/12] Use !x to check for kzalloc failure
 2015-06-24 20:14 UTC  (8+ messages)
` [PATCH 01/12] staging: lustre: fid: "
            ` [lustre-devel] "

[PATCH v6] Mediatek SCPSYS power domain support
 2015-06-24 20:13 UTC  (9+ messages)
` [PATCH 1/4] soc: mediatek: Add infracfg misc driver support
` [PATCH 2/4] dt-bindings: soc: Add documentation for the MediaTek SCPSYS unit
` [PATCH 3/4] soc: Mediatek: Add SCPSYS power domain driver
` [PATCH 4/4] ARM64: MediaTek MT8173: Add SCPSYS device node

[PATCH] ARM64: TTY: hvc_dcc: Add support for ARM64 dcc
 2015-06-24 20:11 UTC  (3+ messages)

[PATCH 0/9] clk: ST clock fixes
 2015-06-24 20:03 UTC  (5+ messages)
` [PATCH 1/9] drivers: clk: st: Incorrect clocks status
` [PATCH 2/9] drivers: clk: st: Incorrect register offset used for lock_status

[PATCH 0/8] Qualcomm PMIC pinctrl additions
 2015-06-24 19:54 UTC  (3+ messages)
` [PATCH 8/8] pinctrl: qcom: ssbi: Family A gpio & mpp drivers

[v4 00/16] Add VT-d Posted-Interrupts support
 2015-06-24 19:49 UTC  (11+ messages)
` [v4 08/16] KVM: kvm-vfio: User API for IRQ forwarding

[PATCH v2 0/2] arm64: dts: Mediatek: MT8173 updtes
 2015-06-24 19:47 UTC  (5+ messages)
` [PATCH v2 2/2] arm64: dts: mt8173: Add I2C device node

[PATCH] sched_fair: test list head instead of list entry in throttle_cfs_rq()
 2015-06-24 19:41 UTC 

[ANNOUNCE] 3.4.108-rt135
 2015-06-24 19:37 UTC 

[ANNOUNCE] 3.10.81-rt88
 2015-06-24 19:37 UTC 

[ANNOUNCE] 3.12.44-rt61
 2015-06-24 19:35 UTC 

[ANNOUNCE] 3.14.44-rt44
 2015-06-24 19:34 UTC 

[ANNOUNCE] 3.18.16-rt13
 2015-06-24 19:33 UTC 

[PATCH] ARM: use phys_addr_t in pfn_to_kaddr()
 2015-06-24 19:22 UTC  (2+ messages)

[PATCH 0/1] mm: move ->mremap() from file_operations to vm_operations_struct
 2015-06-24 19:23 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH 1/1] drm/radeon: use kzalloc for allocating one thing
 2015-06-24 19:02 UTC  (3+ messages)

[PATCH v2 0/4] net: dsa: mv88e6352: add support for VLAN Table Unit
 2015-06-24 18:50 UTC  (5+ messages)
` [PATCH v2 1/4] net: dsa: mv88e6xxx: add debugfs interface for VTU
` [PATCH v2 2/4] net: dsa: add support for switchdev VLAN objects
` [PATCH v2 3/4] net: dsa: mv88e6xxx: add support to dump VLANs
` [PATCH v2 4/4] net: dsa: mv88e6xxx: add support to add/del VLANs

[PATCH] trace-cmd: annotate function durations like the kernel
 2015-06-24 18:36 UTC 

[RFC][PATCH 12/13] stop_machine: Remove lglock
 2015-06-24 18:14 UTC  (18+ messages)

[PATCH] Staging:rtl8192u: fixed coding style issues
 2015-06-24 18:05 UTC 

[PATCH] trace-cmd: add documentation for trace-cmd-kmemleak
 2015-06-24 18:08 UTC 

[PATCH 0/9] [New BSP] Add initial support for Freescale Kinetis TWR-K70F120M development kit
 2015-06-24 17:44 UTC  (7+ messages)
` [PATCH 7/9] arm: twr-k70f120m: IOMUX driver for Kinetis SoC
` [PATCH 8/9] arm: twr-k70f120m: extend Freescale eDMA driver with ability to support "

[PATCH 1/1] arm: dts: am43xx-clock: Add qspi clock node
 2015-06-24 17:45 UTC 

[PATCH] staging: speakup: replace simple_strtoul() with kstrtoint()
 2015-06-24 17:46 UTC  (6+ messages)

[PATCH 0/3]drm/msm/mdp5: Add plane blending operation support for MDP5
 2015-06-24 17:30 UTC  (3+ messages)
` [PATCH 1/3] drm/doc: Add description of drm properties in msm

[PATCH v2 0/2] x86/mm/pat: modify nopat requirement warning
 2015-06-24 17:23 UTC  (3+ messages)
` [PATCH v2 1/2] x86/mm/pat, drivers/infiniband/ipath: replace WARN() with pr_warn()
` [PATCH v2 2/2] x86/mm/pat, drivers/media/ivtv: move pat warn and "

[RFC][PATCH] fs: optimize inotify/fsnotify code for unwatched files
 2015-06-24 17:29 UTC  (12+ messages)

[PATCH v7] dma: Add Xilinx AXI Direct Memory Access Engine driver support
 2015-06-24 17:12 UTC  (5+ messages)

[PATCH v2] IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXX
 2015-06-24 17:18 UTC  (2+ messages)

[PATCH v3 0/3] Add NUMA support for NVDIMM devices
 2015-06-24 17:14 UTC  (10+ messages)
` [PATCH v3 2/3] libnvdimm: Set numa_node to "
` [PATCH v3 3/3] libnvdimm: Add sysfs "

[GIT PULL] EDAC updates for 4
 2015-06-24 17:13 UTC  (6+ messages)
        ` [GIT PULL] EDAC updates for 4.2 - v2

[PATCH v5 2/2] dma: Add Xilinx AXI Central Direct Memory Access Engine driver support
 2015-06-24 17:12 UTC  (3+ messages)

kexec crash kernel running with watchdog enabled
 2015-06-24 17:06 UTC  (3+ messages)

Use of pinctrl-single for external device over I2C
 2015-06-24 17:10 UTC  (4+ messages)

[PATCH V3] trace/events: add chip name and hwirq to irq entry tracepoint
 2015-06-24 16:42 UTC  (2+ messages)

[PATCH] mm: make GUP handle pfn mapping unless FOLL_GET is requested
 2015-06-24 16:40 UTC  (2+ messages)

[GIT PULL] First batch of KVM changes for 4.2
 2015-06-24 16:37 UTC  (3+ messages)

[PATCH] staging: rtl8192u: ieee80211_rx: Fix incorrect type in assignments
 2015-06-24 16:34 UTC  (3+ messages)

[PATCH v3 00/19] staging: sm750fb: checkpatch.pl fixes
 2015-06-24 16:25 UTC  (17+ messages)
` [PATCH v3 04/19] staging: sm750fb: add space before open parenthesis
` [PATCH v3 05/19] staging: sm750fb: remove space between function name and parenthesis
` [PATCH v3 06/19] staging: sm750fb: add space before open brace
` [PATCH v3 07/19] staging: sm750fb: add space after close brace
` [PATCH v3 08/19] staging: sm750fb: add space after enum definition
` [PATCH v3 09/19] staging: sm750fb: add space after struct definition
` [PATCH v3 10/19] staging: sm750fb: add space after return type
` [PATCH v3 11/19] staging: sm750fb: consistent spacing around operators
` [PATCH v3 12/19] staging: sm750fb: add spaces "
` [PATCH v3 13/19] staging: sm750fb: add space after semicolon
` [PATCH v3 14/19] staging: sm750fb: remove trailing whitespace
` [PATCH v3 15/19] staging: sm750fb: remove unnecessary whitespace
` [PATCH v3 16/19] staging: sm750fb: fix brace placement
` [PATCH v3 17/19] staging: sm750fb: move while statement to follow do close brace
` [PATCH v3 18/19] staging: sm750fb: remove unnecessary braces
` [PATCH v3 19/19] staging: sm750fb: add missing blank line after declarations

[PATCH] staging: sm750fb: use tabs for indentation
 2015-06-24 16:29 UTC  (5+ messages)

[PATCH] usb: ci_hdrc_imx: add optional hub clock
 2015-06-24 16:27 UTC  (3+ messages)

[PATCH V2 0/5] drivers/rtc/rtc-ds1307.c: Basic cleanups and support for wakeupirq
 2015-06-24 16:26 UTC  (5+ messages)
` [PATCH V2 4/5] drivers/rtc/rtc-ds1307.c: Support optional wakeup interrupt source

[RFC v3 0/4] fs: Add generic file system event notifications
 2015-06-24 16:26 UTC  (5+ messages)
` [RFC v3 1/4] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).