linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-17 21:56:39 to 2014-05-19 00:52:57 UTC [more...]

[PATCH 13/15] sparc: add renameat2 syscall
 2014-05-19  0:52 UTC  (4+ messages)

[PATCH] bnx2x: Convert return 0 to return rc
 2014-05-19  0:51 UTC  (2+ messages)

Immense benefit for you and I
 2014-05-18 22:52 UTC 

[PATCH v2] i2c: add driver for Rockchip RK3xxx SoC I2C adapter
 2014-05-19  0:37 UTC  (2+ messages)
` [PATCH v3] "

[RFC PATCH] ARM: cache-l2x0: add setup entry for l2 in non-secure mode
 2014-05-19  0:29 UTC  (3+ messages)

[PATCH] gpio: Add support for Intel SoC PMIC (Crystal Cove)
 2014-05-19  0:28 UTC  (5+ messages)

[PATCH] virtio_blk: fix race between start and stop queue
 2014-05-19  0:26 UTC  (3+ messages)

[RFC, PATCH] mm: unified interface to handle page table entries on different levels?
 2014-05-19  0:25 UTC  (3+ messages)

SCSI "staging" tree for linux-next?
 2014-05-19  0:20 UTC  (4+ messages)

[PATCH] x86/mce: Clear a useless global variable in mce.c
 2014-05-19  0:08 UTC  (3+ messages)

[PATCHv2 0/4] ACPI / LPSS: Solution for two issues seen on Asus T100
 2014-05-19  0:15 UTC  (3+ messages)
` [PATCHv2 3/4] clk: new basic clk type for fractional divider

[RFC] Tux3 for review
 2014-05-18 23:55 UTC  (2+ messages)

[PATCH] [RFC] ARM: MM: remove phy_base field of struct
 2014-05-18 23:54 UTC  (3+ messages)

[PATCH] x86: relocs: Make per_cpu_load_addr static
 2014-05-18 23:37 UTC 

[PATCH 1/2] virtio-rng: fix boot with virtio-rng device
 2014-05-16  2:09 UTC  (2+ messages)

[PATCH v7 00/22] Support ext4 on NV-DIMMs
 2014-05-18 23:24 UTC  (3+ messages)

[PATCH v2 1/1] staging/skein: rename files and clean up directory structure
 2014-05-18 23:15 UTC  (4+ messages)

[PATCH] Input: ims-pcu - fix uninitialized use of 'error' in ims_pcu_buffers_alloc()
 2014-05-18 23:00 UTC  (2+ messages)

[PATCH 0/2] staging: slicoss: cleanup checksum computation
 2014-05-18 22:43 UTC  (6+ messages)
` [PATCH 1/2] staging: slicoss: rewrite eeprom checksum code
` [PATCH 2/2] staging: slicoss: remove slic_reg_params struct

[PATCH] rtc: hym8563: add optional clock-output-names property
 2014-05-18 22:40 UTC 

General protection fault - bug report 3.12.18
 2014-05-18 21:46 UTC  (2+ messages)

[PATCH] net: rds: Use time_after() for time comparison
 2014-05-18 21:32 UTC 

[PATCH v3 0/7] ARM: berlin: add pinctrl support
 2014-05-18 21:10 UTC  (3+ messages)

[PATCH 0/2] ARM: imx: bug fix and convertion to platform_device_register_full()
 2014-05-18 20:51 UTC  (3+ messages)
` [PATCH 1/2 v4] ARM: imx: fix error handling in ipu device registration
` [PATCH 2/2] ARM: imx: convert camera init to use platform_device_register_full()

[RFC/PATCH 0/3] add adp5589 dt support
 2014-05-18 20:40 UTC  (3+ messages)
` [RFC/PATCH 1/3] drivers: input: keyboard: adp5589: add DT support

[PATCH 0/5] staging: lustre: lnet: klnds: Fix coding style in socklnd.c
 2014-05-18 20:33 UTC  (9+ messages)
` [PATCH 1/5] staging: lustre: lnet: socklnd: Remove prohibited space
` [PATCH 2/5] staging: lustre: lnet: socklnd: Clean up memset(...)
` [PATCH 3/5] staging: lustre: lnet: socklnd: Clean up CDEBUG(...)
` [PATCH 4/5] staging: lustre: lnet: socklnd: Clean up ksocknal_get_peer_info(...)
` [PATCH 5/5] staging: lustre: lnet: socklnd: Clean up ksocknal_create_conn(...)

[PATCH] scsi: dc395x.c: Fix for possible null pointer dereference
 2014-05-18 19:50 UTC  (2+ messages)

