linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-14 12:44:49 to 2015-03-15 10:18:07 UTC [more...]

[PATCH 2/2] ath10k: core: harmonize error case handling in ath10k_core_start
 2015-03-15 10:17 UTC  (3+ messages)

Linux XIA - merge proposal
 2015-03-15 10:03 UTC  (5+ messages)

[PATCH] i2c: ismt: fix type of return var of wait_for_completion_timeout
 2015-03-15 10:02 UTC  (2+ messages)

[PATCH] i2c: imx: match return type of wait_for_completion_timeout
 2015-03-15 10:02 UTC  (2+ messages)

[PATCH 1/2] i2c: nomadik: match return type of wait_for_completion_timeout
 2015-03-15 10:02 UTC  (2+ messages)

[PATCH 2/2] i2c: nomadik: match status to return type of read_i2c
 2015-03-15 10:02 UTC  (2+ messages)

[PATCH v2] i2c: axxia: fixup return type of wait_for_completion_timeout
 2015-03-15 10:02 UTC  (2+ messages)

[PATCH] i2c: at91: fixup return type of wait_for_completion_timeout
 2015-03-15 10:01 UTC  (2+ messages)

[PATCH 00/10] omap3 crypto fixes
 2015-03-15  9:59 UTC  (4+ messages)

[PATCH] code style fix
 2015-03-15  9:58 UTC 

[PATCH 1/1 linux-next] udf: use int for allocated blocks instead of sector_t
 2015-03-15  9:54 UTC 

[PATCH v2 00/16] checkpatch clean-up of rtl8723au's rtw_security.c
 2015-03-15  9:31 UTC  (18+ messages)
` [PATCH v2 01/16] staging: rtl8723au: Reformat whitespace to increase readability
` [PATCH v2 02/16] staging: rtl8723au: Fix "before/around/after" whitespace issues
` [PATCH v2 03/16] staging: rtl8723au: else should follow close brace
` [PATCH v2 04/16] staging: rtl8723au: Fix the indentation of two lines
` [PATCH v2 05/16] staging: rtl8723au: Reorganize a few functions to remove indentation
` [PATCH v2 06/16] staging: rtl8723au: Do not initialize a static to 0
` [PATCH v2 07/16] staging: rtl8723au: else is not generally useful after a return
` [PATCH v2 08/16] staging: rtl8723au: Remove unneeded curly braces
` [PATCH v2 09/16] staging: rtl8723au: trailing statements should be on next line
` [PATCH v2 10/16] staging: rtl8723au: that open brace should be on the previous line
` [PATCH v2 11/16] staging: rtl8723au: No spaces at the start of a line
` [PATCH v2 12/16] staging: rtl8723au: Adjust whitespace in and around comments
` [PATCH v2 13/16] staging: rtl8723au: suspect code indent for conditional statements
` [PATCH v2 14/16] staging: rtl8723au: Rework two byte array comparisons
` [PATCH v2 15/16] staging: rtl8723au: Correct a typo in a trace log line
` [PATCH v2 16/16] staging: rtl8723au: Remove unneeded comments

Add kdbus branch to linux-next?
 2015-03-15  9:34 UTC 

[PATCH v4 00/14] Add kdbus implementation
 2015-03-15  9:32 UTC  (3+ messages)
` [PATCH] kdbus: fix minor typo in the walk-through example

[PATCH] i2c: wmt: match return type of wait_for_completion_timeout
 2015-03-15  9:30 UTC  (2+ messages)

[PATCH] i2c: i2c-bcm2835: match return type of wait_for_completion_timeout
 2015-03-15  9:29 UTC  (2+ messages)

[PATCH 0/2] serial: 8250_pci: Fintek products patches
 2015-03-15  9:25 UTC  (2+ messages)

[PATCH v2] i2c: designware: fixup return handling of wait_for_completion_timeout
 2015-03-15  9:23 UTC  (2+ messages)

[PATCH v3] i2c: cadence: fixup wait_for_completion_timeout return handling
 2015-03-15  9:23 UTC  (2+ messages)

[PATCH] i2c: wmt: use msecs_to_jiffies for time conversions
 2015-03-15  9:19 UTC  (2+ messages)

[PATCH] i2c: tegra: match return type of wait_for_completion_timeout
 2015-03-15  9:17 UTC  (2+ messages)

[PATCH] i2c: mxs: match wait_for_completion_timeout return type
 2015-03-15  9:14 UTC  (2+ messages)

[git pull] gadgetfs fixes
 2015-03-15  9:09 UTC  (8+ messages)

[PATCH v4] staging: panel: change struct bits to a bit array
 2015-03-15  9:03 UTC 

[PATCH 0/6] CLONE_FD: Task exit notification via file descriptor
 2015-03-15  8:55 UTC  (7+ messages)

[PATCH 0/2] Changes to timers Maefile to use shared logic for run_tests and install
 2015-03-15  8:42 UTC  (3+ messages)
` [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

[PATCH 1/5 linux-next] udf: remove unused variable in udf_table_free_blocks()
 2015-03-15  8:34 UTC  (4+ messages)
` [PATCH 4/5 linux-next] udf: rename udf_get_filename()

4.0-rc3: sound broken in chromium but not in mpg123
 2015-03-15  8:23 UTC  (4+ messages)

PANIC: double fault, error_code: 0x0 in 4.0.0-rc3-2, kvm related?
 2015-03-15  8:17 UTC 

[PATCH v2 0/7] CLONE_FD: Task exit notification via file descriptor
 2015-03-15  8:04 UTC  (10+ messages)
` [PATCH v2 1/7] clone: Support passing tls argument via C rather than pt_regs magic
` [PATCH v2 2/7] x86: Opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bit
` [PATCH v2 3/7] Introduce a new clone4 syscall with more flag bits and extensible arguments
` [PATCH v2 4/7] kernel/fork.c: Pass arguments to _do_fork and copy_process using clone4_args
` [PATCH v2 5/7] clone4: Add a CLONE_AUTOREAP flag to automatically reap the child process
` [PATCH v2 6/7] signal: Factor out a helper function to process task_struct exit_code
` [PATCH v2 7/7] clone4: Add a CLONE_FD flag to get task exit notification via fd
` [PATCH v2 man-pages] clone4.2: New manpage documenting clone4(2)

[PATCH v3] staging: panel: change struct bits to a bit array
 2015-03-15  7:57 UTC  (2+ messages)

[PATCH v4] x86, kaslr: Access the correct kaslr_enabled variable
 2015-03-15  7:49 UTC 

[PATCH v4] x86, boot: Make data from decompress_kernel stage live longer
 2015-03-15  7:49 UTC 

[PATCH] ath9k_htc: check seq number instead of cmd id for timeout
 2015-03-15  6:48 UTC  (2+ messages)

[PATCH 0/2] Move away from non-failing small allocations
 2015-03-15  5:43 UTC  (3+ messages)
` [PATCH 1/2] mm: Allow small allocations to fail

[PATCH REGRESSION FIX] x86 idle: restore mwait_idle()
 2015-03-15  4:53 UTC  (7+ messages)

[PATCH] PM / devfreq: remove checks for CONFIG_EXYNOS_ASV
 2015-03-15  4:10 UTC  (3+ messages)

[PATCH v2 5/5] i8042: Add i8042_dt.h glue for DT support
 2015-03-15  3:20 UTC  (4+ messages)
` [PATCH v3 0/5] Device Tree support for i8042 driver
  ` [PATCH v3 1/5] i8042: intel-8042 DT documentation

Good Day!!
 2015-03-15  2:40 UTC 

[GIT PULL] irqchip: Fixes for v4.0
 2015-03-15  3:00 UTC 

Subtle Denial of Medical Treatment by the Singapore Government for Mr. Teo En Ming (Zhang Enming)
 2015-03-15  2:36 UTC 

[PATCH -next v2 0/4] mm: replace mmap_sem for mm->exe_file serialization
 2015-03-15  2:13 UTC  (6+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] mm: introduce struct exe_file
` [PATCH 3/4] prctl: move MMF_EXE_FILE_CHANGED into exe_file struct
` [PATCH 4/4] kernel/fork: use pr_alert() for rss counter bugs

[PATCH v2 net-next 0/2] bpf: allow eBPF access skb fields
 2015-03-15  2:02 UTC  (12+ messages)
` [PATCH v2 net-next 1/2] bpf: allow extended BPF programs "

Trusted kernel patchset
 2015-03-15  1:53 UTC  (2+ messages)

[PATCH/RESEND] irqchip: gic: Don't complain in gic_get_cpumask() if UP system
 2015-03-15  1:51 UTC  (2+ messages)

Question on mutex code
 2015-03-15  1:09 UTC  (6+ messages)

[PATCH 00/16] checkpatch clean-up of rtl8723au's rtw_security.c
 2015-03-15  0:17 UTC  (7+ messages)
` [PATCH 14/16] staging: rtl8723au: Improve readability of two very long lines

[PATCH] pinctrl: tegra: use signed bitfields for optional fields
 2015-03-15  0:05 UTC 

[RFC] capabilities: Ambient capabilities
 2015-03-15  0:04 UTC  (12+ messages)

[PATCH] MAINTAINERS: Add Jason as designated reviewer for TPM
 2015-03-15  0:07 UTC 

[PATCH] tpm: Update KConfig text to include TPM2.0 FIFO chips
 2015-03-15  0:04 UTC 

ARM: SoC fixes for 3.20-rc3
 2015-03-14 22:26 UTC 

[PATCH 0/6] CLONE_FD: Task exit notification via file descriptor
 2015-03-14 22:26 UTC  (23+ messages)
` [PATCH 6/6] clone4: Introduce new CLONE_FD flag to get task exit notification via fd

[PATCH 0/8] Cleanup and add support for SSD1305
 2015-03-14 22:02 UTC  (9+ messages)
` [PATCH 4/8] fbdev: ssd1307fb: Use vmalloc to allocate video memory

[git pull] drm fixes
 2015-03-14 21:50 UTC 

[PATCH] drivers: platform: parse IRQ flags from resources
 2015-03-14 21:35 UTC  (4+ messages)

Help with debugging intermittent crash on resume from hibernation
 2015-03-14  3:02 UTC 

Alternative to signals/sys_membarrier() in liburcu
 2015-03-14 21:06 UTC  (3+ messages)

[PATCH] phy: Add a driver for dm816x USB PHY
 2015-03-14 21:04 UTC  (11+ messages)

[PATCH] Avoid null-pointer access in w1/slaves/w1_therm
 2015-03-14 20:55 UTC  (11+ messages)

[PATCH] samples/hidraw: make it possible to select device
 2015-03-14 20:57 UTC 

Fun with sony motion controllers: navigation controller
 2015-03-14 20:54 UTC  (6+ messages)
` Fun with sony motion controllers: motion controller
` Fun with sony motion controllers: dualshock
` [PATCH] hid-sony: underscores are unneccessary for u8, u16

[PATCH v3] iio: pressure: add support for MS5611 pressure and temperature sensor
 2015-03-14 20:29 UTC 

udiskd high CPU usage with 4.0 git
 2015-03-14 20:16 UTC  (3+ messages)

[PATCH] ACPI: Adjust the return value of _REV on x86
 2015-03-14 19:58 UTC  (2+ messages)

[PATCH] iio: si7020: Fix endianness for I2C reads
 2015-03-14 19:48 UTC  (3+ messages)

[PATCH] aoe: Update aoe maintainer information
 2015-03-14  2:25 UTC 

[PATCH] Add a quirk for the Dell XPS 13 (2015) when in PS/2 mode
 2015-03-14 19:17 UTC  (5+ messages)

[RFC 0/5] ARM: EXYNOS: ODROID-XU DT and LEDs
 2015-03-14 19:13 UTC  (3+ messages)

[PATCH] capabilities: Ambient capability set V2
 2015-03-14 19:04 UTC  (2+ messages)

[PATCH v3] iio: light: Add support for Capella CM3323 color sensor
 2015-03-14 19:11 UTC 

[PATCH] HID: uclogic: make input_mapping independent of usb
 2015-03-14 18:52 UTC  (2+ messages)

[PATCH] toshiba_acpi: Update events in toshiba_acpi_notify
 2015-03-14 18:47 UTC  (4+ messages)
` [PATCH] MAINTAINERS: Add missing Toshiba devices and add myself as maintainer

[PATCH v10 00/21] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-03-14 18:44 UTC  (3+ messages)
` [PATCH v10 16/21] irqchip: Add GICv2 specific ACPI boot support

[PATCH] platform: x86: Fix trivial typo in comment
 2015-03-14 18:41 UTC  (2+ messages)

[PATCH 0/1] ARM: dts: rockchip: disable gmac by default in rk3288.dtsi
 2015-03-14 18:40 UTC  (3+ messages)
` [PATCH] "

[GIT PULL] SCSI fixes for 4.0-rc3
 2015-03-14 18:18 UTC 

[PATCH 0/2] rtc: add Abracon ABx80x
 2015-03-14 18:09 UTC  (4+ messages)
` [PATCH 2/2] rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc

[PATCH] thermal: add omap3 support
 2015-03-14 18:02 UTC  (5+ messages)
` [PATCHv2] "

[PATCH 11/32] frv: copy_thread(): rename 'arg' argument to 'kthread_arg'
 2015-03-14 17:54 UTC  (3+ messages)
` [PATCH 13/32] ia64: copy_thread(): rename 'user_stack_size' "

[PATCH v3 0/2] fbcon: user-defined cursor blink interval
 2015-03-14 17:48 UTC  (8+ messages)
` [PATCH v3 2/2] fbcon: expose cursor blink interval via sysfs
    ` [PATCH "
        ` [PATCH 0/2] add cursor blink interval terminal escape sequence
          ` [PATCH 1/2] vt: add cursor blink interval "

[PATCH 01/32] do_fork(): Rename 'stack_size' argument to reflect actual use
 2015-03-14 17:30 UTC  (6+ messages)

[PATCH] staging: iio: trigger: Use standard attr for sampling frequency
 2015-03-14 17:26 UTC  (6+ messages)

[PATCH 1/2] move offsetofend() from vfio.h to stddef.h
 2015-03-14 17:24 UTC  (4+ messages)
` [PATCH 2/2 v2] x86: make 32-bit "emergency stack" better documented

[GIT PULL] please pull file-locking related fix for v4.0 (#4)
 2015-03-14 16:59 UTC 

efivarfs and writev() support
 2015-03-14 16:33 UTC  (7+ messages)

[PATCH] checkkconfigsymbols.py: make it Git aware
 2015-03-14 16:28 UTC  (7+ messages)

TREAT AS URGENTLY PLEASE!
 2015-03-14 16:27 UTC 

TREAT AS URGENTLY PLEASE!
 2015-03-14 16:24 UTC 

[PATCH 0/15] don't export static symbol
 2015-03-14 16:13 UTC  (3+ messages)
` [PATCH 13/15] ieee802154: "

[GIT PULL] VFIO fix for v4.0-rc4
 2015-03-14 16:11 UTC 

[PATCH 1/5] can: kvaser_usb: Avoid double free on URB submission failures
 2015-03-14 16:06 UTC  (14+ messages)
` [PATCH 2/5] can: kvaser_usb: Read all messages in a bulk-in URB buffer
` [PATCH v4 1/3] can: kvaser_usb: Fix tx queue start/stop race conditions
  ` [PATCH v4 2/3] can: kvaser_usb: Utilize all possible tx URBs
    ` [PATCH v4 3/3] can: kvaser_usb: Use can-dev unregistration mechanism

[PATCH 14/14] drivers/tty/vt/vt.c : access out-of-bounds
 2015-03-14 15:58 UTC  (2+ messages)

[PATCH] checkpatch: catch all world writable debugfs_create_file
 2015-03-14 15:42 UTC  (4+ messages)
` [PATCH] checkpatch: match more world writable permissions

Oops with tip/x86/fpu
 2015-03-14 15:15 UTC  (17+ messages)
` [PATCH 0/4] x86/fpu: avoid math_state_restore() on kthread exec
  ` [PATCH 4/4] x86/fpu: don't abuse drop_init_fpu() in flush_thread()
    ` [PATCH v2 "
        ` [PATCH] x86/fpu: Fold __drop_fpu() into its sole user
` [PATCH 0/1] x86/cpu: don't allocate fpu->state for swapper/0
    ` [PATCH 0/1] x86/cpu: kill eager_fpu_init_bp()
      ` [PATCH 1/1] "

(no subject)
 2015-03-14 13:17 UTC 

[PATCH v3 0/7] Switch mach-at91 to multiplatform
 2015-03-14 13:58 UTC  (3+ 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).