oops when swapping on latest kernel git 3.15-rc5
 2014-05-18 19:15 UTC  (2+ messages)

3.15-rc5: Regression in i915 driver?
 2014-05-18 19:13 UTC  (6+ messages)
    ` [Intel-gfx] "

[PATCH 1/3] FS/HPFS: convert printk to pr_foo()
 2014-05-18 19:13 UTC  (3+ messages)

[GIT PULL] clk: fixes for 3.15
 2014-05-18 19:01 UTC 

[PATCH 1/1] staging/skein: rename files and clean up directory structure
 2014-05-18 18:51 UTC  (3+ messages)

[PATCH 00/25] Change time_t and clock_t to 64 bit
 2014-05-18 18:18 UTC  (10+ messages)

[PATCH -next 0/5] ipc,msg: fixes and updates
 2014-05-18 18:16 UTC  (13+ messages)
` [PATCH 3/5] ipc,msg: always respect MSG_NOERROR
` [PATCH 4/5] ipc,msg: document volatile r_msg
` [PATCH 5/5] ipc,msg: loosen check for full queue

[PATCH 0/6] ipc/sem.c: Fix semctl(,,{GETNCNT,GETZCNT})
 2014-05-18 18:03 UTC  (8+ messages)
` [PATCH 1/6] ipc/sem.c: further whitespace cleanups
  ` [PATCH 2/6] ipc/sem.c: Bugfix for semctl(,,GETZCNT)
    ` [PATCH 3/6] ipc/sem.c: remove code duplication
      ` [PATCH 4/6] ipc/sem.c: Change perform_atomic_semop parameters
        ` [PATCH 5/6] ipc/sem.c: Store which operation blocks in perform_atomic_semop()
          ` [PATCH 6/6] ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliant

[RFC PATCH 0/3] Aggressively allocate the pages on cma reserved memory
 2014-05-18 17:36 UTC  (5+ messages)
` [RFC PATCH 2/3] CMA: aggressively allocate the pages on cma reserved memory when not used

[PATCH] mm, hugetlb: move the error handle logic out of normal code path
 2014-05-18 17:27 UTC  (2+ messages)

[PATCH] Fix for possible null pointer dereference in node.c
 2014-05-18 17:14 UTC  (7+ messages)

[PATCH 0/7] staging: unisys: cleanup proc entries in uislib
 2014-05-18 16:49 UTC  (3+ messages)
` [PATCH 2/7] staging: unisys: move uislib/platform proc entry to debugfs

[PATCH] x86/mce: Distirbute the clear operation of mces_seen to Per-CPU rather than only monarch CPU
 2014-05-18 16:35 UTC  (2+ messages)

[PATCH] scsi: pm8001: pm8001_hwi.c: Fix for possible null pointer dereference
 2014-05-18 16:14 UTC 

[PATCH] scsi: mvsas: mv_sas.c: Fix for possible null pointer dereference
 2014-05-18 16:12 UTC 

[PATCH] scsi: mpt2sas: mpt2sas_base.c: Fix for possible null pointer dereference
 2014-05-18 16:10 UTC 

[PATCH] scsi: bnx2i: bnx2i_iscsi.c: Fix for possible null pointer dereference
 2014-05-18 16:07 UTC 

[PATCH] scsi: bfa: bfa_fcs_lport.c: Fix for possible null pointer dereference
 2014-05-18 16:06 UTC 

[PATCH] s390: net: qeth_core_main.c: Fix for possible null pointer dereference
 2014-05-18 16:04 UTC 

[PATCH] staging: tidspbridge: rmgr: node.c: Fix for possible null pointer dereference
 2014-05-18 16:02 UTC  (2+ messages)

[PATCH] pci: hotplug: cpqphp_ctrl.c: Fix for possible null pointer dereference
 2014-05-18 16:02 UTC 

[PATCH] net: ethernet: ibm: ehea: ehea_qmr.c: Fix for possible null pointer dereference
 2014-05-18 16:01 UTC 

[PATCH] message: fusion: mptscsih.c: Fix for possible null pointer dereference
 2014-05-18 15:59 UTC 

[PATCH] sched/rt: don't try to balance rt_runtime when it is futile
 2014-05-18 15:58 UTC  (7+ messages)

[PATCH] clk: s2mps11: Simplify s2mps11_clk_probe unwind paths
 2014-05-18 15:51 UTC 

[PATCH 00/28] staging: rtl8188eu: Remove unnecessary functions
 2014-05-18 15:47 UTC  (30+ messages)
` [PATCH 01/28] staging: rtl8188eu: Remove function with empty definition _InitBeaconMaxError()
` [PATCH 02/28] staging: rtl8188eu: Remove function with empty definition _InitOperationMode()
` [PATCH 03/28] staging: rtl8188eu: Remove function with empty definition _ps_open_RF()
` [PATCH 04/28] staging: rtl8188eu: Remove unused function _ps_close_RF()
` [PATCH 05/28] staging: rtl8188eu: Remove unused function rtl8188eu_ps_func()
` [PATCH 06/28] staging:rtl8188eu:Remove funtion Hal_CustomizeByCustomerID_8188EU()
` [PATCH 07/28] staging: rtl8188eu: Remove unused function rtl8188e_PHY_ConfigRFWithParaFile()
` [PATCH 08/28] staging: rtl8188eu: Remove unused function rtl8192c_PHY_GetHWRegOriginalValue()
` [PATCH 09/28] staging: rtl8188eu: Remove unused function PHY_UpdateTxPowerDbm8188E()
` [PATCH 10/28] staging:rtl8188eu: Remove unused function phy_DbmToTxPwrIdx()
` [PATCH 11/28] staging: rtl8188eu: Remove unused funtion PHY_GetTxPowerLevel8188E()
` [PATCH 12/28] staging: rtl8188eu: Remove unused funtion phy_TxPwrIdxToDbm()
` [PATCH 13/28] "
` [PATCH 14/28] staging: rtl8188eu: Remove unused structure rf_shadow
` [PATCH 15/28] staging: rtl8188eu: Remove unused function rtl8188e_RF_ChangeTxPath()
` [PATCH 16/28] staging: rtl8188eu: Remove unused function odm_DIGbyRSSI_LPS()
` [PATCH 17/28] staging: rtl8188eu: Remove function odm_DynamicBBPowerSaving()
` [PATCH 18/28] staging: rtl8188eu: Remove unused function odm_DynamicBBPowerSavingInit()
` [PATCH 19/28] staging:rtl8188eu: Remove unused function iodm_1R_CCA()
` [PATCH 20/28] staging: rtl8188eu: Remove unused function odm_RefreshRateAdaptiveMaskMP()
` [PATCH 21/28] staging: rtl8188eu: Remove unused function odm_RefreshRateAdaptiveMaskAPADSL()
` [PATCH 22/28] staging: rtl8188eu: Remove unused funtion odm_DynamicTxPowerNIC()
` [PATCH 23/28] staging: rtl8188eu: Remove unused function odm_SwAntDivChkAntSwitchCallback()
` [PATCH 24/28] staging: rtl8188eu: Remove unused function ConvertTo_dB()
` [PATCH 25/28] staging: rtl8188eu: Remove function with empty defination ODM_CheckPowerStatus()
` [PATCH 26/28] staging: rtl8188eu: Remove unused function DM_DIG_LowerBound_88E()
` [PATCH 27/28] staging: rtl8188eu: Remove unused function ODM_DynamicPrimaryCCA_DupRTS()
` [PATCH 28/28] staging: rtl8188eu:Remove function with empty defination odm_DynamicPrimaryCCA()

[PATCH] clk: twl6040: Convert to use devm_clk_register
 2014-05-18 15:42 UTC 

[PATCH v2] ARM: imx: fix error handling
 2014-05-18 15:38 UTC  (10+ messages)

3.13-1 dm cache possible race condition
 2014-05-18 15:35 UTC 

[PATCH 13/28] staging: rtl8188eu: Remove unused funtion PHY_ScanOperationBackup8188E()
 2014-05-18 15:32 UTC 

[PATCH] PCI: Generic Configuration Access Mechanism support
 2014-05-18 14:08 UTC 

[PATCH 3.2 00/34] 3.2.59-rc1 review
 2014-05-18 13:55 UTC  (3+ messages)

[PATCH 0/3] Fix WARN_ON caused by "mfd: Allow mapping regulator supplies to MFD device from children"
 2014-05-18 13:49 UTC  (4+ messages)
` [PATCH 1/3] mfd-core: Don't register supplies from add_device, add register_supply_aliases()
` [PATCH 2/3] regulator/axp20x: Call mfd_register_supply_aliases
` [PATCH 3/3] arizona-mfd-codecs: Add mfd_register_supply_aliases() calls

kernel 3.14.2 oops: seems related to EFI
 2014-05-18 13:42 UTC  (2+ messages)

Linux 3.4.91
 2014-05-18 12:47 UTC  (2+ messages)

[PATCH 3.4 0/9] 3.4.91-stable review
 2014-05-18 12:23 UTC  (4+ messages)

[PATCH RFC] Remove useless return variables
 2014-05-18 12:14 UTC  (4+ messages)

[PATCH] net/mlx4_en: Fix uninitialized use of 'port_up' in mlx4_en_set_channels()
 2014-05-18 11:43 UTC  (2+ messages)

man-pages-3.66 is released
 2014-05-18 10:54 UTC 

[PATCH] net: 8390: use time_after() for time comparison
 2014-05-18 10:45 UTC 

[PATCH] drivers: net: ethernet: mellanox: mlx4: let mlx4 depend on SMP
 2014-05-18 10:08 UTC  (5+ messages)

[PATCH] fs: Cleanup string initializations (char[] instead of char *)
 2014-05-18 10:01 UTC  (3+ messages)

[RFC PATCH 0/9] dt: dependencies (for deterministic driver initialization order based on the DT)
 2014-05-18  9:53 UTC  (8+ messages)
` [RFC PATCH 2/9] dt: deps: dependency based device creation

[RFC Patch Part1 V1 00/30] use irqdomain to dynamically allocate IRQ for IOAPIC pin
 2014-05-18  9:36 UTC  (5+ messages)

[PATCH 0/3] Rework of_find_node_by_path() code
 2014-05-18  9:27 UTC  (5+ messages)
` [PATCH 2/3] of: Make of_find_node_by_path() handle /aliases

[PATCH] nbd: Zero from and len fields in NBD_CMD_DISCONNECT
 2014-05-18  9:11 UTC  (2+ messages)

[PATCH 1/1] fanotify: handling of errors when reading events
 2014-05-18  8:37 UTC 

Dell Latitude E6440 & i8k
 2014-05-18  8:23 UTC  (9+ messages)

[PATCH v4 1/5] sched: rework of sched_domain topology definition
 2014-05-18  8:04 UTC  (4+ messages)
` [tip:sched/core] sched: Rework "

[PATCH 1/1] fs/jbd2/revoke.c: replace shift loop by fls
 2014-05-18  7:45 UTC 

[PATCH] target: fix memory leak on XCOPY
 2014-05-18  7:17 UTC  (8+ messages)
` [PATCH] kref: warn on uninitialized kref
    ` [PATCH v2] "

[PATCH] staging: rtl8723au: rtw_sta_mgt: change rtw_alloc_stainfo23a to use gfp_t instead if int
 2014-05-18  6:39 UTC 

[PATCH] hwmon: Introduce the use of the managed version of kzalloc
 2014-05-18  6:32 UTC 

remap_file_pages() use
 2014-05-18  4:03 UTC 

[RFC PATCH 0/5] workqueue: Introduce low-level unbound wq sysfs cpumask v3
 2014-05-18  2:51 UTC  (13+ messages)
` [PATCH 3/5] workqueue: Create low-level unbound workqueues cpumask

[lxc-devel] [RFC PATCH 00/11] Add support for devtmpfs in user namespaces
 2014-05-18  2:44 UTC  (15+ messages)

[ACPI] WARNING: CPU: 0 PID: 1 at kernel/irq/manage.c:1325 __free_irq()
 2014-05-18  1:47 UTC 

[PATCH] drivers/gpu/drm/i915/intel_display: coding style fixes
 2014-05-18  0:24 UTC 

[RFC PATCH] ARM: dts: am33xx: Re-arrange the USB dt to reflect the h/w configuration
 2014-05-18  0:09 UTC  (3+ messages)

[PATCH v2 0/3] Fix coding style of if statement
 2014-05-17 23:54 UTC  (4+ messages)
` [PATCH v2 1/3] staging: dgnc: Put else statements on the right line
` [PATCH v2 2/3] staging: dgnc: dgnc_neo: Clean up if statement
` [PATCH v2 3/3] staging: dgnc: Remove extra curly braces

[PATCH v3] ARM: imx: fix error handling in ipu device registration
 2014-05-17 22:57 UTC  (8+ messages)

[GIT PULL] target fixes for v3.15-rc6
 2014-05-17 22:56 UTC  (2+ messages)

Dell Latitude E6440 & i8k
 2014-05-17 22:54 UTC 

[RFC PATCH 0/2] kpatch: dynamic kernel patching
 2014-05-17 22:46 UTC  (10+ messages)
              `  "

[PATCH 2/4] cpupower: Remove redundant error check
 2014-05-17 22:42 UTC  (6+ messages)

[PATCH] IB/mlx4: fix unitialised variable is_mcast
 2014-05-17 22:33 UTC 

[PATCH 2/4 V2] cpupower: Remove redundant error check
 2014-05-17 22:14 UTC 


